-
Notifications
You must be signed in to change notification settings - Fork 24
/
MIMX8MM5xxxKZ_manifest_v3_4.xml
1746 lines (1746 loc) · 146 KB
/
MIMX8MM5xxxKZ_manifest_v3_4.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<?xml version="1.0" encoding="UTF-8"?>
<ksdk:manifest xmlns:ksdk="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="SDK_2.x_MIMX8MM5xxxKZ" name="MIMX8MM5xxxKZ" brief="This is SDK version 2.6.1 manifest file. It describes the content of the MIMX8MM5xxxKZ and additional settings for tools that support SDK version 2.6.1" format_version="3.4" api_version="2.0.0" configuration="522f1a7aff30dacbd4bef50eb026e7b8" xsi:schemaLocation="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd http://nxp.com/mcuxpresso/sdk/sdk_manifest_v3.4.xsd">
<!--Timestamp (UTC): 2019-12-03 10:15:12.972267-->
<defines>
<define name="CPU_$|package|" value=""/>
<define name="CPU_$|package|_$|core|" value=""/>
</defines>
<externalDefinitions>
<definition extID="com.crt.advproject.config.exe.debug"/>
<definition extID="com.crt.advproject.config.exe.release"/>
<definition extID="QSPI_FLASH_MIMX8MM6xxxLZ"/>
<definition extID="QSPI_FLASH_MIMX8MM5xxxKZ"/>
</externalDefinitions>
<ksdk id="MCUXpresso261" name="MCUXpresso261" version="2.6.1" revision="291 2019-11-29"/>
<compilers>
<compiler id="compiler_gcc" name="gcc" type="gcc"/>
<compiler id="compiler_iar" name="iar" type="iar"/>
</compilers>
<toolchainSettings/>
<toolchains>
<toolchain id="armgcc" name="GCC_ARM_Embedded" version="8.2.1" full_name="GCC ARM Embedded" compiler="compiler_gcc" type="armgcc" vendor="GCC ARM Embedded" vendor_url="http://launchpad.net/gcc-arm-embedded"/>
<toolchain id="iar" name="IAR_Embedded_Workbench_for_ARM" version="8.32.3" full_name="IAR Embedded Workbench for ARM" compiler="compiler_iar" type="iar" vendor="IAR Systems" vendor_url="http://www.iar.com"/>
</toolchains>
<boards>
<board id="evkmimx8mm" name="EVK-MIMX8MM" href="http://www.nxp.com/iMX8M" version="1.0.0" package="MIMX8MM6DVTLZ">
<description>The evkmimx8mm is an development platform for MIMX8MM3, MIMX8MM4, MIMX8MM5, MIMX8MM6 MCUs</description>
<image path="docs/images" type="image">
<files mask="EVK-MIMX8MM.gif"/>
</image>
<metadataSet>
<metadata key="vendor" value="NXP"/>
<metadata key="html">
<specific>
<content>The i.MX 8M Mini family of boards provides a powerful and flexible development system for NXP®'s Cortex-M4 MCUs.</content>
</specific>
</metadata>
</metadataSet>
<examples>
<example id="evkmimx8mm_cmsis_ecspi_int_loopback_transfer" name="cmsis_ecspi_int_loopback_transfer" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_ecspi_int_loopback_transfer example shows how to use CMSIS ECSPI driver in interrupt way: In this example , ECSPI will do a loopback transfer in interrupt way, so, there is no need to set up any pins.And we should set the ECSPIx->TESTREG[LBC] bit, this bit is used in Master mode only. When this bit is set, the ECSPI connects the transmitter and receiver sections internally, and the data shifted out from the most-significant bit of the shift register is looped back into the least-significant bit of the Shift register.In this way, a self-test of the complete transmit/receive path can be made. The output pins are not affected, and the input pins are ignored." toolchain="armgcc iar" category="cmsis_driver_examples/ecspi" path="boards/evkmimx8mm/cmsis_driver_examples/ecspi/int_loopback_transfer">
<external path="boards/evkmimx8mm/cmsis_driver_examples/ecspi/int_loopback_transfer" type="xml">
<files mask="cmsis_ecspi_int_loopback_transfer.xml"/>
</external>
</example>
<example id="evkmimx8mm_cmsis_ecspi_sdma_loopback_transfer" name="cmsis_ecspi_sdma_loopback_transfer" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_ecspi_sdma_loopback_transfer example shows how to use CMSIS ECSPI driver in SDMA way: In this example , ECSPI will do a loopback transfer in SDMA way, so, there is no need to set up any pins.And we should set the ECSPIx->TESTREG[LBC] bit, this bit is used in Master mode only. When this bit is set, the ECSPI connects the transmitter and receiver sections internally, and the data shifted out from the most-significant bit of the shift register is looped back into the least-significant bit of the Shift register.In this way, a self-test of the complete transmit/receive path can be made. The output pins are not affected, and the input pins are ignored." toolchain="armgcc iar" category="cmsis_driver_examples/ecspi" path="boards/evkmimx8mm/cmsis_driver_examples/ecspi/sdma_loopback_transfer">
<external path="boards/evkmimx8mm/cmsis_driver_examples/ecspi/sdma_loopback_transfer" type="xml">
<files mask="cmsis_ecspi_sdma_loopback_transfer.xml"/>
</external>
</example>
<example id="evkmimx8mm_cmsis_ii2c_int_b2b_transfer_master" name="cmsis_ii2c_int_b2b_transfer_master" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The i2c_interrupt_b2b_transfer_master example shows how to use CMSIS i2c driver as master to do board to board transfer with interrupt:In this example, one i2c instance as master and another i2c instance on the other board as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar" category="cmsis_driver_examples/i2c" path="boards/evkmimx8mm/cmsis_driver_examples/i2c/int_b2b_transfer/master">
<external path="boards/evkmimx8mm/cmsis_driver_examples/i2c/int_b2b_transfer/master" type="xml">
<files mask="cmsis_ii2c_int_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmimx8mm_cmsis_ii2c_int_b2b_transfer_slave" name="cmsis_ii2c_int_b2b_transfer_slave" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The i2c_interrupt_b2b_transfer_master example shows how to use CMSIS i2c driver as master to do board to board transfer with interrupt:In this example, one i2c instance as master and another i2c instance on the other board as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar" category="cmsis_driver_examples/i2c" path="boards/evkmimx8mm/cmsis_driver_examples/i2c/int_b2b_transfer/slave">
<external path="boards/evkmimx8mm/cmsis_driver_examples/i2c/int_b2b_transfer/slave" type="xml">
<files mask="cmsis_ii2c_int_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmimx8mm_cmsis_iuart_interrupt_transfer" name="cmsis_iuart_interrupt_transfer" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_uart_interrupt_transfer example shows how to use uart cmsis driver in interrupt way:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board.Note: The example echo every 8 characters, so input 8 characters every time." toolchain="armgcc iar" category="cmsis_driver_examples/uart" path="boards/evkmimx8mm/cmsis_driver_examples/uart/interrupt_transfer">
<external path="boards/evkmimx8mm/cmsis_driver_examples/uart/interrupt_transfer" type="xml">
<files mask="cmsis_iuart_interrupt_transfer.xml"/>
</external>
</example>
<example id="evkmimx8mm_cmsis_iuart_sdma_transfer" name="cmsis_iuart_sdma_transfer" brief="CMSIS-Driver defines generic peripheral driver interfaces for middleware making it reusable across a wide range of supported microcontroller devices. The API connects microcontroller peripherals with middleware that implements for example communication stacks, file systems, or graphic user interfaces. More information and usage methord please refer to http://www.keil.com/pack/doc/cmsis/Driver/html/index.html.The cmsis_uart_sdma_transfer example shows how to use uart cmsis driver with SDMA:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board.Note: The example echo every 8 characters, so input 8 characters every time." toolchain="armgcc iar" category="cmsis_driver_examples/uart" path="boards/evkmimx8mm/cmsis_driver_examples/uart/sdma_transfer">
<external path="boards/evkmimx8mm/cmsis_driver_examples/uart/sdma_transfer" type="xml">
<files mask="cmsis_iuart_sdma_transfer.xml"/>
</external>
</example>
<example id="evkmimx8mm_ecspi_interrupt_b2b_transfer_master" name="ecspi_interrupt_b2b_transfer_master" brief="The ecspi_interrupt_b2b_transfer example shows how to use ECSPI driver in interrupt way:In this example , we need two boards, one board used as ECSPI master and another board used as ECSPI slave.The file 'ecspi_interrupt_b2b_transfer_master.c' includes the ECSPI master code.This example uses the transactional API in ECSPI driver.1. ECSPI master send/received data to/from ECSPI slave in interrupt . (ECSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar" category="driver_examples/ecspi" path="boards/evkmimx8mm/driver_examples/ecspi/interrupt_b2b_transfer/master">
<external path="boards/evkmimx8mm/driver_examples/ecspi/interrupt_b2b_transfer/master" type="xml">
<files mask="ecspi_interrupt_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmimx8mm_ecspi_interrupt_b2b_transfer_slave" name="ecspi_interrupt_b2b_transfer_slave" brief="The ecspi_interrupt_b2b_transfer example shows how to use ECSPI driver in interrupt way:In this example , we need two boards, one board used as ECSPI master and another board used as ECSPI slave.The file 'ecspi_interrupt_b2b_transfer_slave.c' includes the ECSPI slave code.This example uses the transactional API in ECSPI driver.1. ECSPI master send/received data to/from ECSPI slave in interrupt . (ECSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar" category="driver_examples/ecspi" path="boards/evkmimx8mm/driver_examples/ecspi/interrupt_b2b_transfer/slave">
<external path="boards/evkmimx8mm/driver_examples/ecspi/interrupt_b2b_transfer/slave" type="xml">
<files mask="ecspi_interrupt_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmimx8mm_ecspi_loopback" name="ecspi_loopback" brief="The ecspi_loopback demo shows how the ecspi do a loopback transfer internally.The ECSPI connects the transmitter and receiver sections internally, and the data shifted out from the most-significant bit of the shift register is looped back into the least-significant bit of the Shift register. In this way, a self-test of the complete transmit/receive path can be made. The output pins are not affected, and the input pins are ignored." toolchain="armgcc iar" category="driver_examples/ecspi" path="boards/evkmimx8mm/driver_examples/ecspi/ecspi_loopback">
<external path="boards/evkmimx8mm/driver_examples/ecspi/ecspi_loopback" type="xml">
<files mask="ecspi_loopback.xml"/>
</external>
</example>
<example id="evkmimx8mm_ecspi_polling_b2b_transfer_master" name="ecspi_polling_b2b_transfer_master" brief="The ecspi_polling_b2b_transfer example shows how to use ECSPI driver in polling way:In this example , we need two boards, one board used as ECSPI master and another board used as ECSPI slave.The file 'ecspi_polling_b2b_transfer_master.c' includes the ECSPI master code.1. ECSPI master send/received data to/from ECSPI slave in polling . (ECSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar" category="driver_examples/ecspi" path="boards/evkmimx8mm/driver_examples/ecspi/polling_b2b_transfer/master">
<external path="boards/evkmimx8mm/driver_examples/ecspi/polling_b2b_transfer/master" type="xml">
<files mask="ecspi_polling_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmimx8mm_ecspi_polling_b2b_transfer_slave" name="ecspi_polling_b2b_transfer_slave" brief="The ecspi_polling_b2b_transfer example shows how to use ECSPI driver in polling way:In this example , we need two boards, one board used as ECSPI master and another board used as ECSPI slave.The file 'ecspi_polling_b2b_transfer_slave.c' includes the ECSPI slave code.1. ECSPI master send/received data to/from ECSPI slave in polling . (ECSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar" category="driver_examples/ecspi" path="boards/evkmimx8mm/driver_examples/ecspi/polling_b2b_transfer/slave">
<external path="boards/evkmimx8mm/driver_examples/ecspi/polling_b2b_transfer/slave" type="xml">
<files mask="ecspi_polling_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmimx8mm_freertos_ecspi_loopback" name="freertos_ecspi_loopback" brief="The freertos_ecspi_loopback demo shows how the ecspi do a loopback transfer internally in FreeRTOS.The ECSPI connects the transmitter and receiver sections internally, and the data shifted out from the most-significant bit of the shift register is looped back into the least-significant bit of the Shift register. In this way, a self-test of the complete transmit/receive path can be made. The output pins are not affected, and the input pins are ignored." toolchain="armgcc iar" category="rtos_examples/freertos_ecspi/ecspi_loopback" path="boards/evkmimx8mm/rtos_examples/freertos_ecspi/ecspi_loopback">
<external path="boards/evkmimx8mm/rtos_examples/freertos_ecspi/ecspi_loopback" type="xml">
<files mask="freertos_ecspi_loopback.xml"/>
</external>
</example>
<example id="evkmimx8mm_freertos_event" name="freertos_event" brief="This document explains the freertos_event example. It shows how task waits for an event (defined setof bits in event group). This event can be set by any other process or interrupt in the system.The example application creates three tasks. Two write tasks write_task_1 and write_task_2continuously setting event bit 0 and bit 1.Read_task is waiting for any event bit and printing actual state on console. Event bits areautomatically cleared after read task is entered.Three possible states can occurre:Both bits are set.zBit B0 is set.Bit B1 is set." toolchain="armgcc iar" category="rtos_examples" path="boards/evkmimx8mm/rtos_examples/freertos_event">
<external path="boards/evkmimx8mm/rtos_examples/freertos_event" type="xml">
<files mask="freertos_event.xml"/>
</external>
</example>
<example id="evkmimx8mm_freertos_generic" name="freertos_generic" brief="This document explains the freertos_generic example. It is based on code FreeRTOS documentation fromhttp://www.freertos.org/Hardware-independent-RTOS-example.html. It shows combination of severaltasks with queue, software timer, tick hook and semaphore.The example application creates three tasks. The prvQueueSendTask periodically sending data toxQueue queue. The prvQueueReceiveTask is waiting for incoming message and counting number ofreceived messages. Task prvEventSemaphoreTask is waiting for xEventSemaphore semaphore given fromvApplicationTickHook. Tick hook give semaphore every 500 ms.Other hook types used for RTOS and resource statistics are also demonstrated in example:* vApplicationIdleHook* vApplicationStackOverflowHook* vApplicationMallocFailedHook" toolchain="armgcc iar" category="rtos_examples" path="boards/evkmimx8mm/rtos_examples/freertos_generic">
<external path="boards/evkmimx8mm/rtos_examples/freertos_generic" type="xml">
<files mask="freertos_generic.xml"/>
</external>
</example>
<example id="evkmimx8mm_freertos_hello" name="freertos_hello" brief="The Hello World project is a simple demonstration program that uses the SDK UART drivere incombination with FreeRTOS. The purpose of this demo is to show how to use the debug console and toprovide a simple project for debugging and further development.The example application creates one task called hello_task. This task print "Hello world." messagevia debug console utility and suspend itself." toolchain="armgcc iar" category="rtos_examples" path="boards/evkmimx8mm/rtos_examples/freertos_hello">
<external path="boards/evkmimx8mm/rtos_examples/freertos_hello" type="xml">
<files mask="freertos_hello.xml"/>
</external>
</example>
<example id="evkmimx8mm_freertos_i2c" name="freertos_i2c" brief="The freertos_i2c example shows an application using RTOS tasks with I2C driver:The example supports 2 different connections:On board connection and board to board connection.With one board connection, 2 I2C instances of the same board are used. One i2c instance used as I2C master and another I2C instance used as I2C slave . Default settings in freertos_i2c.c (in folder boards/<board>/rtos_examples/freertos_i2c) is applied. Two tasks are created. One task is associated with an I2C master operation and another task deals with I2C slave operation. 1. I2C master task sends data to I2C slave task. 2. I2C master task reads data sent back from I2C slave task. The transmit data and the receive data of both I2C master task and I2C slave task are printed out on terminal.With board to board connection, one I2C instance on one board is used as I2C master and the I2C instance on other board is used as I2C slave. Tasks are created to run on each board to handle I2C communication. File freertos_i2c.c should have following definitions: #define EXAMPLE_CONNECT_I2C BOARD_TO_BOARD For board used as I2C master: #define I2C_MASTER_SLAVE isMASTER For board used as I2C slave: #define I2C_MASTER_SLAVE isSLAVE" toolchain="armgcc iar" category="rtos_examples" path="boards/evkmimx8mm/rtos_examples/freertos_i2c">
<external path="boards/evkmimx8mm/rtos_examples/freertos_i2c" type="xml">
<files mask="freertos_i2c.xml"/>
</external>
</example>
<example id="evkmimx8mm_freertos_mutex" name="freertos_mutex" brief="This document explains the freertos_mutex example. It shows how mutex manage access to commonresource (terminal output).The example application creates two identical instances of write_task. Each task will lock the mutexbefore printing and unlock it after printing to ensure that the outputs from tasks are not mixedtogether.The test_task accept output message during creation as function parameter. Output message have twoparts. If xMutex is unlocked, the write_task_1 acquire xMutex and print first part of message. Thenrescheduling is performed. In this moment scheduler check if some other task could run, but secondtask write_task+_2 is blocked because xMutex is already locked by first write task. The firstwrite_task_1 continue from last point by printing of second message part. Finaly the xMutex isunlocked and second instance of write_task_2 is executed." toolchain="armgcc iar" category="rtos_examples" path="boards/evkmimx8mm/rtos_examples/freertos_mutex">
<external path="boards/evkmimx8mm/rtos_examples/freertos_mutex" type="xml">
<files mask="freertos_mutex.xml"/>
</external>
</example>
<example id="evkmimx8mm_freertos_queue" name="freertos_queue" brief="This document explains the freertos_queue example. This example introduce simple logging mechanismbased on message passing.Example could be devided in two parts. First part is logger. It contain three tasks:log_add().....Add new message into the log. Call xQueueSend function to pass new message into message queue.log_init()....Initialize logger (create logging task and message queue log_queue).log_task()....Task responsible for printing of log output.Second part is application of this simple logging mechanism. Each of two tasks write_task_1 andwrite_task_2 print 5 messages into log." toolchain="armgcc iar" category="rtos_examples" path="boards/evkmimx8mm/rtos_examples/freertos_queue">
<external path="boards/evkmimx8mm/rtos_examples/freertos_queue" type="xml">
<files mask="freertos_queue.xml"/>
</external>
</example>
<example id="evkmimx8mm_freertos_sem" name="freertos_sem" brief="This document explains the freertos_sem example, what to expect when running it and a briefintroduction to the API. The freertos_sem example code shows how semaphores works. Two differenttasks are synchronized in bilateral rendezvous model.The example uses four tasks. One producer_task and three consumer_tasks. The producer_task starts bycreating of two semaphores (xSemaphore_producer and xSemaphore_consumer). These semaphores controlaccess to virtual item. The synchronization is based on bilateral rendezvous pattern. Both ofconsumer and producer must be prepared to enable transaction." toolchain="armgcc iar" category="rtos_examples" path="boards/evkmimx8mm/rtos_examples/freertos_sem">
<external path="boards/evkmimx8mm/rtos_examples/freertos_sem" type="xml">
<files mask="freertos_sem.xml"/>
</external>
</example>
<example id="evkmimx8mm_freertos_swtimer" name="freertos_swtimer" brief="This document explains the freertos_swtimer example. It shows usage of software timer and itscallback.The example application creates one software timer SwTimer. The timer's callback SwTimerCallback isperiodically executed and text "Tick." is printed to terminal." toolchain="armgcc iar" category="rtos_examples" path="boards/evkmimx8mm/rtos_examples/freertos_swtimer">
<external path="boards/evkmimx8mm/rtos_examples/freertos_swtimer" type="xml">
<files mask="freertos_swtimer.xml"/>
</external>
</example>
<example id="evkmimx8mm_freertos_tickless" name="freertos_tickless" brief="This document explains the freertos_tickless example. It shows the CPU enter at sleep mode and then it is waked up by expired time delay that using GPT module." toolchain="armgcc iar" category="rtos_examples" path="boards/evkmimx8mm/rtos_examples/freertos_tickless">
<external path="boards/evkmimx8mm/rtos_examples/freertos_tickless" type="xml">
<files mask="freertos_tickless.xml"/>
</external>
</example>
<example id="evkmimx8mm_freertos_uart" name="freertos_uart" brief="The UART example for FreeRTOS demonstrates the possibility to use the UART driver in the RTOS.The example uses single instance of UART IP and writes string into, then reads back chars.After every 4B received, these are sent back on UART." toolchain="armgcc iar" category="rtos_examples" path="boards/evkmimx8mm/rtos_examples/freertos_uart">
<external path="boards/evkmimx8mm/rtos_examples/freertos_uart" type="xml">
<files mask="freertos_uart.xml"/>
</external>
</example>
<example id="evkmimx8mm_gpt_capture" name="gpt_capture" brief="The gpt_capture project is a simple demonstration program of the SDK GPT driver's input capture feature.The example sets up a GPT channel for rise-edge capture. Once the input signal is received,this example will print the capture value." toolchain="armgcc iar" category="driver_examples/gpt" path="boards/evkmimx8mm/driver_examples/gpt/capture">
<external path="boards/evkmimx8mm/driver_examples/gpt/capture" type="xml">
<files mask="gpt_capture.xml"/>
</external>
</example>
<example id="evkmimx8mm_gpt_timer" name="gpt_timer" brief="The gpt_timer project is a simple demonstration program of the SDK GPT driver. It sets up the GPThardware block to trigger a periodic interrupt after every 1 second. When the GPT interrupt is triggereda message a printed on the UART terminal." toolchain="armgcc iar" category="driver_examples/gpt" path="boards/evkmimx8mm/driver_examples/gpt/timer">
<external path="boards/evkmimx8mm/driver_examples/gpt/timer" type="xml">
<files mask="gpt_timer.xml"/>
</external>
</example>
<example id="evkmimx8mm_hello_world" name="hello_world" brief="The Hello World demo application provides a sanity check for the new SDK build environments and board bring up. The HelloWorld demo prints the "Hello World" string to the terminal using the SDK UART drivers. The purpose of this demo is toshow how to use the UART, and to provide a simple project for debugging and further development." toolchain="armgcc iar" category="demo_apps" path="boards/evkmimx8mm/demo_apps/hello_world">
<external path="boards/evkmimx8mm/demo_apps/hello_world" type="xml">
<files mask="hello_world.xml"/>
</external>
</example>
<example id="evkmimx8mm_igpio_led_output" name="igpio_led_output" brief="The GPIO Example project is a demonstration program that uses the KSDK software to manipulate the general-purposeoutputs.The example is supported by the set, clear, and toggle write-only registers for each port output data register. The example take turns to shine the LED." toolchain="armgcc iar" category="driver_examples/gpio" path="boards/evkmimx8mm/driver_examples/gpio/led_output">
<external path="boards/evkmimx8mm/driver_examples/gpio/led_output" type="xml">
<files mask="igpio_led_output.xml"/>
</external>
</example>
<example id="evkmimx8mm_ii2c_interrupt_b2b_transfer_master" name="ii2c_interrupt_b2b_transfer_master" brief="The i2c_interrupt_b2b_transfer_master example shows how to use i2c driver as master to do board to board transfer with interrupt:In this example, one i2c instance as master and another i2c instance on the other board as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar" category="driver_examples/i2c" path="boards/evkmimx8mm/driver_examples/i2c/interrupt_b2b_transfer/master">
<external path="boards/evkmimx8mm/driver_examples/i2c/interrupt_b2b_transfer/master" type="xml">
<files mask="ii2c_interrupt_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmimx8mm_ii2c_interrupt_b2b_transfer_slave" name="ii2c_interrupt_b2b_transfer_slave" brief="The i2c_interrupt_b2b_transfer_slave example shows how to use i2c driver as slave to do board to board transfer with interrupt:In this example, one i2c instance as slave and another i2c instance on the other board as master. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar" category="driver_examples/i2c" path="boards/evkmimx8mm/driver_examples/i2c/interrupt_b2b_transfer/slave">
<external path="boards/evkmimx8mm/driver_examples/i2c/interrupt_b2b_transfer/slave" type="xml">
<files mask="ii2c_interrupt_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmimx8mm_ii2c_polling_b2b_transfer_master" name="ii2c_polling_b2b_transfer_master" brief="The i2c_polling_b2b_transfer_master example shows how to use i2c driver as master to do board to board transfer using polling method:In this example, one i2c instance as master and another i2c instance on the other board as slave. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar" category="driver_examples/i2c" path="boards/evkmimx8mm/driver_examples/i2c/polling_b2b_transfer/master">
<external path="boards/evkmimx8mm/driver_examples/i2c/polling_b2b_transfer/master" type="xml">
<files mask="ii2c_polling_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmimx8mm_ii2c_polling_b2b_transfer_slave" name="ii2c_polling_b2b_transfer_slave" brief="The i2c_polling_b2b_transfer_slave example shows how to use i2c driver as slave to do board to board transfer with a polling master:In this example, one i2c instance as slave and another i2c instance on the other board as master. Master sends a piece of data to slave, and receive a piece of data from slave. This example checks if the data received from slave is correct." toolchain="armgcc iar" category="driver_examples/i2c" path="boards/evkmimx8mm/driver_examples/i2c/polling_b2b_transfer/slave">
<external path="boards/evkmimx8mm/driver_examples/i2c/polling_b2b_transfer/slave" type="xml">
<files mask="ii2c_polling_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmimx8mm_ipwm" name="ipwm" brief="The PWM project is a simple demonstration program of the SDK PWM driver. It sets up the PWM hardwareblock to output PWM signals on one PWM channel. The example also shows PWM duty cycle is increase or decrease.The FIFO empty interrupt is provided. A new value will be loaded into FIFO when FIFO empty status bit is set. The PWM will run at the last set duty-cycle setting if all the values of the FIFO has been utilized, until the FIFO is reloaded or the PWM is disabled. When a new value is written, the duty cycle changes after the current period is over.The outputs can be observed by oscilloscope." toolchain="armgcc iar" category="driver_examples/pwm" path="boards/evkmimx8mm/driver_examples/pwm">
<external path="boards/evkmimx8mm/driver_examples/pwm" type="xml">
<files mask="ipwm.xml"/>
</external>
</example>
<example id="evkmimx8mm_iuart_auto_baudrate_detect" name="iuart_auto_baudrate_detect" brief="The uart_auto_baudrate_detect example shows how to use uart auto baud rate detect feature:In this example, one uart instance connect to PC through uart. First, we should send characters a or A to board. The boars will set baud rate automatic. After baud rate has set, the board will send back all characters that PCsend to the board." toolchain="armgcc iar" category="driver_examples/uart" path="boards/evkmimx8mm/driver_examples/uart/auto_baudrate_detect">
<external path="boards/evkmimx8mm/driver_examples/uart/auto_baudrate_detect" type="xml">
<files mask="iuart_auto_baudrate_detect.xml"/>
</external>
</example>
<example id="evkmimx8mm_iuart_idle_detect_sdma_transfer" name="iuart_idle_detect_sdma_transfer" brief="The uart_idle_detect_sdma example shows how to use uart driver in sdma way:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board.Uart will receive 8 characters every time, but if the character is less then 8, the idleline interrupt will generate, and abort the SDMA receive operation, and send out the receivedcharacters." toolchain="armgcc iar" category="driver_examples/uart" path="boards/evkmimx8mm/driver_examples/uart/idle_detect_sdma_transfer">
<external path="boards/evkmimx8mm/driver_examples/uart/idle_detect_sdma_transfer" type="xml">
<files mask="iuart_idle_detect_sdma_transfer.xml"/>
</external>
</example>
<example id="evkmimx8mm_iuart_interrupt" name="iuart_interrupt" brief="The uart_functioncal_interrupt example shows how to use uart driver functionalAPI to receive data with interrupt method:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board." toolchain="armgcc iar" category="driver_examples/uart" path="boards/evkmimx8mm/driver_examples/uart/interrupt">
<external path="boards/evkmimx8mm/driver_examples/uart/interrupt" type="xml">
<files mask="iuart_interrupt.xml"/>
</external>
</example>
<example id="evkmimx8mm_iuart_interrupt_rb_transfer" name="iuart_interrupt_rb_transfer" brief="The uart_interrupt_ring_buffer example shows how to use uart driver in interrupt way withRX ring buffer enabled:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board.Note: The example echo every 8 characters, so input 8 characters every time." toolchain="armgcc iar" category="driver_examples/uart" path="boards/evkmimx8mm/driver_examples/uart/interrupt_rb_transfer">
<external path="boards/evkmimx8mm/driver_examples/uart/interrupt_rb_transfer" type="xml">
<files mask="iuart_interrupt_rb_transfer.xml"/>
</external>
</example>
<example id="evkmimx8mm_iuart_interrupt_transfer" name="iuart_interrupt_transfer" brief="The uart_interrupt example shows how to use uart driver in interrupt way:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board.Note: The example echo every 8 characters, so input 8 characters every time." toolchain="armgcc iar" category="driver_examples/uart" path="boards/evkmimx8mm/driver_examples/uart/interrupt_transfer">
<external path="boards/evkmimx8mm/driver_examples/uart/interrupt_transfer" type="xml">
<files mask="iuart_interrupt_transfer.xml"/>
</external>
</example>
<example id="evkmimx8mm_iuart_polling" name="iuart_polling" brief="The uart_polling example shows how to use uart driver in polling way:In this example, one uart instance connect to PC through uart, the board will send back all characters that PCsend to the board." toolchain="armgcc iar" category="driver_examples/uart" path="boards/evkmimx8mm/driver_examples/uart/polling">
<external path="boards/evkmimx8mm/driver_examples/uart/polling" type="xml">
<files mask="iuart_polling.xml"/>
</external>
</example>
<example id="evkmimx8mm_iuart_sdma_transfer" name="iuart_sdma_transfer" brief="The uart_sdma example shows how to use uart driver in sdma way:In this example, one uart instance connect to PC through uart, the board willsend back all characters that PC send to the board.Note: The example echo every 8 characters, so input 8 characters every time." toolchain="armgcc iar" category="driver_examples/uart" path="boards/evkmimx8mm/driver_examples/uart/sdma_transfer">
<external path="boards/evkmimx8mm/driver_examples/uart/sdma_transfer" type="xml">
<files mask="iuart_sdma_transfer.xml"/>
</external>
</example>
<example id="evkmimx8mm_pdm_hwvad" name="pdm_hwvad" brief="The pdm_hwvad example shows how to use pdm driver with interrupt:In this example, one pdm instance playbacks the audio data stored in flash using interrupt." toolchain="armgcc iar" category="driver_examples/pdm" path="boards/evkmimx8mm/driver_examples/pdm/pdm_hwvad">
<external path="boards/evkmimx8mm/driver_examples/pdm/pdm_hwvad" type="xml">
<files mask="pdm_hwvad.xml"/>
</external>
</example>
<example id="evkmimx8mm_pdm_interrupt" name="pdm_interrupt" brief="The pdm_interrupt example shows how to use pdm driver with interrupt:In this example, one pdm instance playbacks the audio data stored in flash using interrupt." toolchain="armgcc iar" category="driver_examples/pdm" path="boards/evkmimx8mm/driver_examples/pdm/pdm_interrupt">
<external path="boards/evkmimx8mm/driver_examples/pdm/pdm_interrupt" type="xml">
<files mask="pdm_interrupt.xml"/>
</external>
</example>
<example id="evkmimx8mm_pdm_sai_interrupt" name="pdm_sai_interrupt" brief="The pdm_sdma_transfer example shows how to use pdm driver with interrupt:In this example, one sai instance loopback the audio data that recieve from PDM." toolchain="armgcc iar" category="driver_examples/pdm" path="boards/evkmimx8mm/driver_examples/pdm/pdm_sai_interrupt">
<external path="boards/evkmimx8mm/driver_examples/pdm/pdm_sai_interrupt" type="xml">
<files mask="pdm_sai_interrupt.xml"/>
</external>
</example>
<example id="evkmimx8mm_pdm_sai_interrupt_transfer" name="pdm_sai_interrupt_transfer" brief="The pdm_sdma_transfer example shows how to use pdm driver with interrupt transaction api:In this example, one sai instance loopback the audio data that recieve from PDM." toolchain="armgcc iar" category="driver_examples/pdm" path="boards/evkmimx8mm/driver_examples/pdm/pdm_sai_interrupt_transfer">
<external path="boards/evkmimx8mm/driver_examples/pdm/pdm_sai_interrupt_transfer" type="xml">
<files mask="pdm_sai_interrupt_transfer.xml"/>
</external>
</example>
<example id="evkmimx8mm_pdm_sai_sdma" name="pdm_sai_sdma" brief="The pdm_sai_sdma example shows how to use pdm sdma driver together with sai sdma driver" toolchain="armgcc iar" category="driver_examples/pdm" path="boards/evkmimx8mm/driver_examples/pdm/pdm_sai_sdma">
<external path="boards/evkmimx8mm/driver_examples/pdm/pdm_sai_sdma" type="xml">
<files mask="pdm_sai_sdma.xml"/>
</external>
</example>
<example id="evkmimx8mm_pdm_sdma_transfer" name="pdm_sdma_transfer" brief="The pdm_sdma_transfer example shows how to use pdm driver with SDMA" toolchain="armgcc iar" category="driver_examples/pdm" path="boards/evkmimx8mm/driver_examples/pdm/pdm_sdma_transfer">
<external path="boards/evkmimx8mm/driver_examples/pdm/pdm_sdma_transfer" type="xml">
<files mask="pdm_sdma_transfer.xml"/>
</external>
</example>
<example id="evkmimx8mm_rdc" name="rdc" brief="The RDC example shows how to control the peripheral and memory regionasscess policy using RDC and RDC_SEMA42" toolchain="armgcc iar" category="driver_examples" path="boards/evkmimx8mm/driver_examples/rdc">
<external path="boards/evkmimx8mm/driver_examples/rdc" type="xml">
<files mask="rdc.xml"/>
</external>
</example>
<example id="evkmimx8mm_sai_interrupt_transfer" name="sai_interrupt_transfer" brief="The sai_interrupt_transfer example shows how to use sai driver with interrupt:In this example, one sai instance playbacks the audio data stored in flash/SRAM using interrupt." toolchain="armgcc iar" category="driver_examples/sai" path="boards/evkmimx8mm/driver_examples/sai/interrupt_transfer">
<external path="boards/evkmimx8mm/driver_examples/sai/interrupt_transfer" type="xml">
<files mask="sai_interrupt_transfer.xml"/>
</external>
</example>
<example id="evkmimx8mm_sai_sdma_transfer" name="sai_sdma_transfer" brief="The sai_sdma_transfer example shows how to use sai driver with SDMA:In this example, one sai instance playbacks the audio data stored in flash/SRAM/DDR using SDMA channel." toolchain="armgcc iar" category="driver_examples/sai" path="boards/evkmimx8mm/driver_examples/sai/sdma_transfer">
<external path="boards/evkmimx8mm/driver_examples/sai/sdma_transfer" type="xml">
<files mask="sai_sdma_transfer.xml"/>
</external>
</example>
<example id="evkmimx8mm_sdma_memory_to_memory" name="sdma_memory_to_memory" brief="The EDMA memory to memory example is a simple demonstration program that uses the SDK software.It excuates one shot transfer from source buffer to destination buffer using the SDK EDMA drivers.The purpose of this example is to show how to use the EDMA and to provide a simple example fordebugging and further development." toolchain="armgcc iar" category="driver_examples/sdma" path="boards/evkmimx8mm/driver_examples/sdma/memory_to_memory">
<external path="boards/evkmimx8mm/driver_examples/sdma/memory_to_memory" type="xml">
<files mask="sdma_memory_to_memory.xml"/>
</external>
</example>
<example id="evkmimx8mm_sdma_scatter_gather" name="sdma_scatter_gather" brief="The SDMA scatter gather example is a simple demonstration program that uses the SDK software.It excuates several shots transfer from source buffer to destination buffer using the SDK SDMA drivers.The purpose of this example is to show how to use the SDMA and to provide a scatter gather example fordebugging and further development." toolchain="armgcc iar" category="driver_examples/sdma/scatter_gather" path="boards/evkmimx8mm/driver_examples/sdma/scatter_gather">
<external path="boards/evkmimx8mm/driver_examples/sdma/scatter_gather" type="xml">
<files mask="sdma_scatter_gather.xml"/>
</external>
</example>
<example id="evkmimx8mm_sema4_uboot" name="sema4_uboot" brief="The sema4 uboot example shows how to use SEMA4 driver to lock and unlock a sema gate,the notification IRQ is also demonstrated in this example.This example should work together with uboot. This example runs on Cortex-M core,the uboot runs on the Cortex-A core." toolchain="armgcc iar" category="driver_examples/sema4" path="boards/evkmimx8mm/driver_examples/sema4/uboot">
<external path="boards/evkmimx8mm/driver_examples/sema4/uboot" type="xml">
<files mask="sema4_uboot.xml"/>
</external>
</example>
<example id="evkmimx8mm_tmu_1_monitor_threshold" name="tmu_1_monitor_threshold" brief="The TMU example shows how to configure TMU register to monitor and report the temperature from temperature measurement site located on the chip. It monitors the site and signals an alarm if a programmed threshold is ever exceeded." toolchain="armgcc iar" category="driver_examples/tmu_1" path="boards/evkmimx8mm/driver_examples/tmu_1/monitor_threshold">
<external path="boards/evkmimx8mm/driver_examples/tmu_1/monitor_threshold" type="xml">
<files mask="tmu_1_monitor_threshold.xml"/>
</external>
</example>
<example id="evkmimx8mm_tmu_1_temperature_polling" name="tmu_1_temperature_polling" brief="The TMU example shows how to configure TMU register to monitor and report the temperature from temperature measurement site located on the chip. It monitors the site and outputs the immediate/average temperature." toolchain="armgcc iar" category="driver_examples/tmu_1" path="boards/evkmimx8mm/driver_examples/tmu_1/temperature_polling">
<external path="boards/evkmimx8mm/driver_examples/tmu_1/temperature_polling" type="xml">
<files mask="tmu_1_temperature_polling.xml"/>
</external>
</example>
<example id="evkmimx8mm_wdog01" name="wdog01" brief="The WDOG Example project is to demonstrate usage of the KSDK wdog driver.In this example,implemented to test the wdog.And then after 10 times of refreshing the watchdog, a timeout reset is generated.We also try to refresh out of window to trigger reset after 10 times of refreshing.Please notice that because WDOG control registers are write-once only, so the WDOG_Init function and the WDOG_Disable function can be called only once after reset." toolchain="armgcc iar" category="driver_examples/wdog" path="boards/evkmimx8mm/driver_examples/wdog">
<external path="boards/evkmimx8mm/driver_examples/wdog" type="xml">
<files mask="wdog01.xml"/>
</external>
</example>
</examples>
</board>
</boards>
<devices>
<device id="MIMX8MM6xxxLZ" name="MIMX8MM6" version="1.0.0" full_name="MIMX8MM6xxxLZ">
<description>The MIMX8MM6 are ARM Cortex-M4 and Cortex-A53 based microcontrollers for embedded applications.</description>
<image path="docs/images" type="image">
<files mask="device.jpg"/>
</image>
<metadataSet>
<metadata key="vendor" value="NXP"/>
<metadata key="vendor.device.type" value="i.MX"/>
<metadata key="html">
<specific>
<content>The MIMX8MM6 are ARM Cortex-M4 and Cortex-A53 based microcontrollers for embedded applications.</content>
</specific>
</metadata>
<metadata key="vendor.device.family" value="MIMX8MMx"/>
</metadataSet>
<core id="cm4_MIMX8MM6xxxLZ" name="cm4" fpu="true" type="cm4"/>
<memory>
<memoryBlock id="SRAM_UPPER_MIMX8MM6xxxLZ" name="SRAM_UPPER" addr="20000000" size="00020000" type="RAM" access="RW"/>
<memoryBlock id="SRAM_LOWER_MIMX8MM6xxxLZ" name="SRAM_LOWER" addr="1ffe0000" size="00020000" type="RAM" access="RW"/>
</memory>
<total_memory flash_size_kb="0" ram_size_kb="256"/>
<package id="MIMX8MM6DVTLZ" name="MIMX8MM6DVTLZ"/>
<evaluation_boards>
<evaluation_board name="evkmimx8mm"/>
</evaluation_boards>
<debug_configurations>
<debug_configuration id_refs="com.crt.advproject.config.exe.debug com.crt.advproject.config.exe.release">
<params>
<params id="internal.attach.slave.release.MIMX8MM6xxxLZ" name="internal.attach.slave" value="true"/>
<params id="internal.multi.swd.release.MIMX8MM6xxxLZ" name="internal.multi.swd" value="true"/>
<params id="internal.wiretype.release.MIMX8MM6xxxLZ" name="internal.wiretype" value="SWD"/>
<params id="internal.has_swo.release.MIMX8MM6xxxLZ" name="internal.has_swo" value="false"/>
</params>
<drivers>
<driver id_refs="QSPI_FLASH_MIMX8MM6xxxLZ">
<driverBinary path="devices/MIMX8MM6/mcuxpresso" type="binary">
<files mask="flash_driver_placeholder.cfx"/>
</driverBinary>
</driver>
</drivers>
</debug_configuration>
</debug_configurations>
<linkerSettings nature="c_nature">
<linker property="start_symbol" value="ResetISR"/>
<linker property="text_align" value="4"/>
<linker property="data_align" value="4"/>
<linker property="bss_align" value="4"/>
<linker property="mtb_supported" value="false"/>
</linkerSettings>
<linkerSettings nature="cpp_nature">
<linker property="start_symbol" value="ResetISR"/>
<linker property="text_align" value="4"/>
<linker property="data_align" value="4"/>
<linker property="bss_align" value="4"/>
<linker property="mtb_supported" value="false"/>
</linkerSettings>
</device>
<device id="MIMX8MM5xxxKZ" name="MIMX8MM5" version="1.0.0" full_name="MIMX8MM5xxxKZ">
<description>The MIMX8MM5 are ARM Cortex-M4 and Cortex-A53 based microcontrollers for embedded applications.</description>
<image path="docs/images" type="image">
<files mask="device.jpg"/>
</image>
<metadataSet>
<metadata key="vendor" value="NXP"/>
<metadata key="vendor.device.type" value="i.MX"/>
<metadata key="html">
<specific>
<content>The MIMX8MM5 are ARM Cortex-M4 and Cortex-A53 based microcontrollers for embedded applications.</content>
</specific>
</metadata>
<metadata key="vendor.device.family" value="MIMX8MMx"/>
</metadataSet>
<core id="cm4_MIMX8MM5xxxKZ" name="cm4" fpu="true" type="cm4"/>
<memory>
<memoryBlock id="SRAM_UPPER_MIMX8MM5xxxKZ" name="SRAM_UPPER" addr="20000000" size="00020000" type="RAM" access="RW"/>
<memoryBlock id="SRAM_LOWER_MIMX8MM5xxxKZ" name="SRAM_LOWER" addr="1ffe0000" size="00020000" type="RAM" access="RW"/>
</memory>
<total_memory flash_size_kb="0" ram_size_kb="256"/>
<package id="MIMX8MM5CVTKZ" name="MIMX8MM5CVTKZ"/>
<evaluation_boards>
<evaluation_board name="evkmimx8mm"/>
</evaluation_boards>
<debug_configurations>
<debug_configuration id_refs="com.crt.advproject.config.exe.debug com.crt.advproject.config.exe.release">
<params>
<params id="internal.attach.slave.release.MIMX8MM5xxxKZ" name="internal.attach.slave" value="true"/>
<params id="internal.multi.swd.release.MIMX8MM5xxxKZ" name="internal.multi.swd" value="true"/>
<params id="internal.wiretype.release.MIMX8MM5xxxKZ" name="internal.wiretype" value="SWD"/>
<params id="internal.has_swo.release.MIMX8MM5xxxKZ" name="internal.has_swo" value="false"/>
</params>
<drivers>
<driver id_refs="QSPI_FLASH_MIMX8MM5xxxKZ">
<driverBinary path="devices/MIMX8MM5/mcuxpresso" type="binary">
<files mask="flash_driver_placeholder.cfx"/>
</driverBinary>
</driver>
</drivers>
</debug_configuration>
</debug_configurations>
<linkerSettings nature="c_nature">
<linker property="start_symbol" value="ResetISR"/>
<linker property="text_align" value="4"/>
<linker property="data_align" value="4"/>
<linker property="bss_align" value="4"/>
<linker property="mtb_supported" value="false"/>
</linkerSettings>
<linkerSettings nature="cpp_nature">
<linker property="start_symbol" value="ResetISR"/>
<linker property="text_align" value="4"/>
<linker property="data_align" value="4"/>
<linker property="bss_align" value="4"/>
<linker property="mtb_supported" value="false"/>
</linkerSettings>
</device>
</devices>
<components>
<component id="project_template.evkmimx8mm.MIMX8MM6" name="evkmimx8mm" version="1.0.0" devices="MIMX8MM6xxxLZ" category="Board Support/SDK Project Template" user_visible="true" type="project_template">
<source path="boards/evkmimx8mm/project_template" target_path="board/boards" type="src">
<files mask="board.c"/>
<files mask="clock_config.c"/>
<files mask="peripherals.c"/>
<files mask="pin_mux.c"/>
</source>
<source path="boards/evkmimx8mm/project_template" target_path="board/boards" type="c_include">
<files mask="board.h"/>
<files mask="clock_config.h"/>
<files mask="peripherals.h"/>
<files mask="pin_mux.h"/>
</source>
</component>
<component id="platform.CMSIS.MIMX8MM6" name="CMSIS" version="5.1.1" devices="MIMX8MM6xxxLZ" dependency="platform.CMSIS_Driver platform.CMSIS_Driver_Include.CAN_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.Ethernet_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.Ethernet_MAC_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.Ethernet_PHY_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.Flash_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.I2C_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.MCI_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.NAND_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.SAI_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.SPI_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.USART_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.USB_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.USB_Device_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.USB_Host_CMSISInclude.MIMX8MM6 platform.Include_common.MIMX8MM6" user_visible="true" type="CMSIS">
<source path="CMSIS/Include" target_path="src" type="c_include">
<files mask="arm_common_tables.h"/>
<files mask="arm_const_structs.h"/>
<files mask="arm_math.h"/>
<files mask="cmsis_armcc.h"/>
<files mask="cmsis_armclang.h"/>
<files mask="cmsis_compiler.h"/>
<files mask="cmsis_gcc.h"/>
<files mask="cmsis_iccarm.h"/>
<files mask="cmsis_version.h"/>
<files mask="core_armv8mbl.h"/>
<files mask="core_armv8mml.h"/>
<files mask="core_cm0.h"/>
<files mask="core_cm0plus.h"/>
<files mask="core_cm23.h"/>
<files mask="core_cm3.h"/>
<files mask="core_cm33.h"/>
<files mask="core_cm4.h"/>
<files mask="core_cm7.h"/>
<files mask="core_dsp.h"/>
<files mask="core_sc000.h"/>
<files mask="core_sc300.h"/>
<files mask="mpu_armv7.h"/>
<files mask="mpu_armv8.h"/>
<files mask="tz_context.h"/>
</source>
<source path="CMSIS" target_path="src" type="doc">
<files mask="LICENSE.txt"/>
</source>
</component>
<component id="platform.CMSIS_Driver" name="CMSIS_Driver" version="5.1.1" user_visible="true" type="CMSIS">
<source path="CMSIS/Driver/DriverTemplates" target_path="src" type="src">
<files mask="Driver_CAN.c"/>
<files mask="Driver_ETH_MAC.c"/>
<files mask="Driver_ETH_PHY.c"/>
<files mask="Driver_Flash.c"/>
<files mask="Driver_I2C.c"/>
<files mask="Driver_MCI.c"/>
<files mask="Driver_SAI.c"/>
<files mask="Driver_SPI.c"/>
<files mask="Driver_Storage.c"/>
<files mask="Driver_USART.c"/>
<files mask="Driver_USBD.c"/>
<files mask="Driver_USBH.c"/>
</source>
</component>
<component id="platform.CMSIS_Driver_Include.CAN_CMSISInclude.MIMX8MM6" name="CAN" version="1.2.0" devices="MIMX8MM6xxxLZ" dependency="platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6" user_visible="false" type="CMSIS_driver">
<source path="CMSIS/Driver/Include" target_path="CMSIS_driver" type="c_include">
<files mask="Driver_CAN.h"/>
</source>
</component>
<component id="platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6" name="Common" version="5.1.1" devices="MIMX8MM6xxxLZ" user_visible="false" type="CMSIS_driver">
<source path="CMSIS/Driver/Include" target_path="CMSIS_driver" type="c_include">
<files mask="Driver_Common.h"/>
</source>
</component>
<component id="platform.CMSIS_Driver_Include.Ethernet_CMSISInclude.MIMX8MM6" name="Ethernet" version="2.1.0" devices="MIMX8MM6xxxLZ" dependency="platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6" user_visible="false" type="CMSIS_driver">
<source path="CMSIS/Driver/Include" target_path="CMSIS_driver" type="c_include">
<files mask="Driver_ETH.h"/>
</source>
</component>
<component id="platform.CMSIS_Driver_Include.Ethernet_MAC_CMSISInclude.MIMX8MM6" name="Ethernet_MAC" version="2.1.0" devices="MIMX8MM6xxxLZ" dependency="platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.Ethernet_CMSISInclude.MIMX8MM6" user_visible="false" type="CMSIS_driver">
<source path="CMSIS/Driver/Include" target_path="CMSIS_driver" type="c_include">
<files mask="Driver_ETH_MAC.h"/>
</source>
</component>
<component id="platform.CMSIS_Driver_Include.Ethernet_PHY_CMSISInclude.MIMX8MM6" name="Ethernet_PHY" version="2.1.0" devices="MIMX8MM6xxxLZ" dependency="platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.Ethernet_CMSISInclude.MIMX8MM6" user_visible="false" type="CMSIS_driver">
<source path="CMSIS/Driver/Include" target_path="CMSIS_driver" type="c_include">
<files mask="Driver_ETH_PHY.h"/>
</source>
</component>
<component id="platform.CMSIS_Driver_Include.Flash_CMSISInclude.MIMX8MM6" name="Flash" version="2.1.0" devices="MIMX8MM6xxxLZ" dependency="platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6" user_visible="false" type="CMSIS_driver">
<source path="CMSIS/Driver/Include" target_path="CMSIS_driver" type="c_include">
<files mask="Driver_Flash.h"/>
</source>
</component>
<component id="platform.CMSIS_Driver_Include.I2C_CMSISInclude.MIMX8MM6" name="I2C" version="2.3.0" devices="MIMX8MM6xxxLZ" dependency="platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6" user_visible="false" type="CMSIS_driver">
<source path="CMSIS/Driver/Include" target_path="CMSIS_driver" type="c_include">
<files mask="Driver_I2C.h"/>
</source>
</component>
<component id="platform.CMSIS_Driver_Include.MCI_CMSISInclude.MIMX8MM6" name="MCI" version="2.3.0" devices="MIMX8MM6xxxLZ" dependency="platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6" user_visible="false" type="CMSIS_driver">
<source path="CMSIS/Driver/Include" target_path="CMSIS_driver" type="c_include">
<files mask="Driver_MCI.h"/>
</source>
</component>
<component id="platform.CMSIS_Driver_Include.NAND_CMSISInclude.MIMX8MM6" name="NAND" version="2.3.0" devices="MIMX8MM6xxxLZ" dependency="platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6" user_visible="false" type="CMSIS_driver">
<source path="CMSIS/Driver/Include" target_path="CMSIS_driver" type="c_include">
<files mask="Driver_NAND.h"/>
</source>
</component>
<component id="platform.CMSIS_Driver_Include.SAI_CMSISInclude.MIMX8MM6" name="SAI" version="1.1.0" devices="MIMX8MM6xxxLZ" dependency="platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6" user_visible="false" type="CMSIS_driver">
<source path="CMSIS/Driver/Include" target_path="CMSIS_driver" type="c_include">
<files mask="Driver_SAI.h"/>
</source>
</component>
<component id="platform.CMSIS_Driver_Include.SPI_CMSISInclude.MIMX8MM6" name="SPI" version="2.2.0" devices="MIMX8MM6xxxLZ" dependency="platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6" user_visible="false" type="CMSIS_driver">
<source path="CMSIS/Driver/Include" target_path="CMSIS_driver" type="c_include">
<files mask="Driver_SPI.h"/>
</source>
</component>
<component id="platform.CMSIS_Driver_Include.USART_CMSISInclude.MIMX8MM6" name="USART" version="2.3.0" devices="MIMX8MM6xxxLZ" dependency="platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6" user_visible="false" type="CMSIS_driver">
<source path="CMSIS/Driver/Include" target_path="CMSIS_driver" type="c_include">
<files mask="Driver_USART.h"/>
</source>
</component>
<component id="platform.CMSIS_Driver_Include.USB_CMSISInclude.MIMX8MM6" name="USB" version="2.2.0" devices="MIMX8MM6xxxLZ" dependency="platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6" user_visible="false" type="CMSIS_driver">
<source path="CMSIS/Driver/Include" target_path="CMSIS_driver" type="c_include">
<files mask="Driver_USB.h"/>
</source>
</component>
<component id="platform.CMSIS_Driver_Include.USB_Device_CMSISInclude.MIMX8MM6" name="USB_Device" version="2.2.0" devices="MIMX8MM6xxxLZ" dependency="platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.USB_CMSISInclude.MIMX8MM6" user_visible="false" type="CMSIS_driver">
<source path="CMSIS/Driver/Include" target_path="CMSIS_driver" type="c_include">
<files mask="Driver_USBD.h"/>
</source>
</component>
<component id="platform.CMSIS_Driver_Include.USB_Host_CMSISInclude.MIMX8MM6" name="USB_Host" version="2.2.0" devices="MIMX8MM6xxxLZ" dependency="platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.USB_CMSISInclude.MIMX8MM6" user_visible="false" type="CMSIS_driver">
<source path="CMSIS/Driver/Include" target_path="CMSIS_driver" type="c_include">
<files mask="Driver_USBH.h"/>
</source>
</component>
<component id="platform.Include_common.MIMX8MM6" name="CMSIS_Include_common" version="5.1.1" devices="MIMX8MM6xxxLZ" user_visible="true" type="CMSIS_Include">
<source path="CMSIS/Include" target_path="CMSIS" type="c_include">
<files mask="arm_common_tables.h"/>
<files mask="arm_const_structs.h"/>
<files mask="arm_math.h"/>
<files mask="cmsis_armcc.h"/>
<files mask="cmsis_armclang.h"/>
<files mask="cmsis_compiler.h"/>
<files mask="cmsis_gcc.h"/>
<files mask="cmsis_iccarm.h"/>
<files mask="cmsis_version.h"/>
<files mask="core_armv8mbl.h"/>
<files mask="core_armv8mml.h"/>
<files mask="mpu_armv7.h"/>
<files mask="mpu_armv8.h"/>
</source>
</component>
<component id="platform.Include_core_cm4.MIMX8MM6" name="CMSIS_Include_core_cm4" version="5.1.1" devices="MIMX8MM6xxxLZ" dependency="platform.Include_common.MIMX8MM6" user_visible="true" type="CMSIS_Include">
<source path="CMSIS/Include" target_path="CMSIS" type="c_include">
<files mask="core_cm4.h"/>
</source>
</component>
<component id="project_template.MIMX8MM6.MIMX8MM6" name="MIMX8MM6" version="1.0.0" devices="MIMX8MM6xxxLZ" dependency="component.lists.MIMX8MM6 component.serial_manager.MIMX8MM6 device.MIMX8MM6_CMSIS.MIMX8MM6 device.MIMX8MM6_startup.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6 platform.drivers.iuart.MIMX8MM6 platform.drivers.rdc.MIMX8MM6 platform.utilities.assert.MIMX8MM6 utility.debug_console.MIMX8MM6" category="Board Support/SDK Project Template" user_visible="true" type="project_template">
<source path="devices/MIMX8MM6/project_template" target_path="board" type="src">
<files mask="board.c"/>
<files mask="clock_config.c"/>
<files mask="peripherals.c"/>
<files mask="pin_mux.c"/>
</source>
<source path="devices/MIMX8MM6/project_template" target_path="board" type="c_include">
<files mask="board.h"/>
<files mask="clock_config.h"/>
<files mask="peripherals.h"/>
<files mask="pin_mux.h"/>
</source>
</component>
<component id="RTE_Device.MIMX8MM6" name="RTE_Device" version="1.0.0" devices="MIMX8MM6xxxLZ" category="Device/SDK Project Template" user_visible="true" type="project_template">
<source path="devices/MIMX8MM6/template" target_path="board" type="c_include">
<files mask="RTE_Device.h"/>
</source>
</component>
<component id="tools.MIMX8MM6" name="cmake_toolchain" version="1.0.0" devices="MIMX8MM6xxxLZ" user_visible="true" type="other">
<source path="tools/cmake_toolchain_files" target_path="src" type="script">
<files mask="armgcc.cmake"/>
<files mask="armgcc_force_cpp.cmake"/>
<files mask="xcc.cmake"/>
</source>
</component>
<component id="component.codec_ak4497_adapter.MIMX8MM6" name="codec_ak4497_adapter" version="2.1.0" devices="MIMX8MM6xxxLZ" dependency="component.codec_i2c.MIMX8MM6 device.MIMX8MM6_CMSIS.MIMX8MM6 driver.ak4497.MIMX8MM6 driver.codec.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" category="Device/SDK Drivers" user_visible="true" type="other">
<source path="components/codec/port/ak4497" target_path="codec" type="src">
<files mask="fsl_ak4497_adapter.c"/>
</source>
<source path="components/codec/port/ak4497" target_path="codec" type="c_include">
<files mask="fsl_ak4497_adapter.h"/>
</source>
<source path="components/codec/port" target_path="codec" type="src">
<files mask="fsl_codec_adapter.c"/>
</source>
</component>
<component id="component.codec_i2c.MIMX8MM6" name="codec_i2c" version="2.1.0" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" category="Device/SDK Drivers" user_visible="true" type="other">
<source path="components/codec/i2c" target_path="codec" type="src">
<files mask="fsl_codec_i2c.c"/>
</source>
<source path="components/codec/i2c" target_path="codec" type="c_include">
<files mask="fsl_codec_i2c.h"/>
</source>
</component>
<component id="component.codec_wm8524_adapter.MIMX8MM6" name="codec_wm8524_adapter" version="2.1.0" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 driver.codec.MIMX8MM6 driver.wm8524.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" category="Device/SDK Drivers" user_visible="true" type="other">
<source path="components/codec/port" target_path="codec" type="src">
<files mask="fsl_codec_adapter.c"/>
</source>
<source path="components/codec/port/wm8524" target_path="codec" type="src">
<files mask="fsl_wm8524_adapter.c"/>
</source>
<source path="components/codec/port/wm8524" target_path="codec" type="c_include">
<files mask="fsl_wm8524_adapter.h"/>
</source>
</component>
<component id="component.ii2c_adapter.MIMX8MM6" name="ii2c_adapter" version="1.0.0" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6 platform.drivers.ii2c.MIMX8MM6" category="Device/SDK Drivers" user_visible="true" type="other">
<source path="components/i2c" target_path="component/i2c" type="c_include">
<files mask="i2c.h"/>
</source>
<source path="components/i2c" target_path="component/i2c" type="src">
<files mask="ii2c_adapter.c"/>
</source>
</component>
<component id="component.iuart_adapter.MIMX8MM6" name="iuart_adapter" version="1.0.0" full_name="iuart_adapter" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6 platform.drivers.iuart.MIMX8MM6" user_visible="true" type="utilities">
<source path="components/uart" target_path="component/uart" type="src">
<files mask="iuart_adapter.c"/>
</source>
<source path="components/uart" target_path="component/uart" type="c_include">
<files mask="uart.h"/>
</source>
</component>
<component id="component.lists.MIMX8MM6" name="lists" version="1.0.0" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" category="Device/SDK Drivers" user_visible="true" type="other">
<source path="components/lists" target_path="component/lists" type="src">
<files mask="generic_list.c"/>
</source>
<source path="components/lists" target_path="component/lists" type="c_include">
<files mask="generic_list.h"/>
</source>
</component>
<component id="component.serial_manager.MIMX8MM6" name="serial_manager" version="1.0.0" full_name="Serial Manager" devices="MIMX8MM6xxxLZ" dependency="component.lists.MIMX8MM6 device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" user_visible="true" type="utilities">
<source path="components/serial_manager" target_path="component/serial_manager" type="src">
<files mask="serial_manager.c"/>
</source>
<source path="components/serial_manager" target_path="component/serial_manager" type="c_include">
<files mask="serial_manager.h"/>
<files mask="serial_port_internal.h"/>
</source>
</component>
<component id="component.serial_manager_uart.MIMX8MM6" name="serial_manager_uart" version="1.0.0" full_name="Serial Manager uart" devices="MIMX8MM6xxxLZ" dependency="platform.drivers.iuart.MIMX8MM6" user_visible="true" type="utilities">
<source path="components/serial_manager" target_path="component/serial_manager" type="src">
<files mask="serial_port_uart.c"/>
</source>
<source path="components/serial_manager" target_path="component/serial_manager" type="c_include">
<files mask="serial_port_uart.h"/>
</source>
</component>
<component id="component.wm8524_adapter.MIMX8MM6" name="wm8524_adapter" version="2.1.0" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 driver.codec.MIMX8MM6 driver.wm8524.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" category="Device/SDK Drivers" user_visible="true" type="other">
<source path="components/codec/port/wm8524" target_path="codec" type="src">
<files mask="fsl_codec_adapter.c"/>
</source>
</component>
<component id="device.MIMX8MM6_CMSIS.MIMX8MM6" name="MIMX8MM6_CMSIS" version="1.0.0" devices="MIMX8MM6xxxLZ" dependency="platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6" user_visible="true" type="CMSIS_Include">
<source path="devices/MIMX8MM6" target_path="device" type="c_include">
<files mask="MIMX8MM6_cm4.h"/>
<files mask="MIMX8MM6_cm4_features.h"/>
<files mask="fsl_device_registers.h"/>
<files mask="system_MIMX8MM6_cm4.h"/>
</source>
<source path="devices/MIMX8MM6" target_path="device" type="src">
<files mask="system_MIMX8MM6_cm4.c"/>
</source>
</component>
<component id="device.MIMX8MM6_debugger.MIMX8MM6" name="MIMX8MM6_debugger" version="1.0.0" devices="MIMX8MM6xxxLZ" user_visible="true" type="debugger">
<source path="devices/MIMX8MM6" target_path="src" type="xml">
<files mask="MIMX8MM6.xml"/>
</source>
</component>
<component id="platform.devices.MIMX8MM6_linker.MIMX8MM6" name="MIMX8MM6_linker" version="1.0.0" devices="MIMX8MM6xxxLZ" user_visible="true" type="linker">
<source toolchain="armgcc" path="devices/MIMX8MM6/gcc" target_path="src" type="linker">
<files mask="MIMX8MM6xxxxx_cm4_ddr_ram.ld"/>
<files mask="MIMX8MM6xxxxx_cm4_flash.ld"/>
<files mask="MIMX8MM6xxxxx_cm4_ram.ld"/>
</source>
<source toolchain="iar" path="devices/MIMX8MM6/iar" target_path="src" type="linker">
<files mask="MIMX8MM6xxxxx_cm4_ddr_ram.icf"/>
<files mask="MIMX8MM6xxxxx_cm4_flash.icf"/>
<files mask="MIMX8MM6xxxxx_cm4_ram.icf"/>
</source>
</component>
<component id="device.MIMX8MM6_startup.MIMX8MM6" name="MIMX8MM6_startup" version="1.0.0" devices="MIMX8MM6xxxLZ" category="Device/Startup" user_visible="true" type="startup">
<source toolchain="armgcc" path="devices/MIMX8MM6/gcc" target_path="startup" type="asm_include">
<files mask="startup_MIMX8MM6_cm4.S"/>
</source>
<source toolchain="iar" path="devices/MIMX8MM6/iar" target_path="startup" type="asm_include">
<files mask="startup_MIMX8MM6_cm4.s"/>
</source>
</component>
<component id="docs.MIMX8MM6.MIMX8MM6" name="MIMX8MM6" version="1.0.0" devices="MIMX8MM6xxxLZ" user_visible="true" type="documentation">
<source path="docs" target_path="src" type="doc">
<files mask="Getting Started with MCUXpresso SDK for i.MX 8M Mini.pdf"/>
<files mask="MCUXpresso SDK Release Notes for i.MX 8M Mini.pdf"/>
</source>
</component>
<component id="docs.images.MIMX8MM6" name="images" version="1.0.0" devices="MIMX8MM6xxxLZ" user_visible="true" type="documentation">
<source path="docs/images" target_path="src" type="image">
<files mask="EVK-MIMX8MM.gif"/>
<files mask="device.jpg"/>
</source>
</component>
<component id="driver.ak4497.MIMX8MM6" name="ak4497" version="2.1.0" devices="MIMX8MM6xxxLZ" dependency="component.codec_i2c.MIMX8MM6 device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" category="Device/SDK Drivers" user_visible="true" type="other">
<source path="components/codec/ak4497" target_path="codec" type="src">
<files mask="fsl_ak4497.c"/>
</source>
<source path="components/codec/ak4497" target_path="codec" type="c_include">
<files mask="fsl_ak4497.h"/>
</source>
</component>
<component id="platform.drivers.clock.MIMX8MM6" name="clock" brief="Clock Driver" version="2.1.0" full_name="Clock Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.common.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_clock.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_clock.h"/>
</source>
</component>
<component id="platform.drivers.ecspi_cmsis.MIMX8MM6" name="ecspi_cmsis" brief="ECSPI CMSIS Driver" version="2.0.0" devices="MIMX8MM6xxxLZ" dependency="RTE_Device.MIMX8MM6 device.MIMX8MM6_CMSIS.MIMX8MM6 platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.SPI_CMSISInclude.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6 platform.drivers.ecspi.MIMX8MM6" user_visible="true" type="CMSIS_driver">
<source path="devices/MIMX8MM6/cmsis_drivers" target_path="drivers" type="src">
<files mask="fsl_ecspi_cmsis.c"/>
</source>
<source path="devices/MIMX8MM6/cmsis_drivers" target_path="drivers" type="c_include">
<files mask="fsl_ecspi_cmsis.h"/>
</source>
</component>
<component id="platform.drivers.ii2c_cmsis.MIMX8MM6" name="i2c_cmsis" brief="I2C CMSIS Driver" version="2.0.0" devices="MIMX8MM6xxxLZ" dependency="RTE_Device.MIMX8MM6 platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.I2C_CMSISInclude.MIMX8MM6 platform.drivers.ii2c.MIMX8MM6" user_visible="true" type="CMSIS_driver">
<source path="devices/MIMX8MM6/cmsis_drivers" target_path="drivers" type="src">
<files mask="fsl_i2c_cmsis.c"/>
</source>
<source path="devices/MIMX8MM6/cmsis_drivers" target_path="drivers" type="c_include">
<files mask="fsl_i2c_cmsis.h"/>
</source>
</component>
<component id="platform.drivers.iuart_cmsis.MIMX8MM6" name="uart_cmsis" brief="UART CMSIS Driver" version="2.0.0" devices="MIMX8MM6xxxLZ" dependency="RTE_Device.MIMX8MM6 platform.CMSIS_Driver_Include.Common_CMSISInclude.MIMX8MM6 platform.CMSIS_Driver_Include.USART_CMSISInclude.MIMX8MM6 platform.drivers.iuart.MIMX8MM6" user_visible="true" type="CMSIS_driver">
<source path="devices/MIMX8MM6/cmsis_drivers" target_path="drivers" type="src">
<files mask="fsl_uart_cmsis.c"/>
</source>
<source path="devices/MIMX8MM6/cmsis_drivers" target_path="drivers" type="c_include">
<files mask="fsl_uart_cmsis.h"/>
</source>
</component>
<component id="driver.codec.MIMX8MM6" name="codec" version="2.1.0" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" category="Device/SDK Drivers" user_visible="true" type="other">
<source path="components/codec" target_path="codec" type="src">
<files mask="fsl_codec_common.c"/>
</source>
<source path="components/codec" target_path="codec" type="c_include">
<files mask="fsl_codec_common.h"/>
</source>
<source path="components/codec/port" target_path="codec" type="c_include">
<files mask="fsl_codec_adapter.h"/>
</source>
</component>
<component id="platform.drivers.common.MIMX8MM6" name="common" brief="COMMON Driver" version="2.1.0" full_name="COMMON Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_common.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_common.h"/>
</source>
</component>
<component id="platform.drivers.ecspi.MIMX8MM6" name="ecspi" brief="ECSPI Driver" version="2.0.0" full_name="ECSPI Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_ecspi.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_ecspi.h"/>
</source>
</component>
<component id="platform.drivers.ecspi_freertos.MIMX8MM6" name="ecspi_freertos" brief="ECSPI Driver" version="2.0.0" full_name="ECSPI Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 middleware.amazon_freertos.freertos.MIMX8MM6 middleware.template_application.amazon_freertos.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6 platform.drivers.ecspi.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers/freertos" type="src">
<files mask="fsl_ecspi_freertos.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers/freertos" type="c_include">
<files mask="fsl_ecspi_freertos.h"/>
</source>
</component>
<component id="platform.drivers.ecspi_sdma.MIMX8MM6" name="ecspi_sdma" brief="ECSPI SDMA Driver" version="2.0.0" full_name="ECSPI SDMA Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6 platform.drivers.ecspi.MIMX8MM6 platform.drivers.sdma.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_ecspi_sdma.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_ecspi_sdma.h"/>
</source>
</component>
<component id="platform.drivers.gpc_2.MIMX8MM6" name="gpc" brief="GPC Driver" version="2.0.0" full_name="GPC Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_gpc.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_gpc.h"/>
</source>
</component>
<component id="platform.drivers.gpt.MIMX8MM6" name="gpt" brief="GPT Driver" version="2.0.0" full_name="GPT Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_gpt.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_gpt.h"/>
</source>
</component>
<component id="platform.drivers.igpio.MIMX8MM6" name="gpio" brief="GPIO Driver" version="2.0.2" full_name="igpio" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_gpio.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_gpio.h"/>
</source>
</component>
<component id="platform.drivers.ii2c.MIMX8MM6" name="i2c" brief="I2C Driver" version="2.0.4" full_name="I2C Driver" devices="MIMX8MM6xxxLZ" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_i2c.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_i2c.h"/>
</source>
</component>
<component id="platform.drivers.ii2c_freertos.MIMX8MM6" name="i2c_freertos" brief="I2C Driver" version="2.0.5" full_name="I2C Driver" devices="MIMX8MM6xxxLZ" dependency="middleware.amazon_freertos.freertos.MIMX8MM6 middleware.template_application.amazon_freertos.MIMX8MM6 platform.drivers.ii2c.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers/freertos" type="src">
<files mask="fsl_i2c_freertos.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers/freertos" type="c_include">
<files mask="fsl_i2c_freertos.h"/>
</source>
</component>
<component id="platform.drivers.iomuxc.MIMX8MM6" name="iomuxc" brief="IOMUXC Driver" version="2.0.0" full_name="IOMUXC Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_iomuxc.h"/>
</source>
</component>
<component id="platform.drivers.ipwm.MIMX8MM6" name="ipwm" brief="PWM Driver" version="2.0.0" full_name="PWM Driver" devices="MIMX8MM6xxxLZ" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_pwm.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_pwm.h"/>
</source>
</component>
<component id="platform.drivers.iuart.MIMX8MM6" name="iuart" brief="IUART Driver" version="2.0.0" full_name="IUART Driver" devices="MIMX8MM6xxxLZ" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_uart.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_uart.h"/>
</source>
</component>
<component id="platform.drivers.iuart_freertos.MIMX8MM6" name="iuart_freertos" brief="IUART Freertos Driver" version="2.0.0" full_name="IUART Freertos Driver" devices="MIMX8MM6xxxLZ" dependency="middleware.amazon_freertos.freertos.MIMX8MM6 middleware.template_application.amazon_freertos.MIMX8MM6 platform.drivers.iuart.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers/freertos" type="src">
<files mask="fsl_uart_freertos.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers/freertos" type="c_include">
<files mask="fsl_uart_freertos.h"/>
</source>
</component>
<component id="platform.drivers.iuart_sdma.MIMX8MM6" name="iuart_sdma" brief="IUART SDMA Driver" version="2.0.0" full_name="IUART SDMA Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6 platform.drivers.iuart.MIMX8MM6 platform.drivers.sdma.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_uart_sdma.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_uart_sdma.h"/>
</source>
</component>
<component id="platform.drivers.memory.MIMX8MM6" name="memory" brief="MEMORY Driver" version="2.0.0" full_name="Memory Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_memory.h"/>
</source>
</component>
<component id="platform.drivers.mu.MIMX8MM6" name="mu" brief="MU Driver" version="2.0.2" full_name="MU Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_mu.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_mu.h"/>
</source>
</component>
<component id="platform.drivers.pdm.MIMX8MM6" name="pdm" brief="PDM Driver" version="2.1.1" full_name="PDM Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_pdm.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_pdm.h"/>
</source>
</component>
<component id="platform.drivers.pdm_sdma.MIMX8MM6" name="pdm_sdma" brief="PDM Driver" version="2.1.1" full_name="PDM Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6 platform.drivers.pdm.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_pdm_sdma.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_pdm_sdma.h"/>
</source>
</component>
<component id="platform.drivers.rdc.MIMX8MM6" name="rdc" brief="RDC Driver" version="2.0.0" full_name="RDC Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_rdc.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_rdc.h"/>
</source>
</component>
<component id="platform.drivers.rdc_sema42.MIMX8MM6" name="rdc_sema42" brief="RDC SEMA42 Driver" version="2.0.0" full_name="RDC SEMA42 Driver" devices="MIMX8MM6xxxLZ" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_rdc_sema42.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_rdc_sema42.h"/>
</source>
</component>
<component id="platform.drivers.sai.MIMX8MM6" name="sai" brief="SAI Driver" version="2.2.1" full_name="SAI Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_sai.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_sai.h"/>
</source>
</component>
<component id="platform.drivers.sai_sdma.MIMX8MM6" name="sai_sdma" brief="SAI Driver" version="2.2.0" full_name="SAI Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6 platform.drivers.sai.MIMX8MM6 platform.drivers.sdma.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_sai_sdma.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_sai_sdma.h"/>
</source>
</component>
<component id="platform.drivers.sdma.MIMX8MM6" name="sdma" brief="SDMA Driver" version="2.1.1" full_name="SDMA Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_sdma.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_sdma.h"/>
</source>
</component>
<component id="platform.drivers.sema4.MIMX8MM6" name="sema4" brief="SEMA4 Driver" version="2.0.0" full_name="SEMA4 Driver" devices="MIMX8MM6xxxLZ" dependency="device.MIMX8MM6_CMSIS.MIMX8MM6 platform.Include_common.MIMX8MM6 platform.Include_core_cm4.MIMX8MM6 platform.drivers.clock.MIMX8MM6 platform.drivers.common.MIMX8MM6" user_visible="true" type="driver">
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="src">
<files mask="fsl_sema4.c"/>
</source>
<source path="devices/MIMX8MM6/drivers" target_path="drivers" type="c_include">
<files mask="fsl_sema4.h"/>
</source>
</component>
<component id="driver.srtm.MIMX8MM6" name="srtm" version="1.0.0" devices="MIMX8MM6xxxLZ" category="Device/SDK Drivers" user_visible="true" type="other">
<source path="components/srtm/include" target_path="srtm/include" type="c_include">
<files mask="srtm_channel.h"/>
<files mask="srtm_defs.h"/>
<files mask="srtm_dispatcher.h"/>
<files mask="srtm_message.h"/>
<files mask="srtm_peercore.h"/>
<files mask="srtm_service.h"/>
</source>
<source path="components/srtm/port" target_path="srtm/port" type="src">
<files mask="srtm_message_pool.c"/>
</source>
<source path="components/srtm/srtm" target_path="srtm/srtm" type="src">
<files mask="srtm_channel.c"/>
<files mask="srtm_dispatcher.c"/>
<files mask="srtm_message.c"/>
<files mask="srtm_peercore.c"/>
<files mask="srtm_service.c"/>
</source>
<source path="components/srtm/srtm" target_path="srtm/srtm" type="c_include">
<files mask="srtm_channel_struct.h"/>
<files mask="srtm_dispatcher_struct.h"/>
<files mask="srtm_heap.h"/>
<files mask="srtm_list.h"/>
<files mask="srtm_message_pool.h"/>
<files mask="srtm_message_struct.h"/>
<files mask="srtm_mutex.h"/>
<files mask="srtm_peercore_struct.h"/>
<files mask="srtm_sem.h"/>
<files mask="srtm_service_struct.h"/>
</source>
</component>