This project is Sample Project For IMXRT1060-EVK.
- Modify MCUX_IDE_DIR in WriteDebugApl.bat/WriteDebugBoot.bat.
- For MCUXpressoIDE_11.0.0
- Maybe, MMC or MMC compatible card support.
- Update Main Program by BIN File. (please put "IMXRT1060-EVK_APL_crc16.bin" root file system)
- The MIT license applies to the code I created in the "source" directory.
- This project also uses "MCUXpresso Software Development Kit (SDK) 2.6.0".
- Please refer to "SW-Content-Register.txt" for the license of SDK.
- CMSIS-5
- Amazon FreeRTOS
- FatFs
- lwip
- lvgl
This project is a bootloader. A main functions are as follows.
- Console (source/Task/consoleTask.c, h)
- File System (source/Task/StorageTask.c, h)
- Load another binary and jump (update.c)
This project is a sample application. A main functions are as follows.
- Console (source/Task/consoleTask.c, h)
- File System (source/Task/StorageTask.c, h)
- Lan (lwip)
- Temperature Monitor (source/Task/TempMonieTask.c, h)
- Touch screen (source/Task/TouchScreenTask.c, h)
- GUI (lvgl)