saramonteiro commented on issue #4188:
URL: 
https://github.com/apache/incubator-nuttx/issues/4188#issuecomment-883618746


   From what I see here, nucleo-h743ziĀ board userleds implementation is 
incomplete.
   We already have 
`nuttx/boards/arm/stm32h7/nucleo-h743zi/src/stm32_userleds.c`, so what is 
missing is to register it using `userled_lower_initialize("/dev/userleds");`.
   
   Altough @michallenc suggested to do it at 
`boards/arm/stm32h7/nucleo-h743zi/src/stm32_appinitialize.c`, I'd suggest to 
place it at `nuttx/boards/arm/stm32h7/nucleo-h743zi/src/stm32_bringup.c` along 
with other registrations.
   


-- 
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


Reply via email to