nuttx/configs/imxrt1050-evk/src
Gregory Nutt a76e137ce2 Squashed commit of the following:
sched/init/nx_start.c:  Add support for CONFIG_BOARD_DRIVER_INITIALIZE.  If this option is selected then nx_start() will call a board-provided function board_driver_initialize() immediately after calling up_initialize().

    Rename CONFIG_BOARD_INITIALIZE to CONFIG_BOARD_LATE_INITIALIZE.

    Raname board_initialize() to board_late_initialize()
2019-02-18 15:32:00 -06:00
..
imxrt1050-evk.h Squashed commit of the following: 2019-02-18 15:32:00 -06:00
imxrt_appinit.c Squashed commit of the following: 2019-02-18 15:32:00 -06:00
imxrt_autoleds.c configs/imxrt1050-evk: Fix OCRAM size used in linker script. 2018-05-24 16:51:18 -06:00
imxrt_boot.c Squashed commit of the following: 2019-02-18 15:32:00 -06:00
imxrt_bringup.c configs/imxrt1050-evk: GPIO device driver support added and tested by Pavlina Koleva and Ivan Ucherdzhiev 2018-11-20 13:41:08 -06:00
imxrt_buttons.c Merged in david_s5/nuttx/master_imxrt (pull request #750) 2018-11-09 13:56:02 +00:00
imxrt_ethernet.c arch/arm/src/imxrt and configs/imxrt1050-evk: Add PHY access support needed to support the network monitor. Cannot enable it yet... I am getting hardfaults when I enable the PHY interrupt. 2018-05-25 13:02:41 -06:00
imxrt_flexspi_nor_boot.c
imxrt_flexspi_nor_boot.h
imxrt_flexspi_nor_flash.c Merged in david_s5/nuttx/master_imxrt (pull request #750) 2018-11-09 13:56:02 +00:00
imxrt_flexspi_nor_flash.h
imxrt_gpio.c configs/imxrt1050-evk: GPIO device driver support added and tested by Pavlina Koleva and Ivan Ucherdzhiev 2018-11-20 13:41:08 -06:00
imxrt_mmcsd_spi.c configs/imxrt1050-evk/src: Previous committed implemented atypical SPI-based MMC/SD card support conditioned on CONFIG_MMCSD. This is, of course, incorrect and interferes with the implementation of correct MMC/SD card support using the correct SDIO-based peripheral. This commit renames that atypical support to *mmcsd_spi* and conditions using that atypical support on CONFIG_MMCSD_SPI with should then not interfere with the correct MMC/SD suppor that can be conditioned on CONFIG_MMCSD_SDIO. 2018-10-31 17:41:41 -06:00
imxrt_spi.c arch/arm/src/imxrt: Add full support for the LPSPI in poll mode; includes a minor fix for LPI2C. 2018-10-31 12:50:05 -06:00
imxrt_userleds.c arch/arm/src/imxrt: Add missing support for the Cortex-M7 caches; configs/imxrt1050-evk: Enable I- and D-Caches in the nsh configuration. Calibrate the delay loop. Add support for the on-board LED. 2018-05-15 10:05:16 -06:00
Makefile Squashed commit of the following: 2019-02-18 15:32:00 -06:00