1# Copy variable into project config.cmake to use software component
2#set.board.evkmimxrt1020
3#  # description: Board_project_template evkmimxrt1020
4#  set(CONFIG_USE_BOARD_Project_Template_evkmimxrt1020 true)
5
6#  # description: XIP Board Driver
7#  set(CONFIG_USE_driver_xip_board_evkmimxrt1020 true)
8
9#set.device.MIMXRT1021
10#  # description: Middleware baremetal
11#  set(CONFIG_USE_middleware_baremetal true)
12
13#  # description: Utilities which is needed for particular toolchain like the SBRK function required to address limitation between HEAP and STACK in GCC toolchain library.
14#  set(CONFIG_USE_utilities_misc_utilities true)
15
16#  # description: RTT template configuration
17#  set(CONFIG_USE_driver_rtt_template true)
18
19#  # description: mflash common
20#  set(CONFIG_USE_component_mflash_common true)
21
22#  # description: Driver nand_flash-common
23#  set(CONFIG_USE_driver_nand_flash-common true)
24
25#  # description: Driver nor_flash-common
26#  set(CONFIG_USE_driver_nor_flash-common true)
27
28#  # description: Driver mx25r_flash
29#  set(CONFIG_USE_driver_mx25r_flash true)
30
31#  # description: Driver pf1550
32#  set(CONFIG_USE_driver_pf1550 true)
33
34#  # description: Driver pf3000
35#  set(CONFIG_USE_driver_pf3000 true)
36
37#  # description: Driver phy-common
38#  set(CONFIG_USE_driver_phy-common true)
39
40#  # description: Wi-Fi module Tx power limits
41#  set(CONFIG_USE_component_wifi_bt_module_tx_pwr_limits true)
42
43#  # description: Wi-Fi and BT module configs
44#  set(CONFIG_USE_component_wifi_bt_module_config true)
45
46#  # description: Devices_project_template MIMXRT1021
47#  set(CONFIG_USE_DEVICES_Project_Template_MIMXRT1021 true)
48
49#  # description: Device MIMXRT1021_startup
50#  set(CONFIG_USE_device_MIMXRT1021_startup true)
51
52#  # description: Device MIMXRT1021_cmsis
53#  set(CONFIG_USE_device_MIMXRT1021_CMSIS true)
54
55#  # description: Rte_device
56#  set(CONFIG_USE_RTE_Device true)
57
58#  # description: SAI EDMA Driver
59#  set(CONFIG_USE_driver_sai_edma true)
60
61#  # description: LPI2C Driver
62#  set(CONFIG_USE_driver_lpi2c_edma true)
63
64#  # description: LPSPI Driver
65#  set(CONFIG_USE_driver_lpspi_edma true)
66
67#  # description: LPUART Driver
68#  set(CONFIG_USE_driver_lpuart_edma true)
69
70#  # description: DCP Driver
71#  set(CONFIG_USE_driver_dcp true)
72
73#  # description: Clock Driver
74#  set(CONFIG_USE_driver_clock true)
75
76#  # description: Component serial_manager_uart
77#  set(CONFIG_USE_component_serial_manager_uart true)
78
79#  # description: Utility debug_console_lite
80#  set(CONFIG_USE_utility_debug_console_lite true)
81
82#  # description: IOMUXC Driver
83#  set(CONFIG_USE_driver_iomuxc true)
84
85#  # description: LPSPI CMSIS Driver
86#  set(CONFIG_USE_driver_cmsis_lpspi true)
87
88#  # description: LPI2C CMSIS Driver
89#  set(CONFIG_USE_driver_cmsis_lpi2c true)
90
91#  # description: LPUART CMSIS Driver
92#  set(CONFIG_USE_driver_cmsis_lpuart true)
93
94#  # description: FLEXIO CAMERA EDMA Driver
95#  set(CONFIG_USE_driver_flexio_camera_edma true)
96
97#  # description: FLEXIO I2S EDMA Driver
98#  set(CONFIG_USE_driver_flexio_i2s_edma true)
99
100#  # description: FLEXIO MCULCD EDMA Driver
101#  set(CONFIG_USE_driver_flexio_mculcd_edma true)
102
103#  # description: FLEXIO SPI EDMA Driver
104#  set(CONFIG_USE_driver_flexio_spi_edma true)
105
106#  # description: FLEXIO UART EDMA Driver
107#  set(CONFIG_USE_driver_flexio_uart_edma true)
108
109#  # description: FLEXSPI Driver
110#  set(CONFIG_USE_driver_flexspi_edma true)
111
112#  # description: SPDIF EDMA Driver
113#  set(CONFIG_USE_driver_spdif_edma true)
114
115#  # description: Utility notifier
116#  set(CONFIG_USE_utility_notifier true)
117
118#  # description: Device MIMXRT1021_system
119#  set(CONFIG_USE_device_MIMXRT1021_system true)
120
121#  # description: Utility assert
122#  set(CONFIG_USE_utility_assert true)
123
124#  # description: Utility assert_lite
125#  set(CONFIG_USE_utility_assert_lite true)
126
127#  # description: Utility str
128#  set(CONFIG_USE_utility_str true)
129
130#  # description: Utility debug_console
131#  set(CONFIG_USE_utility_debug_console true)
132
133#  # description: SEGGER Real Time Transfer(RTT)
134#  set(CONFIG_USE_driver_rtt true)
135
136#  # description: ENET CMSIS Driver
137#  set(CONFIG_USE_driver_cmsis_enet true)
138
139#  # description: mflash file
140#  set(CONFIG_USE_component_mflash_file true)
141
142#  # description: dummy file for overwriting mflash when dowloading
143#  set(CONFIG_USE_component_mflash_dummy true)
144
145#  # description: mflash rt1020
146#  set(CONFIG_USE_component_mflash_rt1020 true)
147
148#  # description: Component sai_edma_adapter
149#  set(CONFIG_USE_component_audio_sai_edma_adapter true)
150
151#  # description: Component button
152#  set(CONFIG_USE_component_button true)
153
154#  # description: Driver codec
155#  set(CONFIG_USE_driver_codec true)
156
157#  # description: Component codec adapters for multi codec
158#  set(CONFIG_USE_component_codec_adapters true)
159
160#  # description: Component wm8904 adapter for single codec
161#  set(CONFIG_USE_component_wm8904_adapter true)
162
163#  # description: Component wm8960 adapter for single codecs
164#  set(CONFIG_USE_component_wm8960_adapter true)
165
166#  # description: Component cs42888 adapter for single codec
167#  set(CONFIG_USE_component_cs42888_adapter true)
168
169#  # description: Component sgtl5000 adapter for single codec
170#  set(CONFIG_USE_component_sgtl_adapter true)
171
172#  # description: Component da7212 adapter for single codec
173#  set(CONFIG_USE_component_da7212_adapter true)
174
175#  # description: Component codec_i2c
176#  set(CONFIG_USE_component_codec_i2c true)
177
178#  # description: Component software_crc_adapter
179#  set(CONFIG_USE_component_software_crc_adapter true)
180
181#  # description: Driver cs42888
182#  set(CONFIG_USE_driver_cs42888 true)
183
184#  # description: Driver dialog7212
185#  set(CONFIG_USE_driver_dialog7212 true)
186
187#  # description: Component exception_handling_cm7
188#  set(CONFIG_USE_component_exception_handling_cm7 true)
189
190#  # description: Driver nand_flash-controller-flexspi
191#  set(CONFIG_USE_driver_nand_flash-controller-flexspi true)
192
193#  # description: Driver nand_flash-controller-semc
194#  set(CONFIG_USE_driver_nand_flash-controller-semc true)
195
196#  # description: Driver nor_flash-controller-flexspi
197#  set(CONFIG_USE_driver_nor_flash-controller-flexspi true)
198
199#  # description: Driver nor_flash-controller-lpspi
200#  set(CONFIG_USE_driver_nor_flash-controller-lpspi true)
201
202#  # description: Driver ft5406
203#  set(CONFIG_USE_driver_ft5406 true)
204
205#  # description: Driver ft5406_rt
206#  set(CONFIG_USE_driver_ft5406_rt true)
207
208#  # description: Driver ft6x06
209#  set(CONFIG_USE_driver_ft6x06 true)
210
211#  # description: Driver fxos8700cq
212#  set(CONFIG_USE_driver_fxos8700cq true)
213
214#  # description: Component igpio_adapter
215#  set(CONFIG_USE_component_igpio_adapter true)
216
217#  # description: Component lpi2c_adapter
218#  set(CONFIG_USE_component_lpi2c_adapter true)
219
220#  # description: Driver ili9341
221#  set(CONFIG_USE_driver_ili9341 true)
222
223#  # description: Component flexspi_nor_flash_adapter_rt1020
224#  set(CONFIG_USE_component_flexspi_nor_flash_adapter_rt1020 true)
225
226#  # description: Component led
227#  set(CONFIG_USE_component_led true)
228
229#  # description: Component lists
230#  set(CONFIG_USE_component_lists true)
231
232#  # description: Component log
233#  set(CONFIG_USE_component_log true)
234
235#  # description: Component log backend debug console
236#  set(CONFIG_USE_component_log_backend_debugconsole true)
237
238#  # description: Component log backend debug console lite
239#  set(CONFIG_USE_component_log_backend_debugconsole_lite true)
240
241#  # description: Component log backend ring buffer
242#  set(CONFIG_USE_component_log_backend_ringbuffer true)
243
244#  # description: Component mem_manager
245#  set(CONFIG_USE_component_mem_manager true)
246
247#  # description: Component mem_manager_light
248#  set(CONFIG_USE_component_mem_manager_light true)
249
250#  # description: Component mem_manager_freertos
251#  set(CONFIG_USE_component_mem_manager_freertos true)
252
253#  # description: Driver mma8451q
254#  set(CONFIG_USE_driver_mma8451q true)
255
256#  # description: Component panic
257#  set(CONFIG_USE_component_panic true)
258
259#  # description: Driver phy-device-ksz8081
260#  set(CONFIG_USE_driver_phy-device-ksz8081 true)
261
262#  # description: Component reset_adapter
263#  set(CONFIG_USE_component_reset_adapter true)
264
265#  # description: Component trng_adapter
266#  set(CONFIG_USE_component_trng_adapter true)
267
268#  # description: Component software_rng_adapter
269#  set(CONFIG_USE_component_software_rng_adapter true)
270
271#  # description: Component serial_manager
272#  set(CONFIG_USE_component_serial_manager true)
273
274#  # description: Component serial_manager_spi
275#  set(CONFIG_USE_component_serial_manager_spi true)
276
277#  # description: Component serial_manager_usb_cdc
278#  set(CONFIG_USE_component_serial_manager_usb_cdc true)
279
280#  # description: Component serial_manager_virtual
281#  set(CONFIG_USE_component_serial_manager_virtual true)
282
283#  # description: Component serial_manager_swo
284#  set(CONFIG_USE_component_serial_manager_swo true)
285
286#  # description: Driver sgtl5000
287#  set(CONFIG_USE_driver_sgtl5000 true)
288
289#  # description: Utility shell
290#  set(CONFIG_USE_utility_shell true)
291
292#  # description: Driver silicon_id rt10xx
293#  set(CONFIG_USE_component_silicon_id_rt10xx true)
294
295#  # description: Driver silicon_id
296#  set(CONFIG_USE_component_silicon_id true)
297
298#  # description: Component lpspi_adapter
299#  set(CONFIG_USE_component_lpspi_adapter true)
300
301#  # description: Component gpt_adapter
302#  set(CONFIG_USE_component_gpt_adapter true)
303
304#  # description: Component pit_adapter
305#  set(CONFIG_USE_component_pit_adapter true)
306
307#  # description: Component timer_manager
308#  set(CONFIG_USE_component_timer_manager true)
309
310#  # description: Component lpuart_adapter
311#  set(CONFIG_USE_component_lpuart_adapter true)
312
313#  # description: Component lpuart_dma_adapter
314#  set(CONFIG_USE_component_lpuart_dma_adapter true)
315
316#  # description: Driver video-common
317#  set(CONFIG_USE_driver_video-common true)
318
319#  # description: Driver wm8904
320#  set(CONFIG_USE_driver_wm8904 true)
321
322#  # description: Driver wm8960
323#  set(CONFIG_USE_driver_wm8960 true)
324
325#  # description: COMMON Driver
326#  set(CONFIG_USE_driver_common true)
327
328#  # description: ADC Driver
329#  set(CONFIG_USE_driver_adc_12b1msps_sar true)
330
331#  # description: ADC_ETC Driver
332#  set(CONFIG_USE_driver_adc_etc true)
333
334#  # description: aipstz Driver
335#  set(CONFIG_USE_driver_aipstz true)
336
337#  # description: AOI Driver
338#  set(CONFIG_USE_driver_aoi true)
339
340#  # description: BEE Driver
341#  set(CONFIG_USE_driver_bee true)
342
343#  # description: CACHE Driver
344#  set(CONFIG_USE_driver_cache_armv7_m7 true)
345
346#  # description: CMP Driver
347#  set(CONFIG_USE_driver_cmp true)
348
349#  # description: DCDC Driver
350#  set(CONFIG_USE_driver_dcdc_1 true)
351
352#  # description: DMAMUX Driver
353#  set(CONFIG_USE_driver_dmamux true)
354
355#  # description: EDMA Driver
356#  set(CONFIG_USE_driver_edma true)
357
358#  # description: ENC Driver
359#  set(CONFIG_USE_driver_enc true)
360
361#  # description: ENET Driver
362#  set(CONFIG_USE_driver_enet true)
363
364#  # description: EWM Driver
365#  set(CONFIG_USE_driver_ewm true)
366
367#  # description: FLEXCAN Driver
368#  set(CONFIG_USE_driver_flexcan true)
369
370#  # description: FLEXIO Driver
371#  set(CONFIG_USE_driver_flexio true)
372
373#  # description: FLEXIO Driver
374#  set(CONFIG_USE_driver_flexio_camera true)
375
376#  # description: FLEXIO I2C Driver
377#  set(CONFIG_USE_driver_flexio_i2c_master true)
378
379#  # description: FLEXIO I2S Driver
380#  set(CONFIG_USE_driver_flexio_i2s true)
381
382#  # description: FLEXIO MCULCD Driver
383#  set(CONFIG_USE_driver_flexio_mculcd true)
384
385#  # description: FLEXIO SPI Driver
386#  set(CONFIG_USE_driver_flexio_spi true)
387
388#  # description: FLEXIO UART Driver
389#  set(CONFIG_USE_driver_flexio_uart true)
390
391#  # description: FLEXRAM Driver
392#  set(CONFIG_USE_driver_flexram true)
393
394#  # description: FLEXSPI Driver
395#  set(CONFIG_USE_driver_flexspi true)
396
397#  # description: GPC Driver
398#  set(CONFIG_USE_driver_gpc_1 true)
399
400#  # description: GPT Driver
401#  set(CONFIG_USE_driver_gpt true)
402
403#  # description: GPIO Driver
404#  set(CONFIG_USE_driver_igpio true)
405
406#  # description: KPP Driver
407#  set(CONFIG_USE_driver_kpp true)
408
409#  # description: LPI2C Driver
410#  set(CONFIG_USE_driver_lpi2c true)
411
412#  # description: LPI2C FreeRTOS Driver
413#  set(CONFIG_USE_driver_lpi2c_freertos true)
414
415#  # description: LPSPI Driver
416#  set(CONFIG_USE_driver_lpspi true)
417
418#  # description: LPSPI FreeRTOS Driver
419#  set(CONFIG_USE_driver_lpspi_freertos true)
420
421#  # description: LPUART Driver
422#  set(CONFIG_USE_driver_lpuart true)
423
424#  # description: LPUART Freertos Driver
425#  set(CONFIG_USE_driver_lpuart_freertos true)
426
427#  # description: OCOTP Driver
428#  set(CONFIG_USE_driver_ocotp true)
429
430#  # description: PIT Driver
431#  set(CONFIG_USE_driver_pit true)
432
433#  # description: pmu Driver
434#  set(CONFIG_USE_driver_pmu true)
435
436#  # description: PWM Driver
437#  set(CONFIG_USE_driver_pwm true)
438
439#  # description: QTMR Driver
440#  set(CONFIG_USE_driver_qtmr_1 true)
441
442#  # description: RTWDOG Driver
443#  set(CONFIG_USE_driver_rtwdog true)
444
445#  # description: SAI Driver
446#  set(CONFIG_USE_driver_sai true)
447
448#  # description: SEMC Driver
449#  set(CONFIG_USE_driver_semc true)
450
451#  # description: SNVS HP Driver
452#  set(CONFIG_USE_driver_snvs_hp true)
453
454#  # description: SNVS LP Driver
455#  set(CONFIG_USE_driver_snvs_lp true)
456
457#  # description: SPDIF Driver
458#  set(CONFIG_USE_driver_spdif true)
459
460#  # description: SRC Driver
461#  set(CONFIG_USE_driver_src true)
462
463#  # description: TEMPMON Driver
464#  set(CONFIG_USE_driver_tempmon true)
465
466#  # description: TRNG Driver
467#  set(CONFIG_USE_driver_trng true)
468
469#  # description: USDHC Driver
470#  set(CONFIG_USE_driver_usdhc true)
471
472#  # description: wdog01 Driver
473#  set(CONFIG_USE_driver_wdog01 true)
474
475#  # description: XBARA Driver
476#  set(CONFIG_USE_driver_xbara true)
477
478#  # description: XBARB Driver
479#  set(CONFIG_USE_driver_xbarb true)
480
481#  # description: ROMAPI Driver
482#  set(CONFIG_USE_driver_romapi true)
483
484#  # description: NIC301 Driver
485#  set(CONFIG_USE_driver_nic301 true)
486
487#  # description: SOC FLEXRAM ALLOCATE Driver
488#  set(CONFIG_USE_driver_soc_flexram_allocate true)
489
490#  # description: XIP Device Driver
491#  set(CONFIG_USE_driver_xip_device true)
492
493#set.CMSIS
494#  # description: CMSIS-CORE for Cortex-M, ARMv8-M, ARMv8.1-M
495#  set(CONFIG_USE_CMSIS_Include_core_cm true)
496
497#  # description: Access to #include Driver_USART.h file for custom implementation
498#  set(CONFIG_USE_CMSIS_Driver_Include_USART true)
499
500#  # description: Access to #include Driver_CAN.h file for custom implementation
501#  set(CONFIG_USE_CMSIS_Driver_Include_CAN true)
502
503#  # description: Access to #include Driver_ETH.h file for custom implementation
504#  set(CONFIG_USE_CMSIS_Driver_Include_Ethernet true)
505
506#  # description: Access to #include Driver_ETH_MAC.h file for custom implementation
507#  set(CONFIG_USE_CMSIS_Driver_Include_Ethernet_MAC true)
508
509#  # description: Access to #include Driver_ETH_PHY.h file for custom implementation
510#  set(CONFIG_USE_CMSIS_Driver_Include_Ethernet_PHY true)
511
512#  # description: Access to #include Driver_Flash.h file for custom implementation
513#  set(CONFIG_USE_CMSIS_Driver_Include_Flash true)
514
515#  # description: Access to #include Driver_I2C.h file for custom implementation
516#  set(CONFIG_USE_CMSIS_Driver_Include_I2C true)
517
518#  # description: Access to #include Driver_MCI.h file for custom implementation
519#  set(CONFIG_USE_CMSIS_Driver_Include_MCI true)
520
521#  # description: Access to #include Driver_NAND.h file for custom implementation
522#  set(CONFIG_USE_CMSIS_Driver_Include_NAND true)
523
524#  # description: Access to #include Driver_SAI.h file for custom implementation
525#  set(CONFIG_USE_CMSIS_Driver_Include_SAI true)
526
527#  # description: Access to #include Driver_SPI.h file for custom implementation
528#  set(CONFIG_USE_CMSIS_Driver_Include_SPI true)
529
530#  # description: Access to #include Driver_USBD.h file for custom implementation
531#  set(CONFIG_USE_CMSIS_Driver_Include_USB_Device true)
532
533#  # description: Access to #include Driver_USBH.h file for custom implementation
534#  set(CONFIG_USE_CMSIS_Driver_Include_USB_Host true)
535
536#  # description: Access to #include Driver_WiFi.h file
537#  set(CONFIG_USE_CMSIS_Driver_Include_WiFi true)
538
539#  # description: Device interrupt controller interface
540#  set(CONFIG_USE_CMSIS_Device_API_OSTick true)
541
542#  # description: CMSIS-RTOS API for Cortex-M, SC000, and SC300
543#  set(CONFIG_USE_CMSIS_Device_API_RTOS2 true)
544
545#  # description: CMSIS-RTOS2 RTX5 for Cortex-M, SC000, C300 and Armv8-M (Library)
546#  set(CONFIG_USE_CMSIS_RTOS2_Secure true)
547
548#  # description: CMSIS-RTOS2 RTX5 for Armv8-M Non-Secure Domain (Library)
549#  set(CONFIG_USE_CMSIS_RTOS2_NonSecure true)
550
551#set.CMSIS_DSP_Lib
552#  # description: CMSIS-DSP Library Header
553#  set(CONFIG_USE_CMSIS_DSP_Include true)
554
555#  # description: CMSIS-DSP Library
556#  set(CONFIG_USE_CMSIS_DSP_Source true)
557
558#  # description: CMSIS-NN Library
559#  set(CONFIG_USE_CMSIS_NN_Source true)
560
561#set.middleware.wifi
562#  # description: Template configuration file to be edited by user.
563#  set(CONFIG_USE_middleware_wifi_wifi_bt_config_template true)
564
565#  # description: NXP Wi-Fi Interface Abstraction Layer
566#  set(CONFIG_USE_middleware_wifi_fwdnld_intf_abs true)
567
568#  # description: Template configuration file to be edited by user.
569#  set(CONFIG_USE_middleware_wifi_template true)
570
571#  # description: NXP WLAN OSA
572#  set(CONFIG_USE_middleware_wifi_osa_free_rtos true)
573
574#  # description: NXP WLAN OSA
575#  set(CONFIG_USE_middleware_wifi_osa_thread true)
576
577#  # description: NXP WLAN OSA
578#  set(CONFIG_USE_middleware_wifi_osa true)
579
580#  # description: NXP WLAN common files
581#  set(CONFIG_USE_middleware_wifi_common_files true)
582
583#  # description: NXP WLAN f/w dnld driver
584#  set(CONFIG_USE_middleware_wifi_fwdnld true)
585
586#  # description: NXP WLAN OSA
587#  set(CONFIG_USE_middleware_wifi_net_free_rtos true)
588
589#  # description: NXP WLAN OSA
590#  set(CONFIG_USE_middleware_wifi_net_thread true)
591
592#  # description: NXP WLAN OSA
593#  set(CONFIG_USE_middleware_wifi_net true)
594
595#  # description: NXP Wi-Fi driver
596#  set(CONFIG_USE_middleware_wifi_wifidriver true)
597
598#  # description: NXP Wi-Fi functionality enables customers to quickly develop applications of interest to add connectivity to different sensors and appliances
599#  set(CONFIG_USE_middleware_wifi true)
600
601#  # description: NXP Wi-Fi SDIO driver
602#  set(CONFIG_USE_middleware_wifi_sdio true)
603
604#  # description: NXP Wi-Fi SDIO driver
605#  set(CONFIG_USE_middleware_wifi_mlan_sdio true)
606
607#  # description: Middlware Wi-Fi CLI
608#  set(CONFIG_USE_middleware_wifi_cli true)
609
610#  # description: Middlware Wi-Fi WMCRYPTO
611#  set(CONFIG_USE_middleware_wifi_wmcrypto true)
612
613#  # description: Middlware Wi-Fi WMTIME
614#  set(CONFIG_USE_middleware_wifi_wmtime true)
615
616#  # description: Middlware Wi-Fi WPS
617#  set(CONFIG_USE_middleware_wifi_wps true)
618
619#  # description: Middlware Wi-Fi NCP_SUPP_WMCRYPTO
620#  set(CONFIG_USE_middleware_wifi_ncp_supp_wmcrypto true)
621
622#  # description: Middlware Wi-Fi Location Service
623#  set(CONFIG_USE_middleware_wifi_wls true)
624
625#  # description: Edgefast Wi-Fi NXP is a blocking layer for Wi-Fi NXP
626#  set(CONFIG_USE_middleware_edgefast_wifi_nxp true)
627
628#set.middleware.freertos-kernel
629#  # description: FreeRTOS NXP extension
630#  set(CONFIG_USE_middleware_freertos-kernel_extension true)
631
632#  # description: Template configuration file to be edited by user. Provides also memory allocator (heap_x), change variant if needed.
633#  set(CONFIG_USE_middleware_freertos-kernel_template true)
634
635#  # description: FreeRTOS kernel
636#  set(CONFIG_USE_middleware_freertos-kernel true)
637
638#  # description: FreeRTOS heap 1
639#  set(CONFIG_USE_middleware_freertos-kernel_heap_1 true)
640
641#  # description: FreeRTOS heap 2
642#  set(CONFIG_USE_middleware_freertos-kernel_heap_2 true)
643
644#  # description: FreeRTOS heap 3
645#  set(CONFIG_USE_middleware_freertos-kernel_heap_3 true)
646
647#  # description: FreeRTOS heap 4
648#  set(CONFIG_USE_middleware_freertos-kernel_heap_4 true)
649
650#  # description: FreeRTOS heap 5
651#  set(CONFIG_USE_middleware_freertos-kernel_heap_5 true)
652
653#  # description: new V2 FreeRTOS MPU wrappers introduced in V10.6.0
654#  set(CONFIG_USE_middleware_freertos-kernel_mpu_wrappers_v2 true)
655
656#  # description: old FreeRTOS MPU wrappers used before V10.6.0
657#  set(CONFIG_USE_middleware_freertos-kernel_mpu_wrappers true)
658
659#set.middleware.mcuboot
660#  # description: mcuboot
661#  set(CONFIG_USE_middleware_mcuboot true)
662
663#  # description: TinyCrypt fork in MCUBoot repository
664#  set(CONFIG_USE_middleware_mcuboot_tinycrypt true)
665
666#  # description: Encrypted XIP abstraction for MCUBoot
667#  set(CONFIG_USE_middleware_mcuboot_encrypted_xip true)
668
669#  # description: MCUBoot's subset of MbedTLS for ASN.1 parsing
670#  set(CONFIG_USE_middleware_mcuboot_mbedtls-asn1 true)
671
672#  # description: mcuboot
673#  set(CONFIG_USE_middleware_mcuboot_bootutil true)
674
675#set.middleware.lwip
676#  # description: lwIP Template
677#  set(CONFIG_USE_middleware_lwip_template true)
678
679#  # description: Empty ethernet interface
680#  set(CONFIG_USE_middleware_lwip_empty_ethernetif true)
681
682#  # description: lwIP - A Lightweight TCP/IP Stack
683#  set(CONFIG_USE_middleware_lwip true)
684
685#  # description: Kinetis ethernet interface
686#  set(CONFIG_USE_middleware_lwip_kinetis_ethernetif true)
687
688#  # description: EtherCAT EOE ethernet interface
689#  set(CONFIG_USE_middleware_lwip_eoe_ethernetif true)
690
691#  # description: USB network layer
692#  set(CONFIG_USE_middleware_lwip_usb_ethernetif true)
693
694#  # description: lwIP HTTP Daemon Implementation Support Files
695#  set(CONFIG_USE_middleware_lwip_apps_httpd_support true)
696
697#  # description: lwIP HTTP Daemon
698#  set(CONFIG_USE_middleware_lwip_apps_httpd true)
699
700#  # description: lwIP HTTP Server Implementation
701#  set(CONFIG_USE_middleware_lwip_apps_httpsrv true)
702
703#  # description: lwIP HTTPS Server Implementation
704#  set(CONFIG_USE_middleware_lwip_apps_httpssrv true)
705
706#  # description: lwIP mDNS Implementation
707#  set(CONFIG_USE_middleware_lwip_apps_mdns true)
708
709#  # description: lwIP IPERF Implementation
710#  set(CONFIG_USE_middleware_lwip_apps_lwiperf true)
711
712#  # description: lwIP MQTT Client
713#  set(CONFIG_USE_middleware_lwip_apps_mqtt true)
714
715#  # description: lwIP SNTP
716#  set(CONFIG_USE_middleware_lwip_apps_sntp true)
717
718#  # description: lwIP Ping Sender contrib
719#  set(CONFIG_USE_middleware_lwip_contrib_ping true)
720
721#  # description: lwIP TCP Echo contrib
722#  set(CONFIG_USE_middleware_lwip_contrib_tcpecho true)
723
724#  # description: lwIP TCP Echo Raw API contrib
725#  set(CONFIG_USE_middleware_lwip_contrib_tcpecho_raw true)
726
727#  # description: lwIP UDP Echo contrib
728#  set(CONFIG_USE_middleware_lwip_contrib_udpecho true)
729
730#  # description: lwIP UDP Echo Raw API contrib
731#  set(CONFIG_USE_middleware_lwip_contrib_udpecho_raw true)
732
733#set.middleware.mbedtls
734#  # description: mbedTLS Template
735#  set(CONFIG_USE_middleware_mbedtls_template true)
736
737#  # description: els_pkc config
738#  set(CONFIG_USE_middleware_mbedtls_els_pkc_config true)
739
740#  # description: mbedTLS test suite
741#  set(CONFIG_USE_middleware_mbedtls_tests true)
742
743#  # description: mbedTLS 3rdparty code
744#  set(CONFIG_USE_middleware_mbedtls_3rdparty true)
745
746#  # description: mbedTLS port library for KPSDK
747#  set(CONFIG_USE_middleware_mbedtls_port_ksdk true)
748
749#  # description: mbedTLS library
750#  set(CONFIG_USE_middleware_mbedtls true)
751
752#set.middleware.sdmmc
753#  # description: Middleware sdmmc common
754#  set(CONFIG_USE_middleware_sdmmc_common true)
755
756#  # description: Template configuration file to be edited by user.
757#  set(CONFIG_USE_middleware_sdmmc_sdhc_template true)
758
759#  # description: Template configuration file to be edited by user.
760#  set(CONFIG_USE_middleware_sdmmc_sdif_template true)
761
762#  # description: Template configuration file to be edited by user.
763#  set(CONFIG_USE_middleware_sdmmc_usdhc_template true)
764
765#  # description: Middleware sdmmc osa_bm
766#  set(CONFIG_USE_middleware_sdmmc_osa_bm true)
767
768#  # description: Middleware sdmmc osa_freertos
769#  set(CONFIG_USE_middleware_sdmmc_osa_freertos true)
770
771#  # description: Middleware sdmmc osa_azurertos
772#  set(CONFIG_USE_middleware_sdmmc_osa_azurertos true)
773
774#  # description: Middleware sdmmc sd
775#  set(CONFIG_USE_middleware_sdmmc_sd true)
776
777#  # description: Middleware sdmmc mmc
778#  set(CONFIG_USE_middleware_sdmmc_mmc true)
779
780#  # description: Middleware sdmmc sdio
781#  set(CONFIG_USE_middleware_sdmmc_sdio true)
782
783#  # description: Middleware sdmmc host usdhc
784#  set(CONFIG_USE_middleware_sdmmc_host_usdhc true)
785
786#  # description: Middleware sdmmc host usdhc freertos
787#  set(CONFIG_USE_middleware_sdmmc_host_usdhc_freertos true)
788
789#  # description: Middleware sdmmc host usdhc interrupt
790#  set(CONFIG_USE_middleware_sdmmc_host_usdhc_interrupt true)
791
792#  # description: Middleware sdmmc host usdhc polling
793#  set(CONFIG_USE_middleware_sdmmc_host_usdhc_polling true)
794
795#  # description: Middleware sdmmc host usdhc azurertos
796#  set(CONFIG_USE_middleware_sdmmc_host_usdhc_azurertos true)
797
798#  # description: SDMMC host controller cache dependency
799#  set(CONFIG_USE_middleware_sdmmc_host_usdhc_cache true)
800
801#set.middleware.usb
802#  # description: USB device phydcd config header
803#  set(CONFIG_USE_middleware_usb_phydcd_config_header true)
804
805#  # description: USB device hsdcd config header
806#  set(CONFIG_USE_middleware_usb_hsdcd_config_header true)
807
808#  # description: USB device ehci config header
809#  set(CONFIG_USE_middleware_usb_device_ehci_config_header true)
810
811#  # description: Middleware usb common_header
812#  set(CONFIG_USE_middleware_usb_common_header true)
813
814#  # description: Middleware usb device common_header
815#  set(CONFIG_USE_middleware_usb_device_common_header true)
816
817#  # description: Middleware usb device ehci
818#  set(CONFIG_USE_middleware_usb_device_ehci true)
819
820#  # description: Middleware usb phy
821#  set(CONFIG_USE_middleware_usb_phy true)
822
823#  # description: Middleware usb device stack external
824#  set(CONFIG_USE_middleware_usb_device_stack_external true)
825
826#  # description: Middleware usb device audio external
827#  set(CONFIG_USE_middleware_usb_device_audio_external true)
828
829#  # description: Middleware usb device cdc external
830#  set(CONFIG_USE_middleware_usb_device_cdc_external true)
831
832#  # description: Middleware usb device cdc rndis external
833#  set(CONFIG_USE_middleware_usb_device_cdc_rndis_external true)
834
835#  # description: Middleware usb device hid external
836#  set(CONFIG_USE_middleware_usb_device_hid_external true)
837
838#  # description: Middleware usb device dfu external
839#  set(CONFIG_USE_middleware_usb_device_dfu_external true)
840
841#  # description: Middleware usb device msd external
842#  set(CONFIG_USE_middleware_usb_device_msd_external true)
843
844#  # description: Middleware usb device phdc external
845#  set(CONFIG_USE_middleware_usb_device_phdc_external true)
846
847#  # description: Middleware usb device video external
848#  set(CONFIG_USE_middleware_usb_device_video_external true)
849
850#  # description: Middleware usb device ccid external
851#  set(CONFIG_USE_middleware_usb_device_ccid_external true)
852
853#  # description: Middleware usb device printer external
854#  set(CONFIG_USE_middleware_usb_device_printer_external true)
855
856#  # description: Middleware usb PHYDCD (Select manually if needed)
857#  set(CONFIG_USE_middleware_usb_phydcd true)
858
859#  # description: Middleware usb device controller driver
860#  set(CONFIG_USE_middleware_usb_device_controller_driver true)
861
862#  # description: Middleware usb host ehci
863#  set(CONFIG_USE_middleware_usb_host_ehci true)
864
865#  # description: Middleware usb host audio
866#  set(CONFIG_USE_middleware_usb_host_audio true)
867
868#  # description: Middleware usb host cdc
869#  set(CONFIG_USE_middleware_usb_host_cdc true)
870
871#  # description: Middleware usb host cdc_ecm
872#  set(CONFIG_USE_middleware_usb_host_cdc_ecm true)
873
874#  # description: Middleware usb host cdc_rndis
875#  set(CONFIG_USE_middleware_usb_host_cdc_rndis true)
876
877#  # description: Middleware usb host hid
878#  set(CONFIG_USE_middleware_usb_host_hid true)
879
880#  # description: Middleware usb host msd
881#  set(CONFIG_USE_middleware_usb_host_msd true)
882
883#  # description: Middleware usb host video
884#  set(CONFIG_USE_middleware_usb_host_video true)
885
886#  # description: Middleware usb host phdc
887#  set(CONFIG_USE_middleware_usb_host_phdc true)
888
889#  # description: Middleware usb host printer
890#  set(CONFIG_USE_middleware_usb_host_printer true)
891
892#  # description: Middleware usb host common_header
893#  set(CONFIG_USE_middleware_usb_host_common_header true)
894
895#  # description: USB host ehci config header
896#  set(CONFIG_USE_middleware_usb_host_ehci_config_header true)
897
898#  # description: Middleware usb host stack
899#  set(CONFIG_USE_middleware_usb_host_stack true)
900
901#set.component.osa
902#  # description: Component osa_zephyr
903#  set(CONFIG_USE_component_osa_zephyr true)
904
905#  # description: Component common_task
906#  set(CONFIG_USE_component_common_task true)
907
908#  # description: Component osa_bm
909#  set(CONFIG_USE_component_osa_bm true)
910
911#  # description: Component osa_free_rtos
912#  set(CONFIG_USE_component_osa_free_rtos true)
913
914#  # description: Component osa
915#  set(CONFIG_USE_component_osa true)
916
917#  # description: Component osa interface
918#  set(CONFIG_USE_component_osa_interface true)
919
920#  # description: Component osa thread
921#  set(CONFIG_USE_component_osa_thread true)
922
923#set.middleware.azure_rtos
924#  # description: Azure RTOS Core
925#  set(CONFIG_USE_middleware_azure_rtos_tx_template true)
926
927#  # description: Azure RTOS Core
928#  set(CONFIG_USE_middleware_azure_rtos_tx_mgr_template true)
929
930#  # description: Real Time Operating System Kernel
931#  set(CONFIG_USE_middleware_azure_rtos_tx_lib true)
932
933#  # description: Real Time Operating System Kernel
934#  set(CONFIG_USE_middleware_azure_rtos_tx_mgr_lib true)
935
936#  # description: Real Time Operating System Kernel
937#  set(CONFIG_USE_middleware_azure_rtos_txm_lib true)
938
939#  # description: A file system based on azure RTOS
940#  set(CONFIG_USE_middleware_azure_rtos_fx_template true)
941
942#  # description: A file system based on azure RTOS
943#  set(CONFIG_USE_middleware_azure_rtos_fx_lib true)
944
945#  # description: A GUI library based on azure RTOS
946#  set(CONFIG_USE_middleware_azure_rtos_gx_lib true)
947
948#  # description: A network protocol stack based on azure RTOS
949#  set(CONFIG_USE_middleware_azure_rtos_nxd_template true)
950
951#  # description: A network protocol stack based on azure RTOS
952#  set(CONFIG_USE_middleware_azure_rtos_nxd_lib true)
953
954#  # description: A USB library based on azure RTOS
955#  set(CONFIG_USE_middleware_azure_rtos_ux_template true)
956
957#  # description: Azure RTOS USBX Host Controller EHCI
958#  set(CONFIG_USE_middleware_azure_rtos_ux_ehci true)
959
960#  # description: Azure RTOS USBX Host Controller OHCI
961#  set(CONFIG_USE_middleware_azure_rtos_ux_ohci true)
962
963#  # description: Azure RTOS USBX Host Controller IP3516
964#  set(CONFIG_USE_middleware_azure_rtos_ux_ip3516 true)
965
966#  # description: Azure RTOS USBX Device Controller IP3511
967#  set(CONFIG_USE_middleware_azure_rtos_ux_ip3511 true)
968
969#  # description: Azure RTOS USBX Device Controller for i.MX RT
970#  set(CONFIG_USE_middleware_azure_rtos_ux_dci true)
971
972#  # description: A USB library based on azure RTOS
973#  set(CONFIG_USE_middleware_azure_rtos_ux_lib true)
974
975#  # description: Azure RTOS Core
976#  set(CONFIG_USE_middleware_azure_rtos_tx true)
977
978#  # description: Azure RTOS Core
979#  set(CONFIG_USE_middleware_azure_rtos_tx_mgr true)
980
981#  # description: Azure RTOS Core
982#  set(CONFIG_USE_middleware_azure_rtos_tx_sp true)
983
984#  # description: A file system based on azure RTOS
985#  set(CONFIG_USE_middleware_azure_rtos_fx true)
986
987#  # description: A file system based on azure RTOS
988#  set(CONFIG_USE_middleware_azure_rtos_fx_sp true)
989
990#  # description: A GUI library based on azure RTOS
991#  set(CONFIG_USE_middleware_azure_rtos_gx true)
992
993#  # description: LevelX provides NAND and NOR flash wear leveling facilities to embedded applications
994#  set(CONFIG_USE_middleware_azure_rtos_lx true)
995
996#  # description: A network protocol stack based on azure RTOS
997#  set(CONFIG_USE_middleware_azure_rtos_nxd true)
998
999#  # description: A network protocol stack based on azure RTOS
1000#  set(CONFIG_USE_middleware_azure_rtos_nxd_sp true)
1001
1002#  # description: Azure NetX Duo driver based on i.MXRT series
1003#  set(CONFIG_USE_middleware_netxduo_imxrt true)
1004
1005#  # description: A USB library based on azure RTOS
1006#  set(CONFIG_USE_middleware_azure_rtos_ux true)
1007
1008#  # description: A USB library based on azure RTOS
1009#  set(CONFIG_USE_middleware_azure_rtos_ux_sp true)
1010
1011#  # description: A software package that connects to the IoT Hub through Azure RTOS
1012#  set(CONFIG_USE_middleware_azure_rtos_azure_iot true)
1013
1014#set.middleware.wireless.wpa_supplicant
1015#  # description: Wpa supplicant rtos
1016#  set(CONFIG_USE_middleware_wireless_wpa_supplicant_rtos true)
1017
1018#set.middleware.fatfs
1019#  # description: FatFs
1020#  set(CONFIG_USE_middleware_fatfs true)
1021
1022#  # description: FatFs_MMC
1023#  set(CONFIG_USE_middleware_fatfs_mmc true)
1024
1025#  # description: FatFs_RAM
1026#  set(CONFIG_USE_middleware_fatfs_ram true)
1027
1028#  # description: FatFs_SD
1029#  set(CONFIG_USE_middleware_fatfs_sd true)
1030
1031#  # description: FatFs template MMC
1032#  set(CONFIG_USE_middleware_fatfs_template_mmc true)
1033
1034#  # description: FatFs template RAM
1035#  set(CONFIG_USE_middleware_fatfs_template_ram true)
1036
1037#  # description: FatFs template SD
1038#  set(CONFIG_USE_middleware_fatfs_template_sd true)
1039
1040#  # description: FatFs template USB
1041#  set(CONFIG_USE_middleware_fatfs_template_usb true)
1042
1043#  # description: FatFs_USB
1044#  set(CONFIG_USE_middleware_fatfs_usb true)
1045
1046list(APPEND CMAKE_MODULE_PATH
1047  ${CMAKE_CURRENT_LIST_DIR}/.
1048  ${CMAKE_CURRENT_LIST_DIR}/../../components/osa
1049  ${CMAKE_CURRENT_LIST_DIR}/../../../middleware/fatfs
1050  ${CMAKE_CURRENT_LIST_DIR}/../../../middleware/lwip
1051  ${CMAKE_CURRENT_LIST_DIR}/../../../middleware/mbedtls
1052  ${CMAKE_CURRENT_LIST_DIR}/../../../middleware/mcuboot_opensource
1053  ${CMAKE_CURRENT_LIST_DIR}/../../../middleware/sdmmc
1054  ${CMAKE_CURRENT_LIST_DIR}/../../../middleware/usb
1055  ${CMAKE_CURRENT_LIST_DIR}/../../../middleware/wifi_nxp
1056  ${CMAKE_CURRENT_LIST_DIR}/../../../middleware/wireless/wpa_supplicant-rtos
1057  ${CMAKE_CURRENT_LIST_DIR}/../../../rtos/azure-rtos
1058  ${CMAKE_CURRENT_LIST_DIR}/../../../rtos/freertos/freertos-kernel
1059  ${CMAKE_CURRENT_LIST_DIR}/drivers
1060  ${CMAKE_CURRENT_LIST_DIR}/project_template
1061  ${CMAKE_CURRENT_LIST_DIR}/template
1062  ${CMAKE_CURRENT_LIST_DIR}/xip
1063  ${CMAKE_CURRENT_LIST_DIR}/../../CMSIS
1064  ${CMAKE_CURRENT_LIST_DIR}/../../boards/evkmimxrt1020
1065)
1066
1067include(set_board_evkmimxrt1020 OPTIONAL)
1068include(set_CMSIS_DSP_Lib OPTIONAL)
1069include(set_CMSIS OPTIONAL)
1070include(set_device_MIMXRT1021 OPTIONAL)
1071include(set_component_osa OPTIONAL)
1072include(set_middleware_azure_rtos OPTIONAL)
1073include(set_middleware_wifi OPTIONAL)
1074include(set_middleware_fatfs OPTIONAL)
1075include(set_middleware_freertos-kernel OPTIONAL)
1076include(set_middleware_lwip OPTIONAL)
1077include(set_middleware_mbedtls OPTIONAL)
1078include(set_middleware_mcuboot OPTIONAL)
1079include(set_middleware_sdmmc OPTIONAL)
1080include(set_middleware_usb OPTIONAL)
1081include(set_middleware_wireless_wpa_supplicant OPTIONAL)
1082