# config to select component, the format is CONFIG_USE_${component} # Please refer to cmake files below to get available components: # ${SdkRootDirPath}/devices/LPC55S69/all_lib_device.cmake set(CONFIG_COMPILER gcc) set(CONFIG_TOOLCHAIN armgcc) set(CONFIG_USE_COMPONENT_CONFIGURATION false) set(CONFIG_USE_driver_ili9341 true) set(CONFIG_USE_driver_ft6x06 true) set(CONFIG_USE_driver_clock true) set(CONFIG_USE_driver_flexcomm_spi_dma true) set(CONFIG_USE_driver_flexcomm_i2c true) set(CONFIG_USE_driver_flexcomm_spi true) set(CONFIG_USE_driver_cmsis_flexcomm_spi true) set(CONFIG_USE_driver_inputmux true) set(CONFIG_USE_driver_cmsis_flexcomm_i2c true) set(CONFIG_USE_driver_inputmux_connections true) set(CONFIG_USE_driver_flexcomm_i2c_dma true) set(CONFIG_USE_driver_lpc_dma true) set(CONFIG_USE_utility_debug_console_lite true) set(CONFIG_USE_utility_assert_lite true) set(CONFIG_USE_middleware_emwin true) set(CONFIG_USE_driver_common true) set(CONFIG_USE_driver_power true) set(CONFIG_USE_device_LPC55S69_CMSIS true) set(CONFIG_USE_device_LPC55S69_startup true) set(CONFIG_USE_driver_flexcomm_usart true) set(CONFIG_USE_driver_flexcomm true) set(CONFIG_USE_driver_lpc_iocon true) set(CONFIG_USE_driver_lpc_gpio true) set(CONFIG_USE_component_usart_adapter true) set(CONFIG_USE_component_lists true) set(CONFIG_USE_utilities_misc_utilities true) set(CONFIG_USE_CMSIS_Driver_Include_I2C true) set(CONFIG_USE_CMSIS_Driver_Include_SPI true) set(CONFIG_USE_RTE_Device true) set(CONFIG_USE_middleware_emwin_template true) set(CONFIG_USE_driver_reset true) set(CONFIG_USE_CMSIS_Include_core_cm true) set(CONFIG_USE_device_LPC55S69_system true) set(CONFIG_CORE cm33) set(CONFIG_DEVICE LPC55S69) set(CONFIG_BOARD lpcxpresso55s69) set(CONFIG_KIT lpcxpresso55s69) set(CONFIG_DEVICE_ID LPC55S69) set(CONFIG_FPU SP_FPU) set(CONFIG_DSP DSP) set(CONFIG_CORE_ID cm33_core0)