maitiSoutrik opened a new issue, #15693: URL: https://github.com/apache/nuttx/issues/15693
### Description I have the following led configuration : ``` # CONFIG_ARCH_LEDS is not set # LED Support CONFIG_USERLED=y CONFIG_USERLED_LOWER=y # CONFIG_USERLED_LOWER_READSTATE is not set # CONFIG_USERLED_EFFECTS is not set # CONFIG_LEDS_APA102 is not set # CONFIG_LEDS_MAX7219 is not set # CONFIG_RGBLED is not set # CONFIG_DRIVERS_POWERLED is not set # CONFIG_ARCH_PHY_POLLED is not set CONFIG_EXAMPLES_LEDS=y CONFIG_EXAMPLES_LEDS_PROGNAME="leds" CONFIG_EXAMPLES_LEDS_PRIORITY=100 CONFIG_EXAMPLES_LEDS_STACKSIZE=2048 CONFIG_EXAMPLES_LEDS_DEVPATH="/dev/userleds" CONFIG_EXAMPLES_LEDS_LEDSET=0x01 # CONFIG_EXAMPLES_LEDS_RUST is not set # CONFIG_EXAMPLES_LEDS_ZIG is not set # CONFIG_EXAMPLES_RGBLED is not set ``` When I build and flash the firmware on the board and access the nsh shell, I don't see the /dev/userleds furthermore the leds example doesn't work. I tried looking through some PRs for other controllers [11169](https://github.com/apache/nuttx/pull/11169) [15422](https://github.com/apache/nuttx/pull/15422) But this is also not helping. Any leads on using LED on Nucleo-F446RE board ### Verification - [x] I have verified before submitting the report. -- 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.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org