linguini1 commented on code in PR #18837:
URL: https://github.com/apache/nuttx/pull/18837#discussion_r3530427601
##########
arch/arm/src/cxd32xx/cxd32_serial_pl011.c:
##########
@@ -59,7 +59,7 @@ void arm_earlyserialinit(void)
* when they are first opened.
*/
- pl011_earlyserialinit();
+ #error "Not implemented"
Review Comment:
From what I can tell, there are no boards using cxd32 in the tree. Which
means I can't look at a defconfig file to see what PL011 interfaces to put in
code and use as the serial console (there is no `CONSOLE_DEV` definition). I
added the `#error` in this case because anyone making out of tree boards will
be alerted to implement the functions for the PL011 interfaces they are using.
--
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]