nuttx/configs/imxrt1050-evk/src
2019-03-05 06:35:04 -06:00
..
imxrt1050-evk.h Squashed commit of the following: 2019-03-04 08:35:29 -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 Squashed commit of the following: 2019-03-04 08:35:29 -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 Squashed commit of the following: 2019-03-04 08:35:29 -06:00
imxrt_flexspi_nor_boot.h Squashed commit of the following: 2019-03-04 08:35:29 -06:00
imxrt_flexspi_nor_flash.c configs/imxrt1050-evk/src: Correct some naming errors introduced by review changes. 2019-03-05 06:35:04 -06:00
imxrt_flexspi_nor_flash.h configs/imxrt1050-evk: This commit adds support for booting from the on board HYPER Flash. I placed the boot and flash files in the /configs/imxrt1050-evk/ , because I thing they are board related, so for other board or other flash this files has to be changed. So far I verified that the __start function is called and the code is executing from flash, but still the rest of the code is not tested. 2018-04-13 12:49:54 -06:00
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_lcd.c Squashed commit of the following: 2019-03-04 08:35:29 -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_sdram_ini_dcd.c configs/imxrt1050-evk/src: Correct some naming errors introduced by review changes. 2019-03-05 06:35:04 -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-03-04 08:35:29 -06:00