Update doc

This commit is contained in:
Lee Lup Yuen 2023-12-01 00:16:08 +08:00
parent 11e2e2f912
commit 10a5e7a170

View file

@ -1577,7 +1577,7 @@ In this article, NuttX has booted plenty of code on Ox64. Here's the flow of the
BL808 UART is mostly identical to BL602 UART, so we ported the NuttX BL602 UART Driver to BL808. BL808 UART is mostly identical to BL602 UART, so we ported the NuttX BL602 UART Driver to BL808.
Here's the UART Driver ported to BL808: [bl602_serial.c] (https://github.com/lupyuen2/wip-pinephone-nuttx/blob/ox64a/arch/risc-v/src/jh7110/bl602_serial.c) Here's the UART Driver ported to BL808: [bl602_serial.c](https://github.com/lupyuen2/wip-pinephone-nuttx/blob/ox64a/arch/risc-v/src/jh7110/bl602_serial.c)
We hardcoded the UART3 Base Address: [bl602_uart.h](https://github.com/lupyuen2/wip-pinephone-nuttx/blob/ox64a/arch/risc-v/src/jh7110/hardware/bl602_uart.h#L30-L41) We hardcoded the UART3 Base Address: [bl602_uart.h](https://github.com/lupyuen2/wip-pinephone-nuttx/blob/ox64a/arch/risc-v/src/jh7110/hardware/bl602_uart.h#L30-L41)