hank880907 opened a new pull request, #10833: URL: https://github.com/apache/nuttx/pull/10833
## Summary Initialize LED driver when `CONFIG_USERLED` is set, during late initialization. ## Impact Make LED driver work when: 1. `CONFIG_ARCH_LEDS` is not set. 2. `CONFIG_USERLED` is set. 3. `CONFIG_BOARD_LATE_INITIALIZE` is set. ## Testing Using `nucleo-f446re:nsh` configuration as a starting point, apply the above-mentioned changes, and enable the LED Example. The LED blink as expected. -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org