nuttx/boards/arm/imxrt
Michael Mogenson f5e431483e imxrt: fix userled config in appinit
The imxrt1064, 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.

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.
2022-03-03 02:06:12 +08:00
..
imxrt1020-evk boards: Add -fno-common to ARCHCFLAGS and ARCHCXXFLAGS 2022-02-23 22:00:32 +08:00
imxrt1050-evk arch: Remove SYS_RESERVED from Kconfg 2022-02-27 22:54:13 +08:00
imxrt1060-evk imxrt: fix userled config in appinit 2022-03-03 02:06:12 +08:00
imxrt1064-evk imxrt: fix userled config in appinit 2022-03-03 02:06:12 +08:00
teensy-4.x imxrt: fix userled config in appinit 2022-03-03 02:06:12 +08:00