xiaoxiang781216 commented on code in PR #18907: URL: https://github.com/apache/nuttx/pull/18907#discussion_r3314814341
########## drivers/serial/uart_16550.c: ########## @@ -887,6 +887,10 @@ static int u16550_setup(FAR struct uart_dev_s *dev) /* Configure the FIFOs */ + /* Some 16550-compatible UARTs, including the AM62x console block, need Review Comment: squash this patch to the related base patch ########## boards/arm64/am62x/beagleplay/configs/nsh/defconfig: ########## @@ -1,85 +1,64 @@ # -# boards/arm64/am62x/beagleplay/configs/nsh/defconfig +# This file is autogenerated: PLEASE DO NOT EDIT IT. Review Comment: merge to [boards/arm64/am62x: add BeaglePlay and PocketBeagle2](https://github.com/apache/nuttx/pull/18907/changes/64e7285bad73d01934d4bbfbe8d11a6cf61292c3) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
