cs107e/cs107e.github.io

potential issue when implementing own bootloader

Closed this issue · 1 comments

In uart.c, when uart_putchar('\n'), an extra uart_putchar('\r') will do. Is it a possible bug for implementing own bootloader?

Our uart is assuming data being sent is text. You are definitely right that we would cause havoc if using the uart to send binary data.