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 21:05:03 UTC

[GitHub] [incubator-nuttx] acassis edited a comment on issue #4188: nucleo_h743zi2 peripheral use

acassis edited a comment on issue #4188:
URL: https://github.com/apache/incubator-nuttx/issues/4188#issuecomment-883707156


   Try to enable in the menuconfig:
   ```
   Application Configuration  --->
       NSH Library  --->
           [*]   Have architecture-specific initialization
   ```
   
   If it you still facing error (what I don't think will happen), you can enable the LED debug:
   ```
   Build Setup  --->
       Debug Options  --->
       [*] Enable Debug Features
       [*]   Enable Error Output
       [*]     Enable Warnings Output
       [*]       Enable Informational Debug Output
   ...
       [*]   Low-level LED Debug Features
       [*]     LED Driver Error Output
       [*]     LED Driver Warnings Output
       [*]     LED Driver Informational Output
   ```


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