dirksavage88 opened a new pull request, #17117: URL: https://github.com/apache/nuttx/pull/17117
## Summary Addresses inconsistencies in serial uart registration when no DEV_CONSOLE is defined/assigned (See https://github.com/apache/nuttx/issues/17116). The registration order is implicitly based on DEV_CONSOLE definition, and it results in lpuart registration on ttys0 and ttys1 with no dev console defined. ## Impact Minor impact to users using imxrt106x boards: will impact those who do not have a dev console enabled. ## Testing Compiled on ubuntu 24.04. Tested on Teensy 4.1 derivative board when no dev console defined, but need to test with a dev console on each successive lpuart to make sure the registration order is correct. This derivative board has all 8 lpuarts pins broken out, whereas the teensy4.1 nsh board only has several uarts defined. [build.zip](https://github.com/user-attachments/files/22606738/build.zip) TODO: test on actual teensy 4.1 -- 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]
