RT1050_FreeRTOS_USB_Hello/config.cmake

8 lines
335 B
CMake
Raw Normal View History

2021-04-28 17:16:27 +00:00
# config to select component, the format is CONFIG_USE_${component}
set(CMAKE_EXPORT_COMPILE_COMMANDS true)
set(CONFIG_USE_component_serial_manager_uart_MIMXRT1052 true)
set(CONFIG_USE_driver_lpuart_MIMXRT1052 true)
set(CONFIG_USE_middleware_usb_device_ehci_MIMXRT1052 true)
set(CONFIG_USE_middleware_freertos-kernel_MIMXRT1052 true)