mogenson opened a new pull request #5670:
URL: https://github.com/apache/incubator-nuttx/pull/5670


   ## Summary
   
   The imxrt1060, imxrt1064, and teensy-4.x board configs would fail to
   build when `CONFIG_USERLED_LOWER` was enabled, due to a missing header in
   imxrt_appinit.c and an unset local define.
   
   ## Impact
   
   No modifications outside of `boards/arm/imxrt/*/src/imxrt_appinit.c`. 
`CONFIG_ARCH_LEDS`
   works as before. `CONFIG_USERLED_LOWER` now works with upper half userled 
driver.
   
   ## Testing
   
   Verified a build succeds for the specified boards with the following
   defconfig modifications:
   
       # CONFIG_ARCH_LEDS is not set
       CONFIG_USERLED=y
       CONFIG_USERLED_LOWER=y
   
   Tested the `leds` Led driver example on a Teensy 4.1.
   


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