nuttx/boards/arm/imxrt/imxrt1064-evk
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
..
configs arch: Remove SYS_RESERVED from Kconfg 2022-02-27 22:54:13 +08:00
include boards: imxrt: update licenses to Apache 2021-08-16 07:11:32 -07:00
kernel boards: Replace CONFIG_CYGWIN_WINTOOL with CONVERT_PATH 2022-02-20 21:15:36 +01:00
scripts boards: Add -fno-common to ARCHCFLAGS and ARCHCXXFLAGS 2022-02-23 22:00:32 +08:00
src imxrt: fix userled config in appinit 2022-03-03 02:06:12 +08:00
Kconfig MIMXRT1064-EVK support 2021-04-14 14:57:26 -07:00