nuttx/boards/arm/imxrt/imxrt1060-evk/src
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
..
imxrt1060-evk.h Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL 2021-08-06 13:58:26 +02:00
imxrt_adc.c arch: arm: imxrt: Actia Nordic AB: update licenses to Apache 2021-04-03 09:36:43 -05:00
imxrt_appinit.c imxrt: fix userled config in appinit 2022-03-03 02:06:12 +08:00
imxrt_autoleds.c
imxrt_boot.c
imxrt_bringup.c drivers/input: Rename BUTTONS configs to INPUT_BUTTONS 2021-04-08 14:41:22 -03:00
imxrt_buttons.c boards: imxrt: update licenses to Apache 2021-08-16 07:11:32 -07:00
imxrt_ethernet.c sched: Don't include nuttx/sched.h inside sched.h 2021-05-24 12:11:53 +09:00
imxrt_flexcan.c
imxrt_flexspi_nor_boot.c Replace all __attribute__((section(x)) with locate_data(x) 2021-07-29 21:55:21 -03:00
imxrt_flexspi_nor_boot.h boards: Nxstyle fixes 2021-04-01 12:13:12 -05:00
imxrt_flexspi_nor_flash.c Replace all __attribute__((section(x)) with locate_data(x) 2021-07-29 21:55:21 -03:00
imxrt_flexspi_nor_flash.h MIMXRT1064-EVK support 2021-04-14 14:57:26 -07:00
imxrt_ft5x06.c author: Elfaro Lab SL : update licenses to Apache 2021-10-13 04:52:53 -07:00
imxrt_gpio.c boards: imxrt: update licenses to Apache 2021-08-16 07:11:32 -07:00
imxrt_lcd.c
imxrt_mmcsd_spi.c NuttX: Ivan Petrov Ucherdzhiev: update licenses to Apache 2021-04-01 12:13:12 -05:00
imxrt_spi.c NuttX: Ivan Petrov Ucherdzhiev: update licenses to Apache 2021-04-01 12:13:12 -05:00
imxrt_usbhost.c
imxrt_userleds.c
Makefile Rename CONFIG_LIB_BOARDCTL to CONFIG_BOARDCTL 2021-08-06 13:58:26 +02:00