You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/07/20 18:53:55 UTC

[GitHub] [incubator-nuttx] saramonteiro commented on issue #4188: nucleo_h743zi2 peripheral use

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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org