Update UART

This commit is contained in:
Lee Lup Yuen 2023-05-11 16:22:27 +08:00
parent a35de2e803
commit 8b212ed986

View file

@ -1175,6 +1175,24 @@ The changes have been upstreamed to NuttX Mainline...
- [__Pull Request: Support multiple UART Ports__](https://github.com/apache/nuttx/pull/9243)
_How do we enable a UART Port? Like UART3?_
Head over to the NuttX Build Configuration...
```bash
make menuconfig
```
Then select...
- System Type > Allwinner A64 Peripheral Selection > UART3
To configure the Baud Rate, Parity and Stop Bits...
- Device Drivers > Serial Driver Support > UART3 Configuration
(The default Baud Rate / Parity / Stop Bits work OK with the PinePhone LTE Modem on UART3)
Let's test the PinePhone LTE Modem on UART3...
## Test UART3 Port