forked from Masmiseim36/nxpSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
EVK-MIMXRT1010_manifest_v3_6.xml
7114 lines (7114 loc) · 487 KB
/
EVK-MIMXRT1010_manifest_v3_6.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_EVK-MIMXRT1010" name="EVK-MIMXRT1010" brief="This is SDK version 2.8.2 manifest file. It describes the content of the EVK-MIMXRT1010 and additional settings for tools that support SDK version 2.8.2" format_version="3.6" api_version="2.0.0" configuration="94b5698b8beb3d49b18acf99771c62d2" xsi:schemaLocation="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd http://nxp.com/mcuxpresso/sdk/sdk_manifest_v3.6.xsd">
<!--Timestamp (UTC): 2020-11-17 00:37:37.862516-->
<!--This manifest is generated based on sdk repo commit: 60475d31bf67266eef97c59a3859a1437273841b-->
<defines>
<define name="CPU_$|package|" value=""/>
<define name="CPU_$|package|_$|core|" value=""/>
</defines>
<ksdk id="MCUXpresso282" name="MCUXpresso282" version="2.8.2" revision="376 2020-08-19"/>
<compilers>
<compiler id="compiler_armclang" name="armclang" type="armclang"/>
<compiler id="compiler_gcc" name="gcc" type="gcc"/>
<compiler id="compiler_iar" name="iar" type="iar"/>
</compilers>
<toolchainSettings>
<toolchainSetting id="com.nxp.mcuxpresso" name="mcuxpresso" version="11.2.0" full_name="MCUXpresso IDE" compiler="compiler_gcc" toolchain="mcuxpresso">
<option id="gnu.cpp.compiler.option.optimization.flags" type="string" user_name="">
<value>-fno-common</value>
</option>
<option id="gnu.c.compiler.option.optimization.flags" type="string" user_name="">
<value>-fno-common</value>
</option>
<option id="gnu.cpp.link.option.nostdlibs" type="boolean" user_name="">
<value>true</value>
</option>
<option id="com.crt.advproject.link.cpp.flashconfigenable" type="boolean" user_name="">
<value>true</value>
</option>
<option id="com.crt.advproject.link.flashconfigenable" type="boolean" user_name="">
<value>true</value>
</option>
<option id="gnu.c.link.option.nostdlibs" type="boolean" user_name="">
<value>true</value>
</option>
</toolchainSetting>
</toolchainSettings>
<toolchains>
<toolchain id="armgcc" name="GCC_ARM_Embedded" version="9.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="mdk" name="Keil_MDK" version="5.31" full_name="Keil MDK" compiler="compiler_armclang" type="mdk" vendor="ARM" vendor_url="http://www.arm.com"/>
<toolchain id="iar" name="IAR_Embedded_Workbench_for_ARM" version="8.50.5" full_name="IAR Embedded Workbench for ARM" compiler="compiler_iar" type="iar" vendor="IAR Systems" vendor_url="http://www.iar.com"/>
<toolchain id="mcuxpresso" name="MCUXpresso_IDE" version="11.2.0" full_name="MCUXpresso IDE" compiler="compiler_gcc" type="mcuxpresso" vendor="NXP Semiconductors" vendor_url="http://www.nxp.com">
<debug>
<debug_configuration id="com.crt.advproject.config.exe.release" name="Release Configuration" probe="LinkServer">
<scripts>
<script type="init" silent="false" emulators="${gdb.stub} -mi -info-emu">
<script>
set remotetimeout 60000
##target_extended_remote##
set mem inaccessible-by-default ${mem.access}
mon ondisconnect ${ondisconnect}
set arm force-mode thumb
${load}</script>
</script>
<script type="run" silent="false" emulators="${gdb.stub} -mi -info-emu">
<script>${run}</script>
</script>
</scripts>
<params>
<params id="vector.catch.release.mcuxpresso" name="vector.catch" value="false"/>
<params id="internal.cache.release.mcuxpresso" name="internal.cache" value="Disable"/>
</params>
</debug_configuration>
<debug_configuration id="com.crt.advproject.config.exe.debug" name="Debug Configuration" probe="LinkServer">
<scripts>
<script type="init" silent="false" emulators="${gdb.stub} -mi -info-emu">
<script>
set remotetimeout 60000
##target_extended_remote##
set mem inaccessible-by-default ${mem.access}
mon ondisconnect ${ondisconnect}
set arm force-mode thumb
${load}</script>
</script>
<script type="run" silent="false" emulators="${gdb.stub} -mi -info-emu">
<script>${run}</script>
</script>
</scripts>
<params>
<params id="vector.catch.debug.mcuxpresso" name="vector.catch" value="false"/>
<params id="internal.cache.debug.mcuxpresso" name="internal.cache" value="Disable"/>
</params>
</debug_configuration>
<debug_configuration id="com.nxp.mcuxpresso.core.debug.support.segger.debug" name="Debug Configuration" probe="Segger"/>
<debug_configuration id="com.nxp.mcuxpresso.core.debug.support.segger.release" name="Release Configuration" probe="Segger"/>
</debug>
</toolchain>
</toolchains>
<boards>
<board id="evkmimxrt1010" name="EVK-MIMXRT1010" href="https://www.nxp.com/pip/MIMXRT1010-EVK" version="1.0.0" package="MIMXRT1011DAE5A">
<description>i.MX RT1010 Evaluation Kit</description>
<image path="MIR/marketing_data/1.0/boards/images" type="image">
<files mask="138-EVK-MIMXRT1010.gif"/>
</image>
<memory>
<memoryBlock id="BOARD_FLASH_evkmimxrt1010" name="BOARD_FLASH" addr="60000000" size="01000000" type="ExtFlash" access="RO"/>
</memory>
<total_memory flash_size_kb="16384" ram_size_kb="32"/>
<examples>
<example id="evkmimxrt1010_adc_12b1msps_sar_interrupt" name="adc_12b1msps_sar_interrupt" brief="The adc_interrupt example shows how to use interrupt with adc driver.In this example, user should indicate a channel to provide a voltage signal (can be controlled by user) as the adc'ssample input. When running the project, typing any key into debug console would trigger the conversion. ADC interrupt would be asserted once the conversion is completed. In ADC ISR, the conversion completed flag would be cleared by reading the conversion result value. Also, the conversion result value is stored, and the ISR counter is increased. These information would be printed when the execution return to the main loop.The point is that the adc interrupt configuration is set when configuring the adc's conversion channel. When in software trigger mode, the conversion would be launched by the operation of configuring channel, just like writing aconversion command. So if user wants to generate the interrupt every time the conversion is completed, the channel's configuration with enabling interrupt setting would be used for each conversion." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/adc" path="boards/evkmimxrt1010/driver_examples/adc/interrupt">
<external path="boards/evkmimxrt1010/driver_examples/adc/interrupt" type="xml">
<files mask="adc_12b1msps_sar_interrupt.xml"/>
</external>
</example>
<example id="evkmimxrt1010_adc_12b1msps_sar_polling" name="adc_12b1msps_sar_polling" brief="The adc_polling example shows the simplest way to use adc driver.In this example, user should indicate a channel to provide a voltage signal (can be controlled by user) as the adc'ssample input. When running the project, typing any key into debug console would trigger the conversion. The execution would check the conversion completed flag in loop until the flag is asserted, which means the conversion is completed. Then read the conversion result value and print it to debug console.Note, the default setting of initialization for the ADC converter is just an available configuration. User can changethe configuration structure's setting in application to fit the special requirement.The auto-calibration is not essential but strongly recommended. It can help to adjust the converter itself and improvethe adc's performance." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/adc" path="boards/evkmimxrt1010/driver_examples/adc/polling">
<external path="boards/evkmimxrt1010/driver_examples/adc/polling" type="xml">
<files mask="adc_12b1msps_sar_polling.xml"/>
</external>
</example>
<example id="evkmimxrt1010_adc_etc_hardware_trigger_conv" name="adc_etc_hardware_trigger_conv" brief="The adc_etc_software_trigger_conv example shows how to use the ADC_ETC to generate a ADC trigger by PIT channel0 trigger.Every 1 second, PIT channel0 would send a trigger signal to ADC_ETC, which can arbitrate and manage multiple external triggers,and ADC_ETC would generate ADC trigger.In this example, the ADC is configured with hardware trigger. Once ADC gets the trigger from the ADC_ETC, the conversion goes,then the ADC_ETC ISR would be executed." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/adc_etc" path="boards/evkmimxrt1010/driver_examples/adc_etc/adc_etc_hardware_trigger_conv">
<external path="boards/evkmimxrt1010/driver_examples/adc_etc/adc_etc_hardware_trigger_conv" type="xml">
<files mask="adc_etc_hardware_trigger_conv.xml"/>
</external>
</example>
<example id="evkmimxrt1010_adc_etc_software_trigger_conv" name="adc_etc_software_trigger_conv" brief="The adc_etc_software_trigger_conv example shows how to use the ADC_ETC to generate a ADC trigger by software trigger.In this example, the ADC is configured with hardware trigger. Once ADC gets the trigger from the ADC_ETC, the conversion goes,then the ADC_ETC ISR would be executed." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/adc_etc" path="boards/evkmimxrt1010/driver_examples/adc_etc/adc_etc_software_trigger_conv">
<external path="boards/evkmimxrt1010/driver_examples/adc_etc/adc_etc_software_trigger_conv" type="xml">
<files mask="adc_etc_software_trigger_conv.xml"/>
</external>
</example>
<example id="evkmimxrt1010_bubble_peripheral" name="bubble_peripheral" brief="The bubble level demo demonstrates basic usage of the on-board accelerometer to implement a bubble level. A bubble level utilizes two axes to visually show deviation from a level plane (0 degrees) on a given axis. You can open the mex file with MCUXpresso Config Tool to do further configuration of pin, clock and peripheral." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/evkmimxrt1010/demo_apps/bubble_peripheral">
<external path="boards/evkmimxrt1010/demo_apps/bubble_peripheral" type="xml">
<files mask="bubble_peripheral.xml"/>
</external>
</example>
<example id="evkmimxrt1010_cache" name="cache" brief="The cache example shows how to use memory cache driver.In this example, many memory (such as SDRAM, etc) and DMA will be used to show the example.Those memory is both accessible for cpu and DMA. For the memory data alignment, cache driver should be used rightly. For cache enabled case, the cache invalidate operation should be done before cpu access the memory. The cache clean opeartion should be done after CPU verify the memorymemory and before DMA access the memory." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/evkmimxrt1010/driver_examples/cache">
<external path="boards/evkmimxrt1010/driver_examples/cache" type="xml">
<files mask="cache.xml"/>
</external>
</example>
<example id="evkmimxrt1010_cmsis_lpi2c_edma_b2b_transfer_master" name="cmsis_lpi2c_edma_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 cmsis_i2c_edma_b2b_transfer_master example shows how to use i2c driver as master to do board to board transfer with EDMA: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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpi2c" path="boards/evkmimxrt1010/cmsis_driver_examples/lpi2c/edma_b2b_transfer/master">
<external path="boards/evkmimxrt1010/cmsis_driver_examples/lpi2c/edma_b2b_transfer/master" type="xml">
<files mask="cmsis_lpi2c_edma_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmimxrt1010_cmsis_lpi2c_edma_b2b_transfer_slave" name="cmsis_lpi2c_edma_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 cmsis_i2c_edma_b2b_transfer_master example shows how to use i2c driver as master to do board to board transfer with EDMA: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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpi2c" path="boards/evkmimxrt1010/cmsis_driver_examples/lpi2c/edma_b2b_transfer/slave">
<external path="boards/evkmimxrt1010/cmsis_driver_examples/lpi2c/edma_b2b_transfer/slave" type="xml">
<files mask="cmsis_lpi2c_edma_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmimxrt1010_cmsis_lpi2c_int_b2b_transfer_master" name="cmsis_lpi2c_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 lpi2c_int_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 lpi2c instance as master and another lpi2c 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpi2c" path="boards/evkmimxrt1010/cmsis_driver_examples/lpi2c/int_b2b_transfer/master">
<external path="boards/evkmimxrt1010/cmsis_driver_examples/lpi2c/int_b2b_transfer/master" type="xml">
<files mask="cmsis_lpi2c_int_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmimxrt1010_cmsis_lpi2c_int_b2b_transfer_slave" name="cmsis_lpi2c_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 lpi2c_int_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 lpi2c instance as master and another lpi2c 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpi2c" path="boards/evkmimxrt1010/cmsis_driver_examples/lpi2c/int_b2b_transfer/slave">
<external path="boards/evkmimxrt1010/cmsis_driver_examples/lpi2c/int_b2b_transfer/slave" type="xml">
<files mask="cmsis_lpi2c_int_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmimxrt1010_cmsis_lpspi_edma_b2b_transfer_master" name="cmsis_lpspi_edma_b2b_transfer_master" brief="The cmsis_lpspi_edma_b2b_transfer example shows how to use LPSPI CMSIS driver in edma way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'cmsis_lpspi_edma_b2b_transfer_master.c' includes the LPSPI master code.1. LPSPI master send/received data to/from LPSPI slave in edma . " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpspi" path="boards/evkmimxrt1010/cmsis_driver_examples/lpspi/edma_b2b_transfer/master">
<external path="boards/evkmimxrt1010/cmsis_driver_examples/lpspi/edma_b2b_transfer/master" type="xml">
<files mask="cmsis_lpspi_edma_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmimxrt1010_cmsis_lpspi_edma_b2b_transfer_slave" name="cmsis_lpspi_edma_b2b_transfer_slave" brief="The cmsis_lpspi_edma_b2b_transfer example shows how to use LPSPI CMSIS driver in edma way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'cmsis_lpspi_edma_b2b_transfer_slave.c' includes the LPSPI slave code.1. LPSPI master send/received data to/from LPSPI slave in edma . " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpspi" path="boards/evkmimxrt1010/cmsis_driver_examples/lpspi/edma_b2b_transfer/slave">
<external path="boards/evkmimxrt1010/cmsis_driver_examples/lpspi/edma_b2b_transfer/slave" type="xml">
<files mask="cmsis_lpspi_edma_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmimxrt1010_cmsis_lpspi_int_b2b_transfer_master" name="cmsis_lpspi_int_b2b_transfer_master" brief="The cmsis_lpspi_int_b2b_transfer example shows how to use LPSPI CMSIS driver in interrupt way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'cmsis_lpspi_int_b2b_transfer_master.c' includes the LPSPI master code.This example uses the transactional API in LPSPI driver.1. LPSPI master send/received data to/from LPSPI slave in interrupt . " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpspi" path="boards/evkmimxrt1010/cmsis_driver_examples/lpspi/int_b2b_transfer/master">
<external path="boards/evkmimxrt1010/cmsis_driver_examples/lpspi/int_b2b_transfer/master" type="xml">
<files mask="cmsis_lpspi_int_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmimxrt1010_cmsis_lpspi_int_b2b_transfer_slave" name="cmsis_lpspi_int_b2b_transfer_slave" brief="The lpspi_int_b2b_transfer example shows how to use LPSPI CMSIS driver in interrupt way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'cmsis_lpspi_int_b2b_transfer_slave.c' includes the LPSPI slave code.This example uses the transactional API in LPSPI driver.1. LPSPI master send/received data to/from LPSPI slave in interrupt . " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpspi" path="boards/evkmimxrt1010/cmsis_driver_examples/lpspi/int_b2b_transfer/slave">
<external path="boards/evkmimxrt1010/cmsis_driver_examples/lpspi/int_b2b_transfer/slave" type="xml">
<files mask="cmsis_lpspi_int_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmimxrt1010_cmsis_lpuart_edma_transfer" name="cmsis_lpuart_edma_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_edma_transfer example shows how to use uart cmsis driver with EDMA: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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpuart" path="boards/evkmimxrt1010/cmsis_driver_examples/lpuart/edma_transfer">
<external path="boards/evkmimxrt1010/cmsis_driver_examples/lpuart/edma_transfer" type="xml">
<files mask="cmsis_lpuart_edma_transfer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_cmsis_lpuart_interrupt_transfer" name="cmsis_lpuart_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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="cmsis_driver_examples/lpuart" path="boards/evkmimxrt1010/cmsis_driver_examples/lpuart/interrupt_transfer">
<external path="boards/evkmimxrt1010/cmsis_driver_examples/lpuart/interrupt_transfer" type="xml">
<files mask="cmsis_lpuart_interrupt_transfer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dcp" name="dcp" brief="The DCP Example project is a demonstration program that uses the KSDK software implementseveral cryptography algorithms using the DCP software driver." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/evkmimxrt1010/driver_examples/dcp">
<external path="boards/evkmimxrt1010/driver_examples/dcp" type="xml">
<files mask="dcp.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_audio_generator_bm" name="dev_audio_generator_bm" brief="The USB Audio Generator application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a recording device and users can record the sound from this device via the "Sound Recorder" in the Windows Accessories." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_audio_generator/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_audio_generator/bm" type="xml">
<files mask="dev_audio_generator_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_audio_generator_freertos" name="dev_audio_generator_freertos" brief="The USB Audio Generator application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a recording device and users can record the sound from this device via the "Sound Recorder" in the Windows Accessories." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_audio_generator/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_audio_generator/freertos" type="xml">
<files mask="dev_audio_generator_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_audio_generator_lite_bm" name="dev_audio_generator_lite_bm" brief="The USB Audio Generator application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a recording device and users can record the sound from this device via the "Sound Recorder" in the Windows Accessories." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_audio_generator_lite/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_audio_generator_lite/bm" type="xml">
<files mask="dev_audio_generator_lite_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_audio_speaker_bm" name="dev_audio_speaker_bm" brief="The USB Audio Speaker application is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a playback device and users can play music using the device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_audio_speaker/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_audio_speaker/bm" type="xml">
<files mask="dev_audio_speaker_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_audio_speaker_freertos" name="dev_audio_speaker_freertos" brief="The USB Audio Speaker application is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a playback device and users can play music using the device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_audio_speaker/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_audio_speaker/freertos" type="xml">
<files mask="dev_audio_speaker_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_audio_speaker_lite_bm" name="dev_audio_speaker_lite_bm" brief="The USB Audio Speaker application is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a playback device and users can play music using the device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_audio_speaker_lite/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_audio_speaker_lite/bm" type="xml">
<files mask="dev_audio_speaker_lite_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_cdc_vcom_bm" name="dev_cdc_vcom_bm" brief="The Virtual COM project is enumerated as a COM port, which the users can open using terminal tools, such as TeraTerm. The demo echoes back any character it receives." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_cdc_vcom/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_cdc_vcom/bm" type="xml">
<files mask="dev_cdc_vcom_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_cdc_vcom_freertos" name="dev_cdc_vcom_freertos" brief="The Virtual COM project is enumerated as a COM port, which the users can open using terminal tools, such as TeraTerm. The demo echoes back any character it receives." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_cdc_vcom/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_cdc_vcom/freertos" type="xml">
<files mask="dev_cdc_vcom_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_cdc_vcom_lite_bm" name="dev_cdc_vcom_lite_bm" brief="The Virtual COM project enumerated as a COM port, which the users can open using terminal tools, such as TeraTerm. The demo echoes back any character it receives." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_cdc_vcom_lite/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_cdc_vcom_lite/bm" type="xml">
<files mask="dev_cdc_vcom_lite_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_composite_cdc_msc_bm" name="dev_composite_cdc_msc_bm" brief="The Composite CDC_MSC project is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a COM port and a RAM disk, which can be opened using terminal tools, such as TeraTerm. The demo echoes back any character it receives. The RAM disk can be formatted.." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_composite_cdc_msc/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_composite_cdc_msc/bm" type="xml">
<files mask="dev_composite_cdc_msc_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_composite_cdc_msc_freertos" name="dev_composite_cdc_msc_freertos" brief="The Composite CDC_MSC project is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a COM port and a RAM disk, which can be opened using terminal tools, such as TeraTerm. The demo echoes back any character it receives. The RAM disk can be formatted." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_composite_cdc_msc/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_composite_cdc_msc/freertos" type="xml">
<files mask="dev_composite_cdc_msc_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_composite_cdc_msc_lite_bm" name="dev_composite_cdc_msc_lite_bm" brief="The Composite CDC_MSC project is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a COM port and a RAM disk, which can be opened using terminal tools, such as TeraTerm. The demo echoes back any character it receives. The RAM disk can be formatted." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_composite_cdc_msc_lite/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_composite_cdc_msc_lite/bm" type="xml">
<files mask="dev_composite_cdc_msc_lite_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_composite_cdc_vcom_cdc_vcom_bm" name="dev_composite_cdc_vcom_cdc_vcom_bm" brief="The Composite CDC_VCOM_CDC_VCOM project is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as two COM port, which can be opened using terminal tools, such as TeraTerm. The demo echoes back any character it receives." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_composite_cdc_vcom_cdc_vcom/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_composite_cdc_vcom_cdc_vcom/bm" type="xml">
<files mask="dev_composite_cdc_vcom_cdc_vcom_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_composite_cdc_vcom_cdc_vcom_freertos" name="dev_composite_cdc_vcom_cdc_vcom_freertos" brief="The Composite CDC_VCOM_CDC_VCOM project is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as two COM port, which can be opened using terminal tools, such as TeraTerm. The demo echoes back any character it receives." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_composite_cdc_vcom_cdc_vcom/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_composite_cdc_vcom_cdc_vcom/freertos" type="xml">
<files mask="dev_composite_cdc_vcom_cdc_vcom_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_composite_cdc_vcom_cdc_vcom_lite_bm" name="dev_composite_cdc_vcom_cdc_vcom_lite_bm" brief="The Composite CDC_VCOM_CDC_VCOM project is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as two COM port, which can be opened using terminal tools, such as TeraTerm. The demo echoes back any character it receives." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_composite_cdc_vcom_cdc_vcom_lite/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_composite_cdc_vcom_cdc_vcom_lite/bm" type="xml">
<files mask="dev_composite_cdc_vcom_cdc_vcom_lite_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_composite_hid_audio_unified_bm" name="dev_composite_hid_audio_unified_bm" brief="The USB Composite device application is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a recording device. Users can record the sound from this device via the "Sound Recorder" in the Windows Accessories with an HID mouse device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_composite_hid_audio_unified/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_composite_hid_audio_unified/bm" type="xml">
<files mask="dev_composite_hid_audio_unified_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_composite_hid_audio_unified_freertos" name="dev_composite_hid_audio_unified_freertos" brief="The USB Composite device application is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a recording device. Users can record the sound from this device via the "Sound Recorder" in the Windows Accessories with an HID mouse device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_composite_hid_audio_unified/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_composite_hid_audio_unified/freertos" type="xml">
<files mask="dev_composite_hid_audio_unified_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_composite_hid_audio_unified_lite_bm" name="dev_composite_hid_audio_unified_lite_bm" brief="The USB Composite HID and Audio Unified application is a simple demonstration program based on the MCUXpresso SDK. It is enumerated as a playback and recording device. Users can record the sound from this device via the "Sound Recorder" in the Windows Accessories and play music with the device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_composite_hid_audio_unified_lite/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_composite_hid_audio_unified_lite/bm" type="xml">
<files mask="dev_composite_hid_audio_unified_lite_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_composite_hid_mouse_hid_keyboard_bm" name="dev_composite_hid_mouse_hid_keyboard_bm" brief="The application is a simple demonstration program based on the MCUXpresso SDK. The application is enumerated as HID-compliant mouse and keyboard devices." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_composite_hid_mouse_hid_keyboard/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_composite_hid_mouse_hid_keyboard/bm" type="xml">
<files mask="dev_composite_hid_mouse_hid_keyboard_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_composite_hid_mouse_hid_keyboard_freertos" name="dev_composite_hid_mouse_hid_keyboard_freertos" brief="The application is a simple demonstration program based on the MCUXpresso SDK. The application is enumerated as HID-compliant mouse and keyboard devices." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_composite_hid_mouse_hid_keyboard/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_composite_hid_mouse_hid_keyboard/freertos" type="xml">
<files mask="dev_composite_hid_mouse_hid_keyboard_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_composite_hid_mouse_hid_keyboard_lite_bm" name="dev_composite_hid_mouse_hid_keyboard_lite_bm" brief="The application is a simple demonstration program based on the MCUXpresso SDK. The application is enumerated as HID-compliant mouse and keyboard devices." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_composite_hid_mouse_hid_keyboard_lite/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_composite_hid_mouse_hid_keyboard_lite/bm" type="xml">
<files mask="dev_composite_hid_mouse_hid_keyboard_lite_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_hid_generic_bm" name="dev_hid_generic_bm" brief="The USB HID generic application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a HID-compliant device. A PC application can be used to exchange data with the device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_hid_generic/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_hid_generic/bm" type="xml">
<files mask="dev_hid_generic_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_hid_generic_freertos" name="dev_hid_generic_freertos" brief="The USB HID generic application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a HID-compliant device. A PC application can be used to exchange data with the device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_hid_generic/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_hid_generic/freertos" type="xml">
<files mask="dev_hid_generic_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_hid_generic_lite_bm" name="dev_hid_generic_lite_bm" brief="The USB HID generic application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a HID-compliant device. A PC application can be used to exchange data with the device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_hid_generic_lite/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_hid_generic_lite/bm" type="xml">
<files mask="dev_hid_generic_lite_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_hid_mouse_bm" name="dev_hid_mouse_bm" brief="The USB HID mouse application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a mouse. Users can see the mouse arrow moving on the PC screen according in a rectangular fashion." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_hid_mouse/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_hid_mouse/bm" type="xml">
<files mask="dev_hid_mouse_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_hid_mouse_freertos" name="dev_hid_mouse_freertos" brief="The USB HID mouse application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a mouse. Users can see the mouse arrow moving on the PC screen according in a rectangular fashion." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_hid_mouse/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_hid_mouse/freertos" type="xml">
<files mask="dev_hid_mouse_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_hid_mouse_lite_bm" name="dev_hid_mouse_lite_bm" brief="The USB HID mouse application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a mouse. Users can see the mouse arrow moving on the PC screen according in a rectangular fashion." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_hid_mouse_lite/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_hid_mouse_lite/bm" type="xml">
<files mask="dev_hid_mouse_lite_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_msc_ramdisk_bm" name="dev_msc_ramdisk_bm" brief="The USB MSC RAM disk application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a U-disk and can be read and written to as a normal U-disk ." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_msc_ramdisk/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_msc_ramdisk/bm" type="xml">
<files mask="dev_msc_ramdisk_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_msc_ramdisk_freertos" name="dev_msc_ramdisk_freertos" brief="The USB MSC RAM disk application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a U-disk and can be read and written to as a normal U-disk ." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_msc_ramdisk/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_msc_ramdisk/freertos" type="xml">
<files mask="dev_msc_ramdisk_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_msc_ramdisk_lite_bm" name="dev_msc_ramdisk_lite_bm" brief="The USB MSC RAM disk application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a U-disk and can be read and written to as a normal U-disk ." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_msc_ramdisk_lite/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_msc_ramdisk_lite/bm" type="xml">
<files mask="dev_msc_ramdisk_lite_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_phdc_weighscale_bm" name="dev_phdc_weighscale_bm" brief="The USB PHDC WeighScale application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a weight scale device and the HealthLink software is used to interact with thisdevice to simulate the personal weight scale data, such as body mass and body mass index." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_phdc_weighscale/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_phdc_weighscale/bm" type="xml">
<files mask="dev_phdc_weighscale_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_phdc_weighscale_freertos" name="dev_phdc_weighscale_freertos" brief="The USB PHDC WeighScale application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a weight scale device and the HealthLink software is used to interact with thisdevice to simulate the personal weight scale data, such as body mass and body mass index." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_phdc_weighscale/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_phdc_weighscale/freertos" type="xml">
<files mask="dev_phdc_weighscale_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_phdc_weighscale_lite_bm" name="dev_phdc_weighscale_lite_bm" brief="The USB PHDC WeighScale application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a weight scale device and the HealthLink software is used to interact with thisdevice to simulate the personal weight scale data, such as body mass and body mass index." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_phdc_weighscale_lite/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_phdc_weighscale_lite/bm" type="xml">
<files mask="dev_phdc_weighscale_lite_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_printer_virtual_plain_text_bm" name="dev_printer_virtual_plain_text_bm" brief="The USB virtual printer application is a simple application to demonstrate a virtual printer functionality.Because there is no printer language parsing, the received raw data is output directly in the debug console.As a result, only plain text is suitable for testing. For other printer language support, such as postscript, implement the corresponding parser." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_printer_virtual_plain_text/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_printer_virtual_plain_text/bm" type="xml">
<files mask="dev_printer_virtual_plain_text_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_printer_virtual_plain_text_freertos" name="dev_printer_virtual_plain_text_freertos" brief="The USB virtual printer application is a simple application to demonstrate a virtual printer functionality.Because there is no printer language parsing, the received raw data is output directly in the debug console.As a result, only plain text is suitable for testing. For other printer language support, such as postscript, implement the corresponding parser." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_printer_virtual_plain_text/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_printer_virtual_plain_text/freertos" type="xml">
<files mask="dev_printer_virtual_plain_text_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_printer_virtual_plain_text_lite_bm" name="dev_printer_virtual_plain_text_lite_bm" brief="The USB virtual printer application is a simple application to demonstrate a virtual printer functionality.Because there is no printer language parsing, the received raw data is output directly in the debug console.As a result, only plain text is suitable for testing. For other printer language support, such as postscript, implement the corresponding parser." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_printer_virtual_plain_text_lite/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_printer_virtual_plain_text_lite/bm" type="xml">
<files mask="dev_printer_virtual_plain_text_lite_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_suspend_resume_hid_mouse_bm" name="dev_suspend_resume_hid_mouse_bm" brief="the application is enumerated as a mouse. When host releases the USB Bus, the device will enter into low power mode. The device can be waked up when resume signal is detected on the bus. Or the device can remote wake-up the host by delivering the resume signal when the remote wake-up is enabled by the host." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_suspend_resume_device_hid_mouse/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_suspend_resume_device_hid_mouse/bm" type="xml">
<files mask="dev_suspend_resume_hid_mouse_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_suspend_resume_hid_mouse_freertos" name="dev_suspend_resume_hid_mouse_freertos" brief="the application is enumerated as a mouse. When host releases the USB Bus, the device will enter into low power mode. The device can be waked up when resume signal is detected on the bus. Or the device can remote wake-up the host by delivering the resume signal when the remote wake-up is enabled by the host." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_suspend_resume_device_hid_mouse/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_suspend_resume_device_hid_mouse/freertos" type="xml">
<files mask="dev_suspend_resume_hid_mouse_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_suspend_resume_hid_mouse_lite_bm" name="dev_suspend_resume_hid_mouse_lite_bm" brief="the application is enumerated as a mouse. When host releases the USB Bus, the device will enter into low power mode. The device can be waked up when resume signal is detected on the bus. Or the device can remote wake-up the host by delivering the resume signal when the remote wake-up is enabled by the host." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_suspend_resume_device_hid_mouse_lite/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_suspend_resume_device_hid_mouse_lite/bm" type="xml">
<files mask="dev_suspend_resume_hid_mouse_lite_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_video_virtual_camera_bm" name="dev_video_virtual_camera_bm" brief="The USB video virtual camera application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a camera and users can see the video of the device by using a PC test tool." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_video_virtual_camera/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_video_virtual_camera/bm" type="xml">
<files mask="dev_video_virtual_camera_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_video_virtual_camera_freertos" name="dev_video_virtual_camera_freertos" brief="The USB video virtual camera application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a camera and users can see the video of the device by using a PC test tool." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_video_virtual_camera/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_video_virtual_camera/freertos" type="xml">
<files mask="dev_video_virtual_camera_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_dev_video_virtual_camera_lite_bm" name="dev_video_virtual_camera_lite_bm" brief="The USB video virtual camera application is a simple demonstration program based on the MCUXpresso SDK.It is enumerated as a camera and users can see the video of the device by using a PC test tool." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_device_video_virtual_camera_lite/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_device_video_virtual_camera_lite/bm" type="xml">
<files mask="dev_video_virtual_camera_lite_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_ecompass" name="ecompass" brief="The E-Compass demo application demonstrates the use of the FXOS8700 sensor. The tilt-compensated algorithm calculatesall three angles (pitch, roll, and yaw or compass heading)." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/evkmimxrt1010/demo_apps/ecompass">
<external path="boards/evkmimxrt1010/demo_apps/ecompass" type="xml">
<files mask="ecompass.xml"/>
</external>
</example>
<example id="evkmimxrt1010_edma_memory_to_memory" name="edma_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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/evkmimxrt1010/driver_examples/edma/memory_to_memory">
<external path="boards/evkmimxrt1010/driver_examples/edma/memory_to_memory" type="xml">
<files mask="edma_memory_to_memory.xml"/>
</external>
</example>
<example id="evkmimxrt1010_edma_scatter_gather" name="edma_scatter_gather" 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/edma" path="boards/evkmimxrt1010/driver_examples/edma/scatter_gather">
<external path="boards/evkmimxrt1010/driver_examples/edma/scatter_gather" type="xml">
<files mask="edma_scatter_gather.xml"/>
</external>
</example>
<example id="evkmimxrt1010_emwin_gui_demo" name="emwin_gui_demo" brief="The example demonstrates graphical widgets of the emWin library." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="emwin_examples" path="boards/evkmimxrt1010/emwin_examples/emwin_gui_demo">
<external path="boards/evkmimxrt1010/emwin_examples/emwin_gui_demo" type="xml">
<files mask="emwin_gui_demo.xml"/>
</external>
</example>
<example id="evkmimxrt1010_emwin_serial_terminal" name="emwin_serial_terminal" brief="The serial_terminal demo shows how to use emWin library to render text. Connect using serial terminal application to debug console and type text.Please note that this example does not make use of receive buffer thus this example cannot handle larger amout of text pasted to the terminal at a time." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="emwin_examples" path="boards/evkmimxrt1010/emwin_examples/emwin_serial_terminal">
<external path="boards/evkmimxrt1010/emwin_examples/emwin_serial_terminal" type="xml">
<files mask="emwin_serial_terminal.xml"/>
</external>
</example>
<example id="evkmimxrt1010_ewm" name="ewm" brief="The EWM Example project is to demonstrate usage of the KSDK EWM driver.In the example, EWM counter is continuously refreshed until button is pressed.Once the button is pressed, EWM counter will expire and interrupt will be generated.After the first pressing, another interrupt can be triggered by pressing button again." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/evkmimxrt1010/driver_examples/ewm">
<external path="boards/evkmimxrt1010/driver_examples/ewm" type="xml">
<files mask="ewm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flashloader" name="flashloader" brief="The flashloader is a bootloader that executes from target RAM memory on the platform. The bootloader is a configurable flash programming utility that operates over a serial connection on MCU devices. It enables quick and easy programming of MCU devices through the entire product life cycle, including application development, final product manufacturing, and more.Host-side command line and GUI tools are available to communicate with the bootloader. Users can utilize host tools to upload and/or download application code via the bootloader." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="bootloader_examples" path="boards/evkmimxrt1010/bootloader_examples/flashloader">
<external path="boards/evkmimxrt1010/bootloader_examples/flashloader" type="xml">
<files mask="flashloader.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flexio_i2c_interrupt_lpi2c_transfer" name="flexio_i2c_interrupt_lpi2c_transfer" brief="The flexio_lpi2c_interrupt example shows how to use flexio i2c master driver in interrupt way:In this example, a flexio simulated i2c master connect to a LPI2C slave" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmimxrt1010/driver_examples/flexio/i2c/interrupt_lpi2c_transfer">
<external path="boards/evkmimxrt1010/driver_examples/flexio/i2c/interrupt_lpi2c_transfer" type="xml">
<files mask="flexio_i2c_interrupt_lpi2c_transfer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flexio_i2c_read_accel_value_transfer" name="flexio_i2c_read_accel_value_transfer" brief="The flexio_i2c_read_accel_value example shows how to use FLEXIO I2C Master driver to communicate with an i2c device: 1. How to use the flexio i2c master driver to read a i2c device who_am_I register. 2. How to use the flexio i2c master driver to write/read the device registers.In this example, the values of three-axis accelerometer print to the serial terminal on PC throughthe virtual serial port on board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmimxrt1010/driver_examples/flexio/i2c/read_accel_value_transfer">
<external path="boards/evkmimxrt1010/driver_examples/flexio/i2c/read_accel_value_transfer" type="xml">
<files mask="flexio_i2c_read_accel_value_transfer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flexio_i2s_edma_transfer" name="flexio_i2s_edma_transfer" brief="The flexio_i2s_EDMA example shows how to use flexio_i2s driver with EDMA:In this example, flexio acts as I2S module to record data from line-in line and playbacks the recorded data at the same time using EDMA." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmimxrt1010/driver_examples/flexio/i2s/edma_transfer">
<external path="boards/evkmimxrt1010/driver_examples/flexio/i2s/edma_transfer" type="xml">
<files mask="flexio_i2s_edma_transfer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flexio_i2s_interrupt_transfer" name="flexio_i2s_interrupt_transfer" brief="The flexio_i2s_interrupt example shows how to use flexio_i2s driver with interrupt:In this example, flexio acts as I2S module to record data from line-in line and playbacks the recorded data at the same time using interrupt." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmimxrt1010/driver_examples/flexio/i2s/interrupt_transfer">
<external path="boards/evkmimxrt1010/driver_examples/flexio/i2s/interrupt_transfer" type="xml">
<files mask="flexio_i2s_interrupt_transfer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flexio_pwm" name="flexio_pwm" brief="This demo describes how to use SDK drivers to implement the PWM feature by FLEXIO IP module. It outputs the PWM singal with fixed frequency defined by "DEMO_FLEXIO_FREQUENCY" in source code and dynamic duty from 99 to 1 to one of the FLEXIO pin." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmimxrt1010/driver_examples/flexio/pwm">
<external path="boards/evkmimxrt1010/driver_examples/flexio/pwm" type="xml">
<files mask="flexio_pwm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flexio_spi_edma_lpspi_transfer_master" name="flexio_spi_edma_lpspi_transfer_master" brief="The flexio_spi_master_edma_lpspi_slave example shows how to use flexio spi master driver in edma way:In this example, a flexio simulated master connect to a lpspi slave ." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmimxrt1010/driver_examples/flexio/spi/edma_lpspi_transfer/master">
<external path="boards/evkmimxrt1010/driver_examples/flexio/spi/edma_lpspi_transfer/master" type="xml">
<files mask="flexio_spi_edma_lpspi_transfer_master.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flexio_spi_edma_lpspi_transfer_slave" name="flexio_spi_edma_lpspi_transfer_slave" brief="The flexio_spi_slave_edma_lpspi_master example shows how to use flexio spi slave driver in edma way:In this example, a flexio simulated slave connect to a lpspi master." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmimxrt1010/driver_examples/flexio/spi/edma_lpspi_transfer/slave">
<external path="boards/evkmimxrt1010/driver_examples/flexio/spi/edma_lpspi_transfer/slave" type="xml">
<files mask="flexio_spi_edma_lpspi_transfer_slave.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flexio_spi_int_lpspi_transfer_master" name="flexio_spi_int_lpspi_transfer_master" brief="The flexio_spi_master_interrupt_lpspi_slave example shows how to use flexio spi master driver in interrupt way. In this example, a flexio simulated master connect to a lpspi slave ." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmimxrt1010/driver_examples/flexio/spi/int_lpspi_transfer/master">
<external path="boards/evkmimxrt1010/driver_examples/flexio/spi/int_lpspi_transfer/master" type="xml">
<files mask="flexio_spi_int_lpspi_transfer_master.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flexio_spi_int_lpspi_transfer_slave" name="flexio_spi_int_lpspi_transfer_slave" brief="The flexio_spi_slave_interrupt_lpspi_master example shows how to use flexio spi slave driver in interrupt way. In this example, a flexio simulated slave connect to a lpspi master." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmimxrt1010/driver_examples/flexio/spi/int_lpspi_transfer/slave">
<external path="boards/evkmimxrt1010/driver_examples/flexio/spi/int_lpspi_transfer/slave" type="xml">
<files mask="flexio_spi_int_lpspi_transfer_slave.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flexio_uart_edma_transfer" name="flexio_uart_edma_transfer" brief="The flexio_uart_edma example shows how to use flexio uart driver in edma way:In this example, a flexio simulated uart connect to PC through USB-Serial, the board will send back all charactersthat PC send to the board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmimxrt1010/driver_examples/flexio/uart/edma_transfer">
<external path="boards/evkmimxrt1010/driver_examples/flexio/uart/edma_transfer" type="xml">
<files mask="flexio_uart_edma_transfer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flexio_uart_int_rb_transfer" name="flexio_uart_int_rb_transfer" brief="The flexio_uart_interrupt_ring_buffer example shows how to use flexio uart driver in interrupt way withRX ring buffer enabled:In this example, a flexio simulated uart connect to PC through USB-Serial, 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmimxrt1010/driver_examples/flexio/uart/int_rb_transfer">
<external path="boards/evkmimxrt1010/driver_examples/flexio/uart/int_rb_transfer" type="xml">
<files mask="flexio_uart_int_rb_transfer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flexio_uart_interrupt_transfer" name="flexio_uart_interrupt_transfer" brief="The flexio_uart_interrupt example shows how to use flexio uart driver in interrupt way:In this example, a flexio simulated uart connect to PC through USB-Serial, the board will send back all charactersthat PC send to the board. Note: two queued transfer in this example, so please input even number characters." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmimxrt1010/driver_examples/flexio/uart/interrupt_transfer">
<external path="boards/evkmimxrt1010/driver_examples/flexio/uart/interrupt_transfer" type="xml">
<files mask="flexio_uart_interrupt_transfer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flexio_uart_polling_transfer" name="flexio_uart_polling_transfer" brief="The flexio_uart_polling example shows how to use flexio uart driver in polling way:In this example, a flexio simulated uart connect to PC through USB-Serial, the board will send backall characters that PC send to the board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexio" path="boards/evkmimxrt1010/driver_examples/flexio/uart/polling_transfer">
<external path="boards/evkmimxrt1010/driver_examples/flexio/uart/polling_transfer" type="xml">
<files mask="flexio_uart_polling_transfer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flexram_magic_address" name="flexram_magic_address" brief="The FLEXRAM project is a simple demonstration program of the SDK FLEXRAM driver. It allocate the on-chip ram and then access the OCRAM to demo magic address and access error interrupt." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/magic_address" path="boards/evkmimxrt1010/driver_examples/flexram/magic_address">
<external path="boards/evkmimxrt1010/driver_examples/flexram/magic_address" type="xml">
<files mask="flexram_magic_address.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flexram_ram_access" name="flexram_ram_access" brief="The FLEXRAM project is a simple demonstration program of the SDK FLEXRAM driver. It allocate the on-chip ram and then access the OCRAM to demo magic address and access error interrupt." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexram" path="boards/evkmimxrt1010/driver_examples/flexram/ram_access">
<external path="boards/evkmimxrt1010/driver_examples/flexram/ram_access" type="xml">
<files mask="flexram_ram_access.xml"/>
</external>
</example>
<example id="evkmimxrt1010_flexspi_nor_polling_transfer" name="flexspi_nor_polling_transfer" brief="The flexspi_nor_polling_transfer example shows how to use flexspi driver with polling:In this example, flexspi will send data and operate the external Nor flash connected with FLEXSPI. Some simple flash command willbe executed, such as Write Enable, Erase sector, Program page.Example will first erase the sector and program a page into the flash, at last check if the data in flash is correct." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/flexspi" path="boards/evkmimxrt1010/driver_examples/flexspi/nor/polling_transfer">
<external path="boards/evkmimxrt1010/driver_examples/flexspi/nor/polling_transfer" type="xml">
<files mask="flexspi_nor_polling_transfer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_fmstr_example_pdbdm" name="fmstr_example_pdbdm" brief="The example application demonstrating use of FreeMASTER tool to visualize internal variables and control the application flow by modifying variables. The application also show use of advanced FreeMASTER features like TSA tables and Pipes." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="FreeMASTER_examples" path="boards/evkmimxrt1010/freemaster_examples/fmstr_pdbdm">
<external path="boards/evkmimxrt1010/freemaster_examples/fmstr_pdbdm" type="xml">
<files mask="fmstr_example_pdbdm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_fmstr_example_uart" name="fmstr_example_uart" brief="The example application demonstrating use of FreeMASTER tool to visualize internal variables and control the application flow by modifying variables. The application also show use of advanced FreeMASTER features like TSA tables and Pipes." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="FreeMASTER_examples" path="boards/evkmimxrt1010/freemaster_examples/fmstr_uart">
<external path="boards/evkmimxrt1010/freemaster_examples/fmstr_uart" type="xml">
<files mask="fmstr_example_uart.xml"/>
</external>
</example>
<example id="evkmimxrt1010_fmstr_example_usb_cdc" name="fmstr_example_usb_cdc" brief="The example application demonstrating use of FreeMASTER tool to visualize internal variables and control the application flow by modifying variables. The application also show use of advanced FreeMASTER features like TSA tables and Pipes." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="FreeMASTER_examples" path="boards/evkmimxrt1010/freemaster_examples/fmstr_usb_cdc">
<external path="boards/evkmimxrt1010/freemaster_examples/fmstr_usb_cdc" type="xml">
<files mask="fmstr_example_usb_cdc.xml"/>
</external>
</example>
<example id="evkmimxrt1010_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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmimxrt1010/rtos_examples/freertos_event">
<external path="boards/evkmimxrt1010/rtos_examples/freertos_event" type="xml">
<files mask="freertos_event.xml"/>
</external>
</example>
<example id="evkmimxrt1010_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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmimxrt1010/rtos_examples/freertos_generic">
<external path="boards/evkmimxrt1010/rtos_examples/freertos_generic" type="xml">
<files mask="freertos_generic.xml"/>
</external>
</example>
<example id="evkmimxrt1010_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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmimxrt1010/rtos_examples/freertos_hello">
<external path="boards/evkmimxrt1010/rtos_examples/freertos_hello" type="xml">
<files mask="freertos_hello.xml"/>
</external>
</example>
<example id="evkmimxrt1010_freertos_lpuart" name="freertos_lpuart" brief="The LPUART example for FreeRTOS demonstrates the possibility to use the LPUART driver in the RTOS.The example uses single instance of LPUART IP and writes string into, then reads back chars.After every 4B received, these are sent back on LPUART." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmimxrt1010/rtos_examples/freertos_lpuart">
<external path="boards/evkmimxrt1010/rtos_examples/freertos_lpuart" type="xml">
<files mask="freertos_lpuart.xml"/>
</external>
</example>
<example id="evkmimxrt1010_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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmimxrt1010/rtos_examples/freertos_mutex">
<external path="boards/evkmimxrt1010/rtos_examples/freertos_mutex" type="xml">
<files mask="freertos_mutex.xml"/>
</external>
</example>
<example id="evkmimxrt1010_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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmimxrt1010/rtos_examples/freertos_queue">
<external path="boards/evkmimxrt1010/rtos_examples/freertos_queue" type="xml">
<files mask="freertos_queue.xml"/>
</external>
</example>
<example id="evkmimxrt1010_freertos_segger_sysview" name="freertos_segger_sysview" brief="Segger Sysview demo shows the basic capabilities of Segger System Viewer tool.Required software: - J-Link Software and Documentation Pack - SystemView - Real-time analysis and visualization - J-Link OpenSDA - Board-Specific Firmwarescan be downloaded from https://www.segger.com/downloads/jlinkDemo requires JLink connected. The JLink can be external probe or on board SDA debugger.In case of SDA debugger you have to change firmware to J-Link OpenSDA by holding board RESET button while power up board. The board is then detected as USB mass storage device and it's required to copy the .bin firmware to the device. When it's done you have to reset the board once more." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples/visualization" path="boards/evkmimxrt1010/rtos_examples/visualization/freertos_segger_sysview">
<external path="boards/evkmimxrt1010/rtos_examples/visualization/freertos_segger_sysview" type="xml">
<files mask="freertos_segger_sysview.xml"/>
</external>
</example>
<example id="evkmimxrt1010_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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmimxrt1010/rtos_examples/freertos_sem">
<external path="boards/evkmimxrt1010/rtos_examples/freertos_sem" type="xml">
<files mask="freertos_sem.xml"/>
</external>
</example>
<example id="evkmimxrt1010_freertos_sem_static" name="freertos_sem_static" 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmimxrt1010/rtos_examples/freertos_sem_static">
<external path="boards/evkmimxrt1010/rtos_examples/freertos_sem_static" type="xml">
<files mask="freertos_sem_static.xml"/>
</external>
</example>
<example id="evkmimxrt1010_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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmimxrt1010/rtos_examples/freertos_swtimer">
<external path="boards/evkmimxrt1010/rtos_examples/freertos_swtimer" type="xml">
<files mask="freertos_swtimer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="rtos_examples" path="boards/evkmimxrt1010/rtos_examples/freertos_tickless">
<external path="boards/evkmimxrt1010/rtos_examples/freertos_tickless" type="xml">
<files mask="freertos_tickless.xml"/>
</external>
</example>
<example id="evkmimxrt1010_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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/gpt" path="boards/evkmimxrt1010/driver_examples/gpt/timer">
<external path="boards/evkmimxrt1010/driver_examples/gpt/timer" type="xml">
<files mask="gpt_timer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/evkmimxrt1010/demo_apps/hello_world">
<external path="boards/evkmimxrt1010/demo_apps/hello_world" type="xml">
<files mask="hello_world.xml"/>
</external>
</example>
<example id="evkmimxrt1010_hello_world_virtual_com" name="hello_world_virtual_com" 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/evkmimxrt1010/demo_apps/hello_world_virtual_com">
<external path="boards/evkmimxrt1010/demo_apps/hello_world_virtual_com" type="xml">
<files mask="hello_world_virtual_com.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_audio_speaker_bm" name="host_audio_speaker_bm" brief="The Host Audio example supports the audio speaker device. @n The application prints the audio speaker information when the USB speaker device is attached." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_audio_speaker/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_audio_speaker/bm" type="xml">
<files mask="host_audio_speaker_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_audio_speaker_freertos" name="host_audio_speaker_freertos" brief="The Host Audio example supports the audio speaker device. @n The application prints the audio speaker information when the USB speaker device is attached." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_audio_speaker/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_audio_speaker/freertos" type="xml">
<files mask="host_audio_speaker_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_cdc_bm" name="host_cdc_bm" brief="The host CDC project is a simple demonstration program based on the MCUXpresso SDK. It enumerates a COM port and echoes back the data from the UART." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_cdc/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_cdc/bm" type="xml">
<files mask="host_cdc_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_cdc_freertos" name="host_cdc_freertos" brief="The host CDC project is a simple demonstration program based on the MCUXpresso SDK. It enumerates a COM port and echoes back the data from the UART ." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_cdc/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_cdc/freertos" type="xml">
<files mask="host_cdc_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_hid_generic_bm" name="host_hid_generic_bm" brief="This application implements a simple HID interrupt in-and-out endpoint bi-directional communication.The application sends one test string to the device. The device receives and sends back the string. The application receives the string and prints it." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_hid_generic/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_hid_generic/bm" type="xml">
<files mask="host_hid_generic_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_hid_generic_freertos" name="host_hid_generic_freertos" brief="This application implements a simple HID interrupt in-and-out endpoint bi-directional communication.The application sends one test string to the device. The device receives and sends back the string. The application receives the string and prints it." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_hid_generic/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_hid_generic/freertos" type="xml">
<files mask="host_hid_generic_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_hid_mouse_bm" name="host_hid_mouse_bm" brief="The application supports the mouse device. It prints the mouse operation when the mouse device is attached." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_hid_mouse/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_hid_mouse/bm" type="xml">
<files mask="host_hid_mouse_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_hid_mouse_freertos" name="host_hid_mouse_freertos" brief="The application supports the mouse device. It prints the mouse operation when the mouse device is attached." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_hid_mouse/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_hid_mouse/freertos" type="xml">
<files mask="host_hid_mouse_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_hid_mouse_keyboard_bm" name="host_hid_mouse_keyboard_bm" brief="This example supports the mouse device and the keyboard device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_hid_mouse_keyboard/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_hid_mouse_keyboard/bm" type="xml">
<files mask="host_hid_mouse_keyboard_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_hid_mouse_keyboard_freertos" name="host_hid_mouse_keyboard_freertos" brief="This example supports the mouse device and the keyboard device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_hid_mouse_keyboard/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_hid_mouse_keyboard/freertos" type="xml">
<files mask="host_hid_mouse_keyboard_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_msd_command_bm" name="host_msd_command_bm" brief="This Host MSD example supports the UFI and SCSI U-disk device. The application prints the attached device information when the U-disk device is attached.The application executes UFI commands to test the attached device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_msd_command/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_msd_command/bm" type="xml">
<files mask="host_msd_command_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_msd_command_freertos" name="host_msd_command_freertos" brief="This Host MSD example supports the UFI and SCSI U-disk device. The application prints the attached device information when the U-disk device is attached.The application executes UFI commands to test the attached device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_msd_command/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_msd_command/freertos" type="xml">
<files mask="host_msd_command_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_msd_fatfs_bm" name="host_msd_fatfs_bm" brief="This Host FatFs example supports UFI and SCSI U-disk device. The application prints the attached device information when U-disk device is attached.The application executes some FatFs APIs to test the attached device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_msd_fatfs/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_msd_fatfs/bm" type="xml">
<files mask="host_msd_fatfs_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_msd_fatfs_freertos" name="host_msd_fatfs_freertos" brief="This Host FatFs example supports UFI and SCSI U-disk device. The application prints the attached device information when U-disk device is attached.The application executes some FatFs APIs to test the attached device." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_msd_fatfs/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_msd_fatfs/freertos" type="xml">
<files mask="host_msd_fatfs_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_phdc_manager_bm" name="host_phdc_manager_bm" brief="The Host PHDC Manager Example is a simple demonstration program based on the MCUXpresso SDK.The application supports the USB weight scale device. It prints out the body mass and body mass index information when the USB weight scale device is attached." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_phdc_manager/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_phdc_manager/bm" type="xml">
<files mask="host_phdc_manager_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_phdc_manager_freertos" name="host_phdc_manager_freertos" brief="The Host PHDC Manager Example is a simple demonstration program based on the MCUXpresso SDK.The application supports the USB weight scale device. It prints out the body mass and body mass index information when the USB weight scale device is attached." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_phdc_manager/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_phdc_manager/freertos" type="xml">
<files mask="host_phdc_manager_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_printer_plain_text_bm" name="host_printer_plain_text_bm" brief="The host printer example demonstrates how to get the status of the printer deviceand how to print a certain test string." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_printer_plain_text/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_printer_plain_text/bm" type="xml">
<files mask="host_printer_plain_text_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_printer_plain_text_freertos" name="host_printer_plain_text_freertos" brief="The host printer example demonstrates how to get the status of the printer deviceand how to print a certain test string.." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_host_printer_plain_text/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_host_printer_plain_text/freertos" type="xml">
<files mask="host_printer_plain_text_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_suspend_resume_hid_mouse_bm" name="host_suspend_resume_hid_mouse_bm" brief="This is one example support suspend/resume." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_suspend_resume_host_hid_mouse/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_suspend_resume_host_hid_mouse/bm" type="xml">
<files mask="host_suspend_resume_hid_mouse_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_host_suspend_resume_hid_mouse_freertos" name="host_suspend_resume_hid_mouse_freertos" brief="This is one example support suspend/resume." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_suspend_resume_host_hid_mouse/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_suspend_resume_host_hid_mouse/freertos" type="xml">
<files mask="host_suspend_resume_hid_mouse_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_igpio_input_interrupt" name="igpio_input_interrupt" 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 registers for each GPIO pin output register. " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/gpio" path="boards/evkmimxrt1010/driver_examples/gpio/input_interrupt">
<external path="boards/evkmimxrt1010/driver_examples/gpio/input_interrupt" type="xml">
<files mask="igpio_input_interrupt.xml"/>
</external>
</example>
<example id="evkmimxrt1010_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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/gpio" path="boards/evkmimxrt1010/driver_examples/gpio/led_output">
<external path="boards/evkmimxrt1010/driver_examples/gpio/led_output" type="xml">
<files mask="igpio_led_output.xml"/>
</external>
</example>
<example id="evkmimxrt1010_iled_blinky" name="iled_blinky" brief="The LED Blinky demo application provides a sanity check for the new SDK build environments and board bring up. The LED Blinky demo uses the systick interrupt to realize the function of timing delay. The example takes turns to shine the LED. The purpose of this demo is to provide a simple project for debugging and further development." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/evkmimxrt1010/demo_apps/led_blinky">
<external path="boards/evkmimxrt1010/demo_apps/led_blinky" type="xml">
<files mask="iled_blinky.xml"/>
</external>
</example>
<example id="evkmimxrt1010_kpp" name="kpp" brief="The KPP Example project is a demonstration program that uses the KSDK software to manipulate the Keypad MATRIX.The example is use the continuous column and rows as 4*4 or 8*8 matrix to show the example." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/evkmimxrt1010/driver_examples/kpp">
<external path="boards/evkmimxrt1010/driver_examples/kpp" type="xml">
<files mask="kpp.xml"/>
</external>
</example>
<example id="evkmimxrt1010_littlevgl_demo_widgets" name="littlevgl_demo_widgets" brief="A demo application to show littlevgl widgets." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="littlevgl_examples" path="boards/evkmimxrt1010/littlevgl_examples/littlevgl_demo_widgets">
<external path="boards/evkmimxrt1010/littlevgl_examples/littlevgl_demo_widgets" type="xml">
<files mask="littlevgl_demo_widgets.xml"/>
</external>
</example>
<example id="evkmimxrt1010_littlevgl_demo_widgets_bm" name="littlevgl_demo_widgets_bm" brief="A demo application to show littlevgl widgets." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="littlevgl_examples" path="boards/evkmimxrt1010/littlevgl_examples/littlevgl_demo_widgets_bm">
<external path="boards/evkmimxrt1010/littlevgl_examples/littlevgl_demo_widgets_bm" type="xml">
<files mask="littlevgl_demo_widgets_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpi2c_edma_b2b_transfer_master" name="lpi2c_edma_b2b_transfer_master" brief="The lpi2c_edma_b2b_transfer_master example shows how to use lpi2c driver as master to do board to board transfer with EDMA:In this example, one lpi2c instance as master and another lpi2c 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/evkmimxrt1010/driver_examples/lpi2c/edma_b2b_transfer/master">
<external path="boards/evkmimxrt1010/driver_examples/lpi2c/edma_b2b_transfer/master" type="xml">
<files mask="lpi2c_edma_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpi2c_edma_b2b_transfer_slave" name="lpi2c_edma_b2b_transfer_slave" brief="The lpi2c_edma_b2b_transfer_slave example shows how to use lpi2c driver as slave to do board to board transfer with a EDMA master:In this example, one lpi2c instance as slave and another lpi2c 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/evkmimxrt1010/driver_examples/lpi2c/edma_b2b_transfer/slave">
<external path="boards/evkmimxrt1010/driver_examples/lpi2c/edma_b2b_transfer/slave" type="xml">
<files mask="lpi2c_edma_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpi2c_interrupt_b2b_transfer_master" name="lpi2c_interrupt_b2b_transfer_master" brief="The lpi2c_interrupt_b2b_transfer_master example shows how to use lpi2c driver as master to do board to board transfer with interrupt:In this example, one lpi2c instance as master and another lpi2c 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/evkmimxrt1010/driver_examples/lpi2c/interrupt_b2b_transfer/master">
<external path="boards/evkmimxrt1010/driver_examples/lpi2c/interrupt_b2b_transfer/master" type="xml">
<files mask="lpi2c_interrupt_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpi2c_interrupt_b2b_transfer_slave" name="lpi2c_interrupt_b2b_transfer_slave" brief="The lpi2c_interrupt_b2b_transfer_slave example shows how to use lpi2c driver as slave to do board to board transfer with interrupt:In this example, one lpi2c instance as slave and another lpi2c 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/evkmimxrt1010/driver_examples/lpi2c/interrupt_b2b_transfer/slave">
<external path="boards/evkmimxrt1010/driver_examples/lpi2c/interrupt_b2b_transfer/slave" type="xml">
<files mask="lpi2c_interrupt_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpi2c_polling_b2b_master" name="lpi2c_polling_b2b_master" brief="The lpi2c_polling_b2b_master example shows how to use lpi2c driver as master to do board to board transfer using polling method:In this example, one lpi2c instance as master and another lpi2c 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/evkmimxrt1010/driver_examples/lpi2c/polling_b2b/master">
<external path="boards/evkmimxrt1010/driver_examples/lpi2c/polling_b2b/master" type="xml">
<files mask="lpi2c_polling_b2b_master.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpi2c_polling_b2b_slave" name="lpi2c_polling_b2b_slave" brief="The lpi2c_polling_b2b_slave example shows how to use lpi2c driver as slave to do board to board transfer with a polling master:In this example, one lpi2c instance as slave and another lpi2c 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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpi2c" path="boards/evkmimxrt1010/driver_examples/lpi2c/polling_b2b/slave">
<external path="boards/evkmimxrt1010/driver_examples/lpi2c/polling_b2b/slave" type="xml">
<files mask="lpi2c_polling_b2b_slave.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpspi_edma_b2b_transfer_master" name="lpspi_edma_b2b_transfer_master" brief="The lpspi_edma_b2b_transfer example shows how to use LPSPI driver in edma way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'lpspi_edma_b2b_transfer_master.c' includes the LPSPI master code.1. LPSPI master send/received data to/from LPSPI slave in edma . (LPSPI Slave using edma to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/evkmimxrt1010/driver_examples/lpspi/edma_b2b_transfer/master">
<external path="boards/evkmimxrt1010/driver_examples/lpspi/edma_b2b_transfer/master" type="xml">
<files mask="lpspi_edma_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpspi_edma_b2b_transfer_slave" name="lpspi_edma_b2b_transfer_slave" brief="The lpspi_edma_b2b_transfer example shows how to use LPSPI driver in edma way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'lpspi_edma_b2b_transfer_slave.c' includes the LPSPI slave code.1. LPSPI master send/received data to/from LPSPI slave in edma . (LPSPI Slave using edma to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/evkmimxrt1010/driver_examples/lpspi/edma_b2b_transfer/slave">
<external path="boards/evkmimxrt1010/driver_examples/lpspi/edma_b2b_transfer/slave" type="xml">
<files mask="lpspi_edma_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpspi_interrupt_b2b_master" name="lpspi_interrupt_b2b_master" brief="The lpspi_interrupt_b2b example shows how to use LPSPI driver in interrupt way:In this example , we need two boards , one board used as LPSPI master and another board used as LPSPI slave.The file 'lpspi_interrupt_b2b_master.c' includes the LPSPI master code.This example does not use the transactional API in LPSPI driver. It's a demonstration that how to use the interrupt in KSDK driver.1. LPSPI master send/received data to/from LPSPI slave in interrupt . (LPSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/evkmimxrt1010/driver_examples/lpspi/interrupt_b2b/master">
<external path="boards/evkmimxrt1010/driver_examples/lpspi/interrupt_b2b/master" type="xml">
<files mask="lpspi_interrupt_b2b_master.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpspi_interrupt_b2b_slave" name="lpspi_interrupt_b2b_slave" brief="The lpspi_interrupt_b2b example shows how to use LPSPI driver in interrupt way:In this example , we need two boards , one board used as LPSPI master and another board used as LPSPI slave.The file 'dspi_interrupt_b2b_slave.c' includes the LPSPI slave code.This example does not use the transactional API in LPSPI driver. It's a demonstration that how to use the interrupt in KSDK driver.1. LPSPI master send/received data to/from LPSPI slave in interrupt . (LPSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/evkmimxrt1010/driver_examples/lpspi/interrupt_b2b/slave">
<external path="boards/evkmimxrt1010/driver_examples/lpspi/interrupt_b2b/slave" type="xml">
<files mask="lpspi_interrupt_b2b_slave.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpspi_interrupt_b2b_transfer_master" name="lpspi_interrupt_b2b_transfer_master" brief="The lpspi_interrupt_b2b_transfer example shows how to use LPSPI driver in interrupt way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'lpspi_interrupt_b2b_transfer_master.c' includes the LPSPI master code.This example uses the transactional API in LPSPI driver.1. LPSPI master send/received data to/from LPSPI slave in interrupt . (LPSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/evkmimxrt1010/driver_examples/lpspi/interrupt_b2b_transfer/master">
<external path="boards/evkmimxrt1010/driver_examples/lpspi/interrupt_b2b_transfer/master" type="xml">
<files mask="lpspi_interrupt_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpspi_interrupt_b2b_transfer_slave" name="lpspi_interrupt_b2b_transfer_slave" brief="The lpspi_interrupt_b2b_transfer example shows how to use LPSPI driver in interrupt way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'lpspi_interrupt_b2b_transfer_slave.c' includes the LPSPI slave code.This example uses the transactional API in LPSPI driver.1. LPSPI master send/received data to/from LPSPI slave in interrupt . (LPSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/evkmimxrt1010/driver_examples/lpspi/interrupt_b2b_transfer/slave">
<external path="boards/evkmimxrt1010/driver_examples/lpspi/interrupt_b2b_transfer/slave" type="xml">
<files mask="lpspi_interrupt_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpspi_polling_b2b_transfer_master" name="lpspi_polling_b2b_transfer_master" brief="The lpspi_polling_b2b_transfer example shows how to use LPSPI driver in polling way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'lpspi_polling_b2b_transfer_master.c' includes the LPSPI master code.1. LPSPI master send/received data to/from LPSPI slave in polling . (LPSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/evkmimxrt1010/driver_examples/lpspi/polling_b2b_transfer/master">
<external path="boards/evkmimxrt1010/driver_examples/lpspi/polling_b2b_transfer/master" type="xml">
<files mask="lpspi_polling_b2b_transfer_master.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpspi_polling_b2b_transfer_slave" name="lpspi_polling_b2b_transfer_slave" brief="The lpspi_polling_b2b_transfer example shows how to use LPSPI driver in polling way:In this example , we need two boards, one board used as LPSPI master and another board used as LPSPI slave.The file 'lpspi_polling_b2b_transfer_slave.c' includes the LPSPI slave code.1. LPSPI master send/received data to/from LPSPI slave in polling . (LPSPI Slave using interrupt to receive/send the data)" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpspi" path="boards/evkmimxrt1010/driver_examples/lpspi/polling_b2b_transfer/slave">
<external path="boards/evkmimxrt1010/driver_examples/lpspi/polling_b2b_transfer/slave" type="xml">
<files mask="lpspi_polling_b2b_transfer_slave.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpuart_edma_transfer" name="lpuart_edma_transfer" brief="The lpuart_edma Example project is to demonstrate usage of the KSDK lpuart driver.In the example, you can send characters to the console back and they will be printed out onto console in a group of 8 characters." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/evkmimxrt1010/driver_examples/lpuart/edma_transfer">
<external path="boards/evkmimxrt1010/driver_examples/lpuart/edma_transfer" type="xml">
<files mask="lpuart_edma_transfer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpuart_interrupt" name="lpuart_interrupt" brief="The lpuart_functioncal_interrupt example shows how to use lpuart driver functionalAPI to receive data with interrupt method:In this example, one lpuart instance connect to PC, the board willsend back all characters that PC send to the board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/evkmimxrt1010/driver_examples/lpuart/interrupt">
<external path="boards/evkmimxrt1010/driver_examples/lpuart/interrupt" type="xml">
<files mask="lpuart_interrupt.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpuart_interrupt_rb_transfer" name="lpuart_interrupt_rb_transfer" brief="The lpuart_interrupt_ring_buffer Example project is to demonstrate usage of the KSDK lpuart driver.In the example, you can send characters to the console back and they will be printed out onto console in a group of 8 characters." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/evkmimxrt1010/driver_examples/lpuart/interrupt_rb_transfer">
<external path="boards/evkmimxrt1010/driver_examples/lpuart/interrupt_rb_transfer" type="xml">
<files mask="lpuart_interrupt_rb_transfer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpuart_interrupt_transfer" name="lpuart_interrupt_transfer" brief="The lpuart_interrupt Example project is to demonstrate usage of the KSDK lpuart driver.In the example, you can send characters to the console back and they will be printed out onto console in a group of 8 characters." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/evkmimxrt1010/driver_examples/lpuart/interrupt_transfer">
<external path="boards/evkmimxrt1010/driver_examples/lpuart/interrupt_transfer" type="xml">
<files mask="lpuart_interrupt_transfer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpuart_interrupt_transfer_seven_bits" name="lpuart_interrupt_transfer_seven_bits" brief="The lpuart_interrupt_transfer_seven_bits Example project is to demonstrate usage of the KSDK lpuart driver with seven data bits feature enabled.In the example, you can send characters to the console back and they will be printed out onto console in a group of 8 characters.NOTE: Please set com port format to "7 data bits without parity bit" in PC's com port tool" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/evkmimxrt1010/driver_examples/lpuart/interrupt_transfer_seven_bits">
<external path="boards/evkmimxrt1010/driver_examples/lpuart/interrupt_transfer_seven_bits" type="xml">
<files mask="lpuart_interrupt_transfer_seven_bits.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpuart_polling" name="lpuart_polling" brief="The lpuart_polling Example project is to demonstrate usage of the KSDK lpuart driver.In the example, you can send characters to the console back and they will be printed out onto console instantly." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/evkmimxrt1010/driver_examples/lpuart/polling">
<external path="boards/evkmimxrt1010/driver_examples/lpuart/polling" type="xml">
<files mask="lpuart_polling.xml"/>
</external>
</example>
<example id="evkmimxrt1010_lpuart_polling_seven_bits" name="lpuart_polling_seven_bits" brief="The lpuart_polling_seven_bits Example project is to demonstrate usage of the KSDK lpuart driver with seven data bits feature enabled.In the example, you can send characters to the console back and they will be printed out onto console instantly.NOTE: Please set com port format to "7 data bits without parity bit" in PC's com port tool" toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/lpuart" path="boards/evkmimxrt1010/driver_examples/lpuart/polling_seven_bits">
<external path="boards/evkmimxrt1010/driver_examples/lpuart/polling_seven_bits" type="xml">
<files mask="lpuart_polling_seven_bits.xml"/>
</external>
</example>
<example id="evkmimxrt1010_mc_pmsm" name="mc_pmsm" brief="This example demonstrates the control of the PMSM." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/evkmimxrt1010/demo_apps/mc_pmsm/pmsm_snsless">
<external path="boards/evkmimxrt1010/demo_apps/mc_pmsm/pmsm_snsless" type="xml">
<files mask="mc_pmsm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_ocotp_example" name="ocotp_example" brief="The ocotp driver example shows how to operation the OCOTP register with driver API." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/ocotp" path="boards/evkmimxrt1010/driver_examples/ocotp">
<external path="boards/evkmimxrt1010/driver_examples/ocotp" type="xml">
<files mask="ocotp_example.xml"/>
</external>
</example>
<example id="evkmimxrt1010_otfad_decrypt" name="otfad_decrypt" brief="The OTFAD project is a simple demonstration program of the SDK OTFAD driver. It support for on the fly AES decryption for the data stored in external memories in an encrypted form." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/otfad/decrypt" path="boards/evkmimxrt1010/driver_examples/otfad/decrypt">
<external path="boards/evkmimxrt1010/driver_examples/otfad/decrypt" type="xml">
<files mask="otfad_decrypt.xml"/>
</external>
</example>
<example id="evkmimxrt1010_otfad_keyblob" name="otfad_keyblob" brief="The OTFAD project is a simple demonstration program of the SDK OTFAD driver. It support for on the fly AES decryption for the data stored in external memories in an encrypted form." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/otfad/keyblob" path="boards/evkmimxrt1010/driver_examples/otfad/keyblob">
<external path="boards/evkmimxrt1010/driver_examples/otfad/keyblob" type="xml">
<files mask="otfad_keyblob.xml"/>
</external>
</example>
<example id="evkmimxrt1010_pin_detect_hid_mouse_bm" name="pin_detect_hid_mouse_bm" brief="This pin detect HID example supports the mouse device. The application prints the operation information when the mouse device is attached or plugged in to the PC host." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_pin_detect_hid_mouse/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_pin_detect_hid_mouse/bm" type="xml">
<files mask="pin_detect_hid_mouse_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_pin_detect_hid_mouse_freertos" name="pin_detect_hid_mouse_freertos" brief="This pin detect HID example supports the mouse device. The application prints the operation information when the mouse device is attached or plugged in to the PC host." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_pin_detect_hid_mouse/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_pin_detect_hid_mouse/freertos" type="xml">
<files mask="pin_detect_hid_mouse_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_pin_detect_hid_msd_bm" name="pin_detect_hid_msd_bm" brief="This pin detect HID MSD example can become a HID mouse device or a MSD host that supports U-disk. The application prints the operation information when the U-disk is attached or is plugged into the PC host." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_pin_detect_hid_msd/bm">
<external path="boards/evkmimxrt1010/usb_examples/usb_pin_detect_hid_msd/bm" type="xml">
<files mask="pin_detect_hid_msd_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_pin_detect_hid_msd_freertos" name="pin_detect_hid_msd_freertos" brief="This pin detect HID MSD example can become a HID mouse device or a MSD host that supports U-disk. The application prints the operation information when the U-disk is attached or is plugged into the PC host." toolchain="armgcc iar mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="usb_examples" path="boards/evkmimxrt1010/usb_examples/usb_pin_detect_hid_msd/freertos">
<external path="boards/evkmimxrt1010/usb_examples/usb_pin_detect_hid_msd/freertos" type="xml">
<files mask="pin_detect_hid_msd_freertos.xml"/>
</external>
</example>
<example id="evkmimxrt1010_pit" name="pit" brief="The PIT project is a simple demonstration program of the SDK PIT driver. It sets up the PIThardware block to trigger a periodic interrupt after every 1 second. When the PIT interrupt is triggereda message a printed on the UART terminal and an LED is toggled on the board." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/evkmimxrt1010/driver_examples/pit">
<external path="boards/evkmimxrt1010/driver_examples/pit" type="xml">
<files mask="pit.xml"/>
</external>
</example>
<example id="evkmimxrt1010_power_mode_switch_bm" name="power_mode_switch_bm" brief="The Power mode switch demo application demonstrates the use of power modes in the KSDK. The demo prints the power mode menuthrough the debug console, where the user can set the MCU to a specific power mode. The user can also set the wakeupsource by following the debug console prompts. The purpose of this demo is to show how to switch between different power modes, and how to configure a wakeup source and wakeup the MCU from low power modes. Tips: This demo is to show how the various power mode can switch to each other. However, in actual low power use case, to save energy and reduce the consumption even more, many things can be done including: - Disable the clock for unnecessary module during low power mode. That means, programmer can disable the clocks before entering the low power mode and re-enable them after exiting the low power mode when necessary. - Disable the function for unnecessary part of a module when other part would keep working in low power mode. At the most time, more powerful function means more power consumption. For example, disable the digital function for the unnecessary pin mux, and so on. - Set the proper pin state (direction and logic level) according to the actual application hardware. Otherwise, the pin cirrent would be activied unexpectedly waste some energy. - Other low power consideration based on the actual application hardware. - Debug pins(e.g SWD_DIO) would consume addtional power, had better to disable related pins or disconnect them. " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/evkmimxrt1010/demo_apps/power_mode_switch_bm">
<external path="boards/evkmimxrt1010/demo_apps/power_mode_switch_bm" type="xml">
<files mask="power_mode_switch_bm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_power_mode_switch_ca" name="power_mode_switch_ca" brief="The Power mode switch demo application demonstrates the use of power modes in the KSDK. The demo prints the power mode menuthrough the debug console, where the user can set the MCU to a specific power mode. The user can also set the wakeupsource by following the debug console prompts. The purpose of this demo is to show how to switch between different power modes, and how to configure a wakeup source and wakeup the MCU from low power modes. Tips: This demo is to show how the various power mode can switch to each other. However, in actual low power use case, to save energy and reduce the consumption even more, many things can be done including: - Disable the clock for unnecessary module during low power mode. That means, programmer can disable the clocks before entering the low power mode and re-enable them after exiting the low power mode when necessary. - Disable the function for unnecessary part of a module when other part would keep working in low power mode. At the most time, more powerful function means more power consumption. For example, disable the digital function for the unnecessary pin mux, and so on. - Set the proper pin state (direction and logic level) according to the actual application hardware. Otherwise, the pin cirrent would be activied unexpectedly waste some energy. - Other low power consideration based on the actual application hardware. - Debug pins(e.g SWD_DIO) would consume addtional power, had better to disable related pins or disconnect them. " toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps/power_mode_switch" path="boards/evkmimxrt1010/demo_apps/power_mode_switch">
<external path="boards/evkmimxrt1010/demo_apps/power_mode_switch" type="xml">
<files mask="power_mode_switch_ca.xml"/>
</external>
</example>
<example id="evkmimxrt1010_pwm" name="pwm" brief="The PWM project is a simple demonstration program of the SDK PWM driver.The pulse width modulator (PWM) module contains PWM submodules, each of which is set up to control a single half-bridge power stage.Fault channel support is provided. This PWM module can generate various switching patterns, including highly sophisticated waveforms.It can be used to control all known Switched Mode Power Supplies (SMPS) topologies." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/evkmimxrt1010/driver_examples/pwm">
<external path="boards/evkmimxrt1010/driver_examples/pwm" type="xml">
<files mask="pwm.xml"/>
</external>
</example>
<example id="evkmimxrt1010_qca_throughput" name="qca_throughput" brief="The qca_throughput demo tests transfer throughput." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="wifi_qca_examples" path="boards/evkmimxrt1010/wifi_qca_examples/qca_throughput">
<external path="boards/evkmimxrt1010/wifi_qca_examples/qca_throughput" type="xml">
<files mask="qca_throughput.xml"/>
</external>
</example>
<example id="evkmimxrt1010_rtwdog" name="rtwdog" brief="The RTWDOG Example project is to demonstrate usage of the KSDK rtwdog driver.In this example, fast testing is first implemented to test the rtwdog.After this, refreshing the watchdog in None-window mode and window mode is executed.Note rtwdog is disabled in SystemInit function which means rtwdog is disabledafter chip emerges from reset." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/rtwdog" path="boards/evkmimxrt1010/driver_examples/rtwdog">
<external path="boards/evkmimxrt1010/driver_examples/rtwdog" type="xml">
<files mask="rtwdog.xml"/>
</external>
</example>
<example id="evkmimxrt1010_sai" name="sai" brief="The SAI Demo application demonstrates complicated digital audio playback and record case. The demo provide these features below:1. Duplex audio transfer, record and playback at same time.2. Playback a 250 Hz sine wave data generated by CMSIS-DSP library. Also compute the fundamental frequency using Fast Fourier Transform with CMSIS-DSP library.3. Record a 5 seconds audio to sdcard with a FatFs system. After record, playback it. This feature may only existed in platform which support sdhc." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/evkmimxrt1010/demo_apps/sai">
<external path="boards/evkmimxrt1010/demo_apps/sai" type="xml">
<files mask="sai.xml"/>
</external>
</example>
<example id="evkmimxrt1010_sai_edma_half_interrupt" name="sai_edma_half_interrupt" brief="The sai_edma_half_interrupt example shows how to use sai driver with EDMA half interrupt feature: In this example, one sai instance playbacks the audio data stored in flash/SRAM using EDMA channel." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/sai" path="boards/evkmimxrt1010/driver_examples/sai/edma_half_interrupt">
<external path="boards/evkmimxrt1010/driver_examples/sai/edma_half_interrupt" type="xml">
<files mask="sai_edma_half_interrupt.xml"/>
</external>
</example>
<example id="evkmimxrt1010_sai_edma_record_playback" name="sai_edma_record_playback" brief="The sai_edma_record_playback example shows how to use sai driver with EDMA: In this example, one sai instance record the audio data from input and playbacks the audio data." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/sai" path="boards/evkmimxrt1010/driver_examples/sai/edma_record_playback">
<external path="boards/evkmimxrt1010/driver_examples/sai/edma_record_playback" type="xml">
<files mask="sai_edma_record_playback.xml"/>
</external>
</example>
<example id="evkmimxrt1010_sai_edma_transfer" name="sai_edma_transfer" brief="The sai_edma_transfer example shows how to use sai driver with EDMA:In this example, one sai instance playbacks the audio data stored in flash/SRAM using EDMA channel." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/sai" path="boards/evkmimxrt1010/driver_examples/sai/edma_transfer">
<external path="boards/evkmimxrt1010/driver_examples/sai/edma_transfer" type="xml">
<files mask="sai_edma_transfer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_sai_interrupt" name="sai_interrupt" brief="The sai_interrupt example shows how to use sai functional API to implement interrupt playback:In this example, one sai instance playbacks the audio data stored in flash/SRAM using interrupt." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/sai" path="boards/evkmimxrt1010/driver_examples/sai/interrupt">
<external path="boards/evkmimxrt1010/driver_examples/sai/interrupt" type="xml">
<files mask="sai_interrupt.xml"/>
</external>
</example>
<example id="evkmimxrt1010_sai_interrupt_record_playback" name="sai_interrupt_record_playback" brief="The sai_interrupt_record_playback example shows how to use sai driver with record and playback features: In this example, one sai instance record the audio data from input and playbacks the audio data." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/sai" path="boards/evkmimxrt1010/driver_examples/sai/interrupt_record_playback">
<external path="boards/evkmimxrt1010/driver_examples/sai/interrupt_record_playback" type="xml">
<files mask="sai_interrupt_record_playback.xml"/>
</external>
</example>
<example id="evkmimxrt1010_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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/sai" path="boards/evkmimxrt1010/driver_examples/sai/interrupt_transfer">
<external path="boards/evkmimxrt1010/driver_examples/sai/interrupt_transfer" type="xml">
<files mask="sai_interrupt_transfer.xml"/>
</external>
</example>
<example id="evkmimxrt1010_shell" name="shell" brief="The Shell Demo application demonstrates to control Leds by commands." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="demo_apps" path="boards/evkmimxrt1010/demo_apps/shell">
<external path="boards/evkmimxrt1010/demo_apps/shell" type="xml">
<files mask="shell.xml"/>
</external>
</example>
<example id="evkmimxrt1010_snvs_hp_rtc" name="snvs_hp_rtc" brief="The SNVS HP RTC project is a simple demonstration program of the SDK SNVS HP driver. The test will set up RTC date and time to a predefined value and starts the counter. RTC then triggers an alarm after a user specified time period. The alarm will be set with reference to this predefined date and time." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/snvs" path="boards/evkmimxrt1010/driver_examples/snvs/snvs_hp_rtc">
<external path="boards/evkmimxrt1010/driver_examples/snvs/snvs_hp_rtc" type="xml">
<files mask="snvs_hp_rtc.xml"/>
</external>
</example>
<example id="evkmimxrt1010_snvs_lp_srtc" name="snvs_lp_srtc" brief="The SNVS LP SRTC project is a simple demonstration program of the SDK SNVS LP driver. The test will set up secure RTC (SRTC) date and time to a predefined value and starts the counter, then the SRTC counter value is synchronized with non secure RTC (RTC). RTC then triggers an alarm after a user specified time period. The alarm will be set with reference to this predefined dateand time." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/snvs" path="boards/evkmimxrt1010/driver_examples/snvs/snvs_lp_srtc">
<external path="boards/evkmimxrt1010/driver_examples/snvs/snvs_lp_srtc" type="xml">
<files mask="snvs_lp_srtc.xml"/>
</external>
</example>
<example id="evkmimxrt1010_src_reset_source" name="src_reset_source" brief="The src_reset_source example shows how to check the reset source and boot option with SRC driver.When run this example firstly on the board after power up, the POR reset or IPP reset flag would be asserted. But when running it again, the flag would be cleared, since it is no longer a reset.Usually, the reset flags are used and cleared by ROM code or bootloader to check which reset occurred. With the boot mode words, the initial boot code would go to the right way to execute the start code. For example, when the SoC is waked up from some low power mode, all necessary data are already staying in the RAM, the CPU would not have to reload the program to RAM and execute the application directly." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/src" path="boards/evkmimxrt1010/driver_examples/src/src_reset_source">
<external path="boards/evkmimxrt1010/driver_examples/src/src_reset_source" type="xml">
<files mask="src_reset_source.xml"/>
</external>
</example>
<example id="evkmimxrt1010_temperaturemonitor" name="temperaturemonitor" brief="The TEMPMON project is a simple demonstration program of the SDK TEMPMON driver.The temperatue monitor (TEMPMON) module features alarm functions that can raise independent interrupt signals if the temperature is above two high-temperature thresholds and below a low temperature threshold, the system can then use this module to monitor the on-die temperature and take appropriate actions such as throttling back the core frequency when a the high temperature interrupt is set." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples" path="boards/evkmimxrt1010/driver_examples/tempmon">
<external path="boards/evkmimxrt1010/driver_examples/tempmon" type="xml">
<files mask="temperaturemonitor.xml"/>
</external>
</example>
<example id="evkmimxrt1010_trng_random" name="trng_random" brief="The True Random Number Generator (TRNG) is a hardware accelerator module that generates a 512-bitentropy as needed by an entropy consuming module or by other post processing functions. The TRNGExample project is a demonstration program that uses the KSDK software to generate random numbersand prints them to the terminal." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/trng" path="boards/evkmimxrt1010/driver_examples/trng/random">
<external path="boards/evkmimxrt1010/driver_examples/trng/random" type="xml">
<files mask="trng_random.xml"/>
</external>
</example>
<example id="evkmimxrt1010_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 mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="driver_examples/wdog" path="boards/evkmimxrt1010/driver_examples/wdog">
<external path="boards/evkmimxrt1010/driver_examples/wdog" type="xml">
<files mask="wdog01.xml"/>
</external>
</example>
</examples>
<debug_configurations>
<debug_configuration id_refs="com.crt.advproject.config.exe.debug com.crt.advproject.config.exe.release">
<drivers>
<driver id_refs="BOARD_FLASH_evkmimxrt1010">
<driverBinary path="devices/MIMXRT1011/mcuxpresso" type="binary">
<files mask="MIMXRT1010_SFDP_QSPI.cfx"/>
</driverBinary>
</driver>
</drivers>
</debug_configuration>
</debug_configurations>
</board>
<board id="evkmimxrt1010_agm01" name="EVK-MIMXRT1010-AGM01" href="" version="1.0.0" package="MIMXRT1011DAE5A" type="kit">
<description>i.MX RT1010 Evaluation Kit with USB Type-C Shield Board for Kinetis Freedom and LPC Boards</description>
<image path="MIR/marketing_data/1.0/kits/images" type="image">
<files mask="166-EVK-MIMXRT1010-AGM01.gif"/>
</image>
<memory>
<memoryBlock id="BOARD_FLASH_evkmimxrt1010_agm01" name="BOARD_FLASH" addr="60000000" size="01000000" type="ExtFlash" access="RO"/>
</memory>
<total_memory flash_size_kb="16384" ram_size_kb="32"/>
<examples>
<example id="evkmimxrt1010_agm01_fxas21002_fifo" name="fxas21002_fifo" brief="The FXAS21002 FIFO example application demonstrates the use of the FXAS21002 sensor in Buffered (FIFO) Mode.The example demonstrates configuration of all registers reguired to put the sensor in FIFO Mode and read out samples.The sensor reads samples and are buffered upto the configured Water Mark Level and then a Flag is set." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="issdk/sensors" path="boards/evkmimxrt1010_agm01/issdk_examples/sensors/fxas21002/fxas21002_fifo">
<external path="boards/evkmimxrt1010_agm01/issdk_examples/sensors/fxas21002/fxas21002_fifo" type="xml">
<files mask="fxas21002_fifo.xml"/>
</external>
</example>
<example id="evkmimxrt1010_agm01_fxas21002_poll" name="fxas21002_poll" brief="The FXAS21002 Poll example application demonstrates the use of the on-board FXAS21002 sensor in the Poll (Non-Buffered) Mode. The example demonstrates configuration of all registers reguired to put the sensor into Standard polling Mode and read out a sample." toolchain="armgcc iar mcuxpresso mdk" compiler="compiler_armclang compiler_gcc compiler_iar" category="issdk/sensors" path="boards/evkmimxrt1010_agm01/issdk_examples/sensors/fxas21002/fxas21002_poll">
<external path="boards/evkmimxrt1010_agm01/issdk_examples/sensors/fxas21002/fxas21002_poll" type="xml">
<files mask="fxas21002_poll.xml"/>
</external>