MCUXpresso_MIMXRT1021xxxxx/boards/evkmimxrt1020/bootloader_examples/flashloader/armgcc/config.cmake
Yilin Sun 763d32be90
Updated SDK to v2.15.000
Signed-off-by: Yilin Sun <imi415@imi.moe>
2024-03-15 22:23:36 +08:00

52 lines
2.3 KiB
CMake

# config to select component, the format is CONFIG_USE_${component}
# Please refer to cmake files below to get available components:
# ${SdkRootDirPath}/devices/MIMXRT1021/all_lib_device.cmake
set(CONFIG_COMPILER gcc)
set(CONFIG_TOOLCHAIN armgcc)
set(CONFIG_USE_COMPONENT_CONFIGURATION false)
set(CONFIG_USE_device_MIMXRT1021_CMSIS true)
set(CONFIG_USE_driver_clock true)
set(CONFIG_USE_driver_igpio true)
set(CONFIG_USE_driver_lpuart true)
set(CONFIG_USE_driver_iomuxc true)
set(CONFIG_USE_middleware_mcu-boot_MIMXRT1021_startup true)
set(CONFIG_USE_middleware_mcu-boot_src_bm_usb_hid true)
set(CONFIG_USE_middleware_mcu-boot_bootsources true)
set(CONFIG_USE_middleware_mcu-boot_bootsources_imxrt true)
set(CONFIG_USE_middleware_mcu-boot_MIMXRT1021_sources true)
set(CONFIG_USE_middleware_baremetal true)
set(CONFIG_USE_middleware_usb_device_ehci true)
set(CONFIG_USE_middleware_usb_device_controller_driver true)
set(CONFIG_USE_middleware_mcu-boot_src_startup true)
set(CONFIG_USE_middleware_mcu-boot_drv_microseconds_pit true)
set(CONFIG_USE_middleware_mcu-boot_mem_flexspi_nor true)
set(CONFIG_USE_middleware_mcu-boot_drv_flexspi_nand true)
set(CONFIG_USE_middleware_mcu-boot_mem_spi_nand true)
set(CONFIG_USE_middleware_mcu-boot_mem_semc_nor true)
set(CONFIG_USE_middleware_mcu-boot_mem_semc_nand true)
set(CONFIG_USE_middleware_mcu-boot_mem_sdmmc true)
set(CONFIG_USE_middleware_mcu-boot_mem_spi_nor_eeprom true)
set(CONFIG_USE_middleware_mcu-boot_drv_ocotp true)
set(CONFIG_USE_CMSIS_Include_core_cm true)
set(CONFIG_USE_driver_common true)
set(CONFIG_USE_middleware_usb_device_ehci_config_header true)
set(CONFIG_USE_middleware_usb_device_common_header true)
set(CONFIG_USE_middleware_usb_phy true)
set(CONFIG_USE_component_osa true)
set(CONFIG_USE_middleware_usb_common_header true)
set(CONFIG_USE_component_lists true)
set(CONFIG_USE_middleware_mcu-boot_drv_flexspi_nor true)
set(CONFIG_USE_middleware_mcu-boot_drv_semc_nor true)
set(CONFIG_USE_middleware_mcu-boot_drv_semc_nand true)
set(CONFIG_USE_middleware_mcu-boot_drv_sdmmc true)
set(CONFIG_USE_middleware_mcu-boot_drv_serial_nor_eeprom true)
set(CONFIG_USE_driver_lpspi true)
set(CONFIG_CORE cm7f)
set(CONFIG_DEVICE MIMXRT1021)
set(CONFIG_BOARD evkmimxrt1020)
set(CONFIG_KIT evkmimxrt1020)
set(CONFIG_DEVICE_ID MIMXRT1021xxxxx)
set(CONFIG_FPU DP_FPU)
set(CONFIG_DSP NO_DSP)