-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path88MW320_xx_xxxx_manifest_v3_8.xml
5028 lines (5028 loc) · 276 KB
/
88MW320_xx_xxxx_manifest_v3_8.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_88MW320_xx_xxxx" name="88MW320_xx_xxxx" brief="This is SDK version 2.9.4 manifest file. It describes the content of the 88MW320_xx_xxxx and additional settings for tools that support SDK version 2.9.4" format_version="3.8" api_version="2.0.0" configuration="aa19505805bfe1e3d142562513cf7ae2" xsi:schemaLocation="http://nxp.com/ksdk/2.0/ksdk_manifest_v3.0.xsd http://nxp.com/mcuxpresso/sdk/sdk_manifest_v3.8.xsd">
<!--Timestamp (UTC): 2021-03-16 12:59:52.153771-->
<!--This manifest is generated based on sdk repo commit: 33b6c277f30b9e07d5c1248cf80dc81e4cebc3fe-->
<defines>
<define name="CPU_$|package|" value=""/>
<define name="CPU_$|package|_$|core|" value=""/>
</defines>
<externalDefinitions>
<definition extID="com.crt.advproject.config.exe.debug"/>
<definition extID="com.crt.advproject.config.exe.release"/>
<definition extID="PROGRAM_FLASH_88MW320_xx_xxxx"/>
</externalDefinitions>
<ksdk id="MCUXpresso294" name="MCUXpresso294" version="2.9.4" revision="450 2021-03-02"/>
<compilers>
<compiler id="compiler_gcc" name="gcc" type="gcc"/>
<compiler id="compiler_iar" name="iar" type="iar"/>
</compilers>
<toolchainSettings/>
<toolchains>
<toolchain id="armgcc" name="GCC_ARM_Embedded" version="10.2.1" full_name="GCC ARM Embedded" compiler="compiler_gcc" type="armgcc" vendor="GCC ARM Embedded" vendor_url="http://launchpad.net/gcc-arm-embedded"/>
<toolchain id="iar" name="IAR_Embedded_Workbench_for_ARM" version="8.50.9" full_name="IAR Embedded Workbench for ARM" compiler="compiler_iar" type="iar" vendor="IAR Systems" vendor_url="http://www.iar.com"/>
</toolchains>
<boards>
<board id="rdmw320_r0" name="RDMW320-R0" href="" version="1.0.0" package="PART_88MW320_A0_NAPC">
<description>RDMW320-R0</description>
<image path="MIR/marketing_data/1.0/boards/images" type="image">
<files mask="215-RDMW320-R0.gif"/>
</image>
<examples>
<example id="rdmw320_r0_cjson_demo" name="cjson_demo" brief="The cjson_construct example demonstrates how to construct and parse JSON using cJSON. This example constructs a JSON stucture using cJSON and then print it to string, then parses the string as JSON and checks whether the data is correct." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="demo_apps" path="boards/rdmw320_r0/demo_apps/cjson">
<external path="boards/rdmw320_r0/demo_apps/cjson" type="xml">
<files mask="cjson_demo_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_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" compiler="compiler_gcc compiler_iar" category="rtos_examples" path="boards/rdmw320_r0/rtos_examples/freertos_hello">
<external path="boards/rdmw320_r0/rtos_examples/freertos_hello" type="xml">
<files mask="freertos_hello_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_hello_world" name="hello_world" brief="The HelloWorld demo prints the "Hello World" string to the terminal using the SDK UART drivers and repeat what user input. The purpose of this demo is to show how to use the UART, and to provide a simple project for debugging and further development." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="demo_apps" path="boards/rdmw320_r0/demo_apps/hello_world">
<external path="boards/rdmw320_r0/demo_apps/hello_world" type="xml">
<files mask="hello_world_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_mbedtls_benchmark" name="mbedtls_benchmark" brief="The mbdedTLS Benchmark demo application performs cryptographic algorithm benchmarking and prints results to theterminal." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="mbedtls_examples" path="boards/rdmw320_r0/mbedtls_examples/mbedtls_benchmark">
<external path="boards/rdmw320_r0/mbedtls_examples/mbedtls_benchmark" type="xml">
<files mask="mbedtls_benchmark_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_mbedtls_selftest" name="mbedtls_selftest" brief="The mbdedTLS SelfTest program performs cryptographic algorithm testing and prints results to theterminal." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="mbedtls_examples" path="boards/rdmw320_r0/mbedtls_examples/mbedtls_selftest">
<external path="boards/rdmw320_r0/mbedtls_examples/mbedtls_selftest" type="xml">
<files mask="mbedtls_selftest_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_acomp_basic" name="acomp_basic" brief="The acomp basic driver example demostrates the basic usage of the ACOMP module. This example compares the user input analog signal with interanl reference voltage(VDDIO_3 * 0.5) and toggle the LED when the result changed. The purpose of this demo is to show how to use the ACOMP driver in SDK software." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/acomp" path="boards/rdmw320_r0/driver_examples/acomp/basic">
<external path="boards/rdmw320_r0/driver_examples/acomp/basic" type="xml">
<files mask="acomp_basic_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_adc_software_trigger" name="adc_software_trigger" brief="The adc_software_trigger example shows how to software trigger ADC conversion. In this example, ADC resolution is set as 16bit, the reference voltage is selected as the internal 1.8V bandgap, and input gain is set as 1. So the input voltage range is from 0 to 1.8V. Users can trigger ADC conversion by press any key in the terminal. ADC interrupt will be asserted once the conversion is completed." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/adc" path="boards/rdmw320_r0/driver_examples/adc/software_trigger">
<external path="boards/rdmw320_r0/driver_examples/adc/software_trigger" type="xml">
<files mask="adc_software_trigger_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_adc_temperature_measurement" name="adc_temperature_measurement" brief="The adc_temperature_measurement examples shows how to measure internal temperature sensor." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/adc" path="boards/rdmw320_r0/driver_examples/adc/temperature_measurement">
<external path="boards/rdmw320_r0/driver_examples/adc/temperature_measurement" type="xml">
<files mask="adc_temperature_measurement_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_aes_basic" name="aes_basic" brief="This project demostrates how to use AES driver for CBC, ECB, CTR, CCM, MMO calculation." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/aes" path="boards/rdmw320_r0/driver_examples/aes/basic">
<external path="boards/rdmw320_r0/driver_examples/aes/basic" type="xml">
<files mask="aes_basic_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_aes_lock" name="aes_lock" brief="This project demostrates how to use AES driver for CBC, ECB, CTR, CCM, MMO calculation in multi-task case." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/aes" path="boards/rdmw320_r0/driver_examples/aes/lock">
<external path="boards/rdmw320_r0/driver_examples/aes/lock" type="xml">
<files mask="aes_lock_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_crc" name="crc" brief="The CRC Example project is a demonstration program that uses the KSDK software to generate checksumsfor an ASCII string. Several CRC protocols are implemented using the CRC driver API." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples" path="boards/rdmw320_r0/driver_examples/crc">
<external path="boards/rdmw320_r0/driver_examples/crc" type="xml">
<files mask="crc_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_dmac_memory_to_memory" name="dmac_memory_to_memory" brief="The DMAC memory to memory example is a simple demonstration program that uses the SDK software.It executes one shot transfer from source buffer to destination buffer using the SDK DMAC drivers.The purpose of this example is to show how to use the DMAC and to provide a simple example for debugging and further development." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/dmac" path="boards/rdmw320_r0/driver_examples/dmac/memory_to_memory">
<external path="boards/rdmw320_r0/driver_examples/dmac/memory_to_memory" type="xml">
<files mask="dmac_memory_to_memory_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_dmac_memory_to_memory_transfer" name="dmac_memory_to_memory_transfer" brief="The DMAC memory to memory transfer example is a simple demonstration program that uses the SDK software.It executes one shot transfer from source buffer to destination buffer using the SDK DMAC drivers.The purpose of this example is to show how to use the DMAC and to provide a simple example for debugging and further development." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/dmac" path="boards/rdmw320_r0/driver_examples/dmac/memory_to_memory_transfer">
<external path="boards/rdmw320_r0/driver_examples/dmac/memory_to_memory_transfer" type="xml">
<files mask="dmac_memory_to_memory_transfer_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_gpio_input_interrupt" name="gpio_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, and toggle write-only registers for each port output data register. The example uses the software button to control/toggle the LED." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/gpio" path="boards/rdmw320_r0/driver_examples/gpio/input_interrupt">
<external path="boards/rdmw320_r0/driver_examples/gpio/input_interrupt" type="xml">
<files mask="gpio_input_interrupt_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_gpio_led_output" name="gpio_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" compiler="compiler_gcc compiler_iar" category="driver_examples/gpio" path="boards/rdmw320_r0/driver_examples/gpio/led_output">
<external path="boards/rdmw320_r0/driver_examples/gpio/led_output" type="xml">
<files mask="gpio_led_output_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_mw_gpt_input_capture" name="mw_gpt_input_capture" brief="The GPT project is a demonstration program of the SDK GPT driver's input capture feature. The example sets up a GPT channel for capture. Once the input signal is received, this example will print the captured value." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/mw_gpt" path="boards/rdmw320_r0/driver_examples/gpt/input_capture">
<external path="boards/rdmw320_r0/driver_examples/gpt/input_capture" type="xml">
<files mask="mw_gpt_input_capture_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_mw_gpt_one_shot" name="mw_gpt_one_shot" brief="The GPT project is a simple demonstration program of the SDK GPT driver. It sets up the GPT hardware block to output a square waveform with 1s period. If having an LED connected to the GPT pin, the user will see the LED blinking." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/mw_gpt" path="boards/rdmw320_r0/driver_examples/gpt/one_shot">
<external path="boards/rdmw320_r0/driver_examples/gpt/one_shot" type="xml">
<files mask="mw_gpt_one_shot_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_mw_gpt_simple_pwm" name="mw_gpt_simple_pwm" brief="The GPT project is a simple demonstration program of the SDK GPT driver. It sets up the GPT hardware block to output a center-aligned PWM signal. The PWM dutycycle is periodically updated. On boards that have an LED connected to the GPT pin, the user will see a change in LED brightness." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/mw_gpt" path="boards/rdmw320_r0/driver_examples/gpt/simple_pwm">
<external path="boards/rdmw320_r0/driver_examples/gpt/simple_pwm" type="xml">
<files mask="mw_gpt_simple_pwm_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_mw_gpt_timer" name="mw_gpt_timer" brief="The GPT project is a simple demonstration program of the SDK GPT driver to use GPT as a timer. It sets up the GPT hardware block to trigger an interrupt every 1 millisecond. When the GPT interrupt is triggered a message is printed on the UART terminal." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/mw_gpt" path="boards/rdmw320_r0/driver_examples/gpt/timer">
<external path="boards/rdmw320_r0/driver_examples/gpt/timer" type="xml">
<files mask="mw_gpt_timer_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_i2c_dmac_b2b_transfer_master" name="i2c_dmac_b2b_transfer_master" brief="The i2c_dmac_b2b_transfer_master example shows how to use i2c driver as master to do board to board transfer with slave using DMA controller:In this example, one i2c instance is used as master and another i2c instance on the other board is used as slave. Master sends a piece of data to slave, and receives the same data from slave, then checks whether the data received from slave is correct." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/rdmw320_r0/driver_examples/i2c/dmac_b2b_transfer/master">
<external path="boards/rdmw320_r0/driver_examples/i2c/dmac_b2b_transfer/master" type="xml">
<files mask="i2c_dmac_b2b_transfer_master_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_i2c_dmac_b2b_transfer_slave" name="i2c_dmac_b2b_transfer_slave" brief="The i2c_dmac_b2b_transfer_slave example shows how to use i2c driver as slave in interrupt way to do board to board transfer with master that uses DMA controller:In this example, one i2c instance is used as slave and another i2c instance on the other board is used as master. Slave receives a piece of data from master and sends them back, master checks whether the data received from slave is correct." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/rdmw320_r0/driver_examples/i2c/dmac_b2b_transfer/slave">
<external path="boards/rdmw320_r0/driver_examples/i2c/dmac_b2b_transfer/slave" type="xml">
<files mask="i2c_dmac_b2b_transfer_slave_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_i2c_interrupt_b2b_transfer_master" name="i2c_interrupt_b2b_transfer_master" brief="The i2c_interrupt_b2b_transfer_master example shows how to use i2c driver as master to do board to board transfer with slave in interrupt way:In this example, one i2c instance is used as master and another i2c instance on the other board is used as slave. Master sends a piece of data to slave, and receives the same data from slave, then checks whether the data received from slave is correct." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/rdmw320_r0/driver_examples/i2c/interrupt_b2b_transfer/master">
<external path="boards/rdmw320_r0/driver_examples/i2c/interrupt_b2b_transfer/master" type="xml">
<files mask="i2c_interrupt_b2b_transfer_master_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_i2c_interrupt_b2b_transfer_slave" name="i2c_interrupt_b2b_transfer_slave" brief="The i2c_interrupt_b2b_transfer_slave example shows how to use i2c driver as slave to do board to board transfer with master in interrupt way:In this example, one i2c instance is used as slave and another i2c instance on the other board is used as master. Slave receives a piece of data from master and sends them back, master checks whether the data received from slave is correct." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/rdmw320_r0/driver_examples/i2c/interrupt_b2b_transfer/slave">
<external path="boards/rdmw320_r0/driver_examples/i2c/interrupt_b2b_transfer/slave" type="xml">
<files mask="i2c_interrupt_b2b_transfer_slave_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_i2c_polling_b2b_transfer_master" name="i2c_polling_b2b_transfer_master" brief="The i2c_polling_b2b_transfer_master example shows how to use i2c driver as master to do board to board transfer with slave in polling way:In this example, one i2c instance is used as master and another i2c instance on the other board is used as slave. Master sends a piece of data to slave, and receives the same data from slave, then checks whether the data received from slave is correct." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/rdmw320_r0/driver_examples/i2c/polling_b2b_transfer/master">
<external path="boards/rdmw320_r0/driver_examples/i2c/polling_b2b_transfer/master" type="xml">
<files mask="i2c_polling_b2b_transfer_master_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_i2c_polling_b2b_transfer_slave" name="i2c_polling_b2b_transfer_slave" brief="The i2c_polling_b2b_transfer_slave example shows how to use i2c driver as slave to do board to board transfer with master in polling way:In this example, one i2c instance is used as slave and another i2c instance on the other board is used as master. Slave receives a piece of data from master and sends them back, master checks whether the data received from slave is correct." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/i2c" path="boards/rdmw320_r0/driver_examples/i2c/polling_b2b_transfer/slave">
<external path="boards/rdmw320_r0/driver_examples/i2c/polling_b2b_transfer/slave" type="xml">
<files mask="i2c_polling_b2b_transfer_slave_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_mw_lwip_httpssrv_ota" name="mw_lwip_httpssrv_ota" brief="The lwip_httpsrv_ota demo application demonstrates OTA using an HTTPServer set up on lwIP TCP/IP and the MbedTLS stack with FreeRTOS. The user uses an Internet browser to upload new update package to reprogram application running on the board." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="lwip_examples" path="boards/rdmw320_r0/lwip_examples/mw_lwip_httpssrv_ota">
<external path="boards/rdmw320_r0/lwip_examples/mw_lwip_httpssrv_ota" type="xml">
<files mask="mw_lwip_httpssrv_ota_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_qspi_polling_transfer" name="qspi_polling_transfer" brief="The qspi_polling example shows how to use qspi driver with polling:In this example, qspi will send data and operate the external flash connected with QSPI. Some simple flash command will be executed, such as Write Enable, Erase sector, Program page.Example will first erase the sector and programe a page into the flash, at last check if the data in flash is correct.Notice: While do program, it is not suggested to make the flash write frequency bigger than the core clock frequency.In some tool chain's Debug version, this may cause core do not have enough speed to send data to flash.The flash write frequency equals to QSPI working frequency plus data line number. For example, if QSPI working in 48MHz,program command uses quad mode, the write frequency is 48MHz * 4 = 192MHz." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/qspi" path="boards/rdmw320_r0/driver_examples/qspi/polling_transfer">
<external path="boards/rdmw320_r0/driver_examples/qspi/polling_transfer" type="xml">
<files mask="qspi_polling_transfer_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_rtc" name="rtc" brief="The RTC project is a simple demonstration program of the SDK RTC driver. It sets up the RTC hardware block to trigger an alarm after a user specified time period. The alarm will be set with reference to current counter value." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples" path="boards/rdmw320_r0/driver_examples/rtc">
<external path="boards/rdmw320_r0/driver_examples/rtc" type="xml">
<files mask="rtc_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_mw_ssp_i2s_dma_loopback" name="mw_ssp_i2s_dma_loopback" brief="The ssp example shows how to use ssp driver in a dma way. In this example, the ssp send out data will be loopback to ssp rx externally." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/ssp" path="boards/rdmw320_r0/driver_examples/ssp/i2s_dma_loopback">
<external path="boards/rdmw320_r0/driver_examples/ssp/i2s_dma_loopback" type="xml">
<files mask="mw_ssp_i2s_dma_loopback_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_mw_ssp_i2s_interrupt_loopback" name="mw_ssp_i2s_interrupt_loopback" brief="The ssp example shows how to use ssp driver in a interrupt way. In this example, the ssp send out data will be loopback to ssp rx externally." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/ssp" path="boards/rdmw320_r0/driver_examples/ssp/i2s_interrupt_loopback">
<external path="boards/rdmw320_r0/driver_examples/ssp/i2s_interrupt_loopback" type="xml">
<files mask="mw_ssp_i2s_interrupt_loopback_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_uart_auto_baudrate_detect" name="uart_auto_baudrate_detect" brief="The uart_auto_baudrate_detect example shows how to use uart auto baud rate detect feature. In this example, one uart instance is connected to PC through uart. First, we should send character U(0x55, or any byte whose last bit is 1)to board. The board will set baud rate automatically. After baud rate is set, the board will send back all characters that PC sends to the board." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/uart" path="boards/rdmw320_r0/driver_examples/uart/auto_baudrate_detect">
<external path="boards/rdmw320_r0/driver_examples/uart/auto_baudrate_detect" type="xml">
<files mask="uart_auto_baudrate_detect_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_uart_dmac_transfer" name="uart_dmac_transfer" brief="The uart_dmac_transfer example shows how to use uart driver with DMAC :In this example, one uart instance is connected to PC through uart, the board will send back all characters that PC sends to the board. Note: The example echoes every 8 characters, so input 8 characters each time." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/uart" path="boards/rdmw320_r0/driver_examples/uart/dmac_transfer">
<external path="boards/rdmw320_r0/driver_examples/uart/dmac_transfer" type="xml">
<files mask="uart_dmac_transfer_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_uart_hardware_flow_control" name="uart_hardware_flow_control" brief="The uart_hardware_flow_control example project is to demonstrate usage of the hardware flow control function. This example will send data to itself, and hardware flow control is enabled in the example. The CTS(clear-to-send) pin is for transmiter to check if receiver is ready, if the CTS pin is asserted, transmiter start to send data. The RTS(request-to-send) is a pin for receiver to inform the transmiter if receiver is ready to receive data. So, please connect RTS to CTS pin directly." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/uart" path="boards/rdmw320_r0/driver_examples/uart/hardware_flow_control">
<external path="boards/rdmw320_r0/driver_examples/uart/hardware_flow_control" type="xml">
<files mask="uart_hardware_flow_control_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_uart_interrupt" name="uart_interrupt" brief="The uart_functioncal_interrupt example shows how to use uart driver functional API to receive data with interrupt method. In this example, one uart instance is connected to PC through uart, the board will send back all characters that PC sends to the board." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/uart" path="boards/rdmw320_r0/driver_examples/uart/interrupt">
<external path="boards/rdmw320_r0/driver_examples/uart/interrupt" type="xml">
<files mask="uart_interrupt_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_uart_interrupt_rb_transfer" name="uart_interrupt_rb_transfer" brief="The uart_interrupt_ring_buffer example shows how to use uart driver in interrupt way with RX ring buffer enabled. In this example, one uart instance is connected to PC through uart, the board will send back all characters that PC sends to the board. Note: The example echos every 8 characters, so input 8 characters every time." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/uart" path="boards/rdmw320_r0/driver_examples/uart/interrupt_rb_transfer">
<external path="boards/rdmw320_r0/driver_examples/uart/interrupt_rb_transfer" type="xml">
<files mask="uart_interrupt_rb_transfer_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_uart_interrupt_transfer" name="uart_interrupt_transfer" brief="The uart_interrupt example shows how to use uart driver in interrupt way. In this example, one uart instance is connected to PC through uart, the board will send back all characters that PC sends to the board. Note: The example echos every 8 characters, so input 8 characters every time." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/uart" path="boards/rdmw320_r0/driver_examples/uart/interrupt_transfer">
<external path="boards/rdmw320_r0/driver_examples/uart/interrupt_transfer" type="xml">
<files mask="uart_interrupt_transfer_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_uart_polling" name="uart_polling" brief="The uart_polling example shows how to use uart driver in polling way. In this example, one uart instance is connected to PC through uart, the board will send back all characters that PC sends to the board." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/uart" path="boards/rdmw320_r0/driver_examples/uart/polling">
<external path="boards/rdmw320_r0/driver_examples/uart/polling" type="xml">
<files mask="uart_polling_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_mw_wdt" name="mw_wdt" brief="The WDT project is a simple demonstration program of the SDK WDT driver. It initializes the WDT module and enables interrupt to show the way of refreshing/clear using interrupt. Then disable interrupt and refresh the WDT module periodically, finally leave the WDT not refreshed to trigger time-out reset." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/wdt" path="boards/rdmw320_r0/driver_examples/wdt">
<external path="boards/rdmw320_r0/driver_examples/wdt" type="xml">
<files mask="mw_wdt_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_mw_wifi_cli" name="mw_wifi_cli" brief="mw_wifi_cli" toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="wifi_examples" path="boards/rdmw320_r0/wifi_examples/mw_wifi_cli">
<external path="boards/rdmw320_r0/wifi_examples/mw_wifi_cli" type="xml">
<files mask="mw_wifi_cli_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_mw_wifi_webconfig" name="mw_wifi_webconfig" brief="Simple AP to Client configuration over web." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="wifi_examples" path="boards/rdmw320_r0/wifi_examples/mw_wifi_webconfig">
<external path="boards/rdmw320_r0/wifi_examples/mw_wifi_webconfig" type="xml">
<files mask="mw_wifi_webconfig_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_dac_normal" name="dac_normal" brief="The DAC normal driver example demostrates the basic useage of DAC module. In this example, users input value from the terminal, and then the related voltage will be output through DAC output pin." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/dac" path="boards/rdmw320_r0/driver_examples/dac/normal">
<external path="boards/rdmw320_r0/driver_examples/dac/normal" type="xml">
<files mask="dac_normal_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_dac_waveform_generator" name="dac_waveform_generator" brief="The DAC waveform generator driver example demonstrates how to use the DAC module to generate different types of waveforms (including triangle waveform, sawtooth waveform, sine waveform, and noise). After starting this example, user can select the waveform type based on the log, and then the selected waveform will be output from DAC channel pin." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="driver_examples/dac" path="boards/rdmw320_r0/driver_examples/dac/waveform_generator">
<external path="boards/rdmw320_r0/driver_examples/dac/waveform_generator" type="xml">
<files mask="dac_waveform_generator_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_power_mode_switch" name="power_mode_switch" 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" compiler="compiler_gcc compiler_iar" category="demo_apps" path="boards/rdmw320_r0/demo_apps/power_mode_switch">
<external path="boards/rdmw320_r0/demo_apps/power_mode_switch" type="xml">
<files mask="power_mode_switch_v3_8.xml"/>
</external>
</example>
<example id="rdmw320_r0_sdio" name="sdio" brief="The SDIO project is a demonstration program that uses the SDK software. It reads/writes the SDIO card reigister. The purpose of this example is to show how to use SDio driver and this is a very simple example." toolchain="armgcc iar" compiler="compiler_gcc compiler_iar" category="sdmmc_examples" path="boards/rdmw320_r0/sdmmc_examples/sdio">
<external path="boards/rdmw320_r0/sdmmc_examples/sdio" type="xml">
<files mask="sdio_v3_8.xml"/>
</external>
</example>
</examples>
</board>
</boards>
<devices>
<device id="device_88MW320_xx_xxxx" name="88MW320" href="https://www.nxp.com/pip/88MW320" version="1.0.0" full_name="88MW320_xx_xxxx" family="88MW32X" platform="MW">
<description>88MW320</description>
<metadataSet>
<metadata key="vendor" value="NXP"/>
</metadataSet>
<core id="core0_88MW320_xx_xxxx" name="core0" fpu="true" type="cm4"/>
<memory>
<memoryBlock id="SRAM_CODE_88MW320_xx_xxxx" name="SRAM_CODE" addr="00100000" size="00060000" type="RAM" access="RW"/>
<memoryBlock id="SRAM_SYS_88MW320_xx_xxxx" name="SRAM_SYS" addr="20000000" size="00020000" type="RAM" access="RW"/>
</memory>
<total_memory flash_size_kb="0" ram_size_kb="512"/>
<package id="PART_88MW320_A0_NAPC" name="PART_88MW320_A0_NAPC"/>
<evaluation_boards>
<evaluation_board name="rdmw320_r0"/>
</evaluation_boards>
<debug_configurations>
<debug_configuration id_refs="com.crt.advproject.config.exe.debug com.crt.advproject.config.exe.release">
<params>
<params id="internal.wiretype.release.88MW320_xx_xxxx" name="internal.wiretype" value="SWD*,JTAG"/>
<params id="internal.has_swo.release.88MW320_xx_xxxx" name="internal.has_swo" value="true"/>
<params id="internal.connect.script.debug.mcuxpresso.88MW320_xx_xxxx" name="internal.connect.script" value="88mw320_connect.scp"/>
<params id="internal.connect.reset.debug.mcuxpresso.88MW320_xx_xxxx" name="internal.reset.script" value="88mw320_reset.scp"/>
</params>
<drivers>
<driver id_refs="PROGRAM_FLASH_88MW320_xx_xxxx">
<driverBinary path="devices/88MW320/mcuxpresso" type="binary">
<files mask="88MW320.cfx"/>
</driverBinary>
</driver>
</drivers>
</debug_configuration>
</debug_configurations>
<linkerSettings nature="c_nature">
<linker property="start_symbol" value="ResetISR"/>
<linker property="text_align" value="8"/>
<linker property="data_align" value="8"/>
<linker property="bss_align" value="8"/>
<linker property="mtb_supported" value="false"/>
</linkerSettings>
<linkerSettings nature="cpp_nature">
<linker property="start_symbol" value="ResetISR"/>
<linker property="text_align" value="8"/>
<linker property="data_align" value="8"/>
<linker property="bss_align" value="8"/>
<linker property="mtb_supported" value="false"/>
</linkerSettings>
</device>
</devices>
<components>
<component id="project_template.rdmw320_r0.88MW320" name="rdmw320_r0" brief="Board_project_template rdmw320_r0" version="1.0.0" full_name="Board_project_template rdmw320_r0" devices="device_88MW320_xx_xxxx" device_cores="core0_88MW320_xx_xxxx" category="Board Support/SDK Project Template" user_visible="true" type="project_template" package_base_path="boards/rdmw320_r0/project_template" project_base_path="board">
<dependencies>
<all>
<component_dependency value="device.88MW320_startup.88MW320"/>
<component_dependency value="platform.drivers.mw_uart.88MW320"/>
<component_dependency value="component.mw_uart_adapter.88MW320"/>
<component_dependency value="utility.debug_console.88MW320"/>
<component_dependency value="component.serial_manager.88MW320"/>
<component_dependency value="platform.drivers.common.88MW320"/>
<component_dependency value="platform.drivers.clock.88MW320"/>
<component_dependency value="platform.drivers.power.88MW320"/>
<component_dependency value="platform.drivers.mw_gpio.88MW320"/>
<component_dependency value="platform.drivers.mw_pinmux.88MW320"/>
<component_dependency value="platform.drivers.mw_qspi.88MW320"/>
<component_dependency value="platform.drivers.mw_flashc.88MW320"/>
</all>
</dependencies>
<source relative_path="./" type="c_include">
<files mask="board.h"/>
<files mask="clock_config.h"/>
<files mask="pin_mux.h"/>
<files mask="peripherals.h"/>
</source>
<source relative_path="./" type="src">
<files mask="board.c"/>
<files mask="clock_config.c"/>
<files mask="pin_mux.c"/>
<files mask="peripherals.c"/>
</source>
<include_paths>
<include_path relative_path="./" type="c_include"/>
<include_path relative_path="./" type="c_include"/>
</include_paths>
</component>
<component id="platform.CMSIS.88MW320" name="CMSIS" brief="Cmsis" version="5.6.0" full_name="Cmsis" devices="device_88MW320_xx_xxxx" user_visible="true" type="CMSIS" package_base_path="CMSIS" project_base_path="./">
<dependencies>
<all>
<component_dependency value="platform.Include_common.88MW320"/>
<component_dependency value="platform.CMSIS_Driver_Include.Common_CMSISInclude.88MW320"/>
<component_dependency value="platform.CMSIS_Driver"/>
<component_dependency value="platform.CMSIS_Driver_Include.CAN_CMSISInclude.88MW320"/>
<component_dependency value="platform.CMSIS_Driver_Include.Ethernet_CMSISInclude.88MW320"/>
<component_dependency value="platform.CMSIS_Driver_Include.Ethernet_MAC_CMSISInclude.88MW320"/>
<component_dependency value="platform.CMSIS_Driver_Include.Ethernet_PHY_CMSISInclude.88MW320"/>
<component_dependency value="platform.CMSIS_Driver_Include.Flash_CMSISInclude.88MW320"/>
<component_dependency value="platform.CMSIS_Driver_Include.I2C_CMSISInclude.88MW320"/>
<component_dependency value="platform.CMSIS_Driver_Include.MCI_CMSISInclude.88MW320"/>
<component_dependency value="platform.CMSIS_Driver_Include.NAND_CMSISInclude.88MW320"/>
<component_dependency value="platform.CMSIS_Driver_Include.SAI_CMSISInclude.88MW320"/>
<component_dependency value="platform.CMSIS_Driver_Include.SPI_CMSISInclude.88MW320"/>
<component_dependency value="platform.CMSIS_Driver_Include.USART_CMSISInclude.88MW320"/>
<component_dependency value="platform.CMSIS_Driver_Include.USB_CMSISInclude.88MW320"/>
<component_dependency value="platform.CMSIS_Driver_Include.USB_Device_CMSISInclude.88MW320"/>
<component_dependency value="platform.CMSIS_Driver_Include.USB_Host_CMSISInclude.88MW320"/>
<component_dependency value="platform.CMSIS_Driver_Include.WiFi_CMSISInclude.88MW320"/>
<component_dependency value="platform.Include_dsp.88MW320"/>
</all>
</dependencies>
<source relative_path="./" project_relative_path="CMSIS" type="doc">
<files mask="LICENSE.txt"/>
</source>
<source relative_path="Include" type="c_include">
<files mask="cmsis_compiler.h"/>
<files mask="arm_math.h"/>
<files mask="core_cm35p.h"/>
<files mask="core_cm4.h"/>
<files mask="core_cm0plus.h"/>
<files mask="mpu_armv8.h"/>
<files mask="arm_common_tables.h"/>
<files mask="core_dsp.h"/>
<files mask="core_cm1.h"/>
<files mask="arm_const_structs.h"/>
<files mask="core_cm7.h"/>
<files mask="tz_context.h"/>
<files mask="cmsis_armcc.h"/>
<files mask="core_sc000.h"/>
<files mask="core_armv8mml.h"/>
<files mask="core_sc300.h"/>
<files mask="cmsis_armclang.h"/>
<files mask="cmsis_iccarm.h"/>
<files mask="core_cm0.h"/>
<files mask="core_armv8mbl.h"/>
<files mask="core_cm33.h"/>
<files mask="mpu_armv7.h"/>
<files mask="core_armv81mml.h"/>
<files mask="cmsis_gcc.h"/>
<files mask="core_cm3.h"/>
<files mask="cmsis_version.h"/>
<files mask="core_cm23.h"/>
<files mask="cmsis_armclang_ltm.h"/>
</source>
<include_paths>
<include_path relative_path="Include" type="c_include"/>
</include_paths>
</component>
<component id="platform.CMSIS_DSP_Lib.88MW320" name="CMSIS_DSP_Lib" brief="Cmsis_dsp_lib" version="1.7.0" full_name="Cmsis_dsp_lib" devices="device_88MW320_xx_xxxx" user_visible="false" type="CMSIS" package_base_path="CMSIS/DSP" project_base_path="DSP">
<source relative_path="Examples/ARM/arm_class_marks_example" type="src">
<files mask="arm_class_marks_example_f32.c"/>
</source>
<source relative_path="Examples/ARM/arm_class_marks_example" type="configuration">
<files mask="arm_class_marks_example.ini"/>
</source>
<source relative_path="Examples/ARM/arm_class_marks_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source relative_path="Examples/ARM/arm_class_marks_example" type="project">
<files mask="arm_class_marks_example.uvoptx"/>
<files mask="arm_class_marks_example.uvprojx"/>
</source>
<source relative_path="Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source relative_path="Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source relative_path="Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source relative_path="Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source relative_path="Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source relative_path="Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source relative_path="Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source relative_path="Examples/ARM/arm_class_marks_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source relative_path="Examples/ARM/arm_convolution_example" type="src">
<files mask="math_helper.c"/>
<files mask="arm_convolution_example_f32.c"/>
</source>
<source relative_path="Examples/ARM/arm_convolution_example" type="c_include">
<files mask="math_helper.h"/>
</source>
<source relative_path="Examples/ARM/arm_convolution_example" type="configuration">
<files mask="arm_convolution_example.ini"/>
</source>
<source relative_path="Examples/ARM/arm_convolution_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source relative_path="Examples/ARM/arm_convolution_example" type="project">
<files mask="arm_convolution_example.uvoptx"/>
<files mask="arm_convolution_example.uvprojx"/>
</source>
<source relative_path="Examples/ARM/arm_convolution_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source relative_path="Examples/ARM/arm_convolution_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source relative_path="Examples/ARM/arm_convolution_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source relative_path="Examples/ARM/arm_convolution_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source relative_path="Examples/ARM/arm_convolution_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source relative_path="Examples/ARM/arm_convolution_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source relative_path="Examples/ARM/arm_convolution_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source relative_path="Examples/ARM/arm_convolution_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source relative_path="Examples/ARM/arm_dotproduct_example" type="src">
<files mask="arm_dotproduct_example_f32.c"/>
</source>
<source relative_path="Examples/ARM/arm_dotproduct_example" type="configuration">
<files mask="arm_dotproduct_example.ini"/>
</source>
<source relative_path="Examples/ARM/arm_dotproduct_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source relative_path="Examples/ARM/arm_dotproduct_example" type="project">
<files mask="arm_dotproduct_example.uvoptx"/>
<files mask="arm_dotproduct_example.uvprojx"/>
</source>
<source relative_path="Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source relative_path="Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source relative_path="Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source relative_path="Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source relative_path="Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source relative_path="Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source relative_path="Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source relative_path="Examples/ARM/arm_dotproduct_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source relative_path="Examples/ARM/arm_fft_bin_example" type="src">
<files mask="arm_fft_bin_example_f32.c"/>
<files mask="arm_fft_bin_data.c"/>
</source>
<source relative_path="Examples/ARM/arm_fft_bin_example" type="configuration">
<files mask="arm_fft_bin_example.ini"/>
</source>
<source relative_path="Examples/ARM/arm_fft_bin_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source relative_path="Examples/ARM/arm_fft_bin_example" type="project">
<files mask="arm_fft_bin_example.uvoptx"/>
<files mask="arm_fft_bin_example.uvprojx"/>
</source>
<source relative_path="Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source relative_path="Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source relative_path="Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source relative_path="Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source relative_path="Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source relative_path="Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source relative_path="Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source relative_path="Examples/ARM/arm_fft_bin_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source relative_path="Examples/ARM/arm_fir_example" type="src">
<files mask="arm_fir_data.c"/>
<files mask="math_helper.c"/>
<files mask="arm_fir_example_f32.c"/>
</source>
<source relative_path="Examples/ARM/arm_fir_example" type="c_include">
<files mask="math_helper.h"/>
</source>
<source relative_path="Examples/ARM/arm_fir_example" type="configuration">
<files mask="arm_fir_example.ini"/>
</source>
<source relative_path="Examples/ARM/arm_fir_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source relative_path="Examples/ARM/arm_fir_example" type="project">
<files mask="arm_fir_example.uvoptx"/>
<files mask="arm_fir_example.uvprojx"/>
</source>
<source relative_path="Examples/ARM/arm_fir_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source relative_path="Examples/ARM/arm_fir_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source relative_path="Examples/ARM/arm_fir_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source relative_path="Examples/ARM/arm_fir_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source relative_path="Examples/ARM/arm_fir_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source relative_path="Examples/ARM/arm_fir_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source relative_path="Examples/ARM/arm_fir_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source relative_path="Examples/ARM/arm_fir_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source relative_path="Examples/ARM/arm_graphic_equalizer_example" type="src">
<files mask="math_helper.c"/>
<files mask="arm_graphic_equalizer_data.c"/>
<files mask="arm_graphic_equalizer_example_q31.c"/>
</source>
<source relative_path="Examples/ARM/arm_graphic_equalizer_example" type="c_include">
<files mask="math_helper.h"/>
</source>
<source relative_path="Examples/ARM/arm_graphic_equalizer_example" type="configuration">
<files mask="arm_graphic_equalizer_example.ini"/>
</source>
<source relative_path="Examples/ARM/arm_graphic_equalizer_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source relative_path="Examples/ARM/arm_graphic_equalizer_example" type="project">
<files mask="arm_graphic_equalizer_example.uvoptx"/>
<files mask="arm_graphic_equalizer_example.uvprojx"/>
</source>
<source relative_path="Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source relative_path="Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source relative_path="Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source relative_path="Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source relative_path="Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source relative_path="Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source relative_path="Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source relative_path="Examples/ARM/arm_graphic_equalizer_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source relative_path="Examples/ARM/arm_linear_interp_example" type="src">
<files mask="arm_linear_interp_example_f32.c"/>
<files mask="arm_linear_interp_data.c"/>
<files mask="math_helper.c"/>
</source>
<source relative_path="Examples/ARM/arm_linear_interp_example" type="c_include">
<files mask="math_helper.h"/>
</source>
<source relative_path="Examples/ARM/arm_linear_interp_example" type="configuration">
<files mask="arm_linear_interp_example.ini"/>
</source>
<source relative_path="Examples/ARM/arm_linear_interp_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source relative_path="Examples/ARM/arm_linear_interp_example" type="project">
<files mask="arm_linear_interp_example.uvoptx"/>
<files mask="arm_linear_interp_example.uvprojx"/>
</source>
<source relative_path="Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source relative_path="Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source relative_path="Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source relative_path="Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source relative_path="Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source relative_path="Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source relative_path="Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source relative_path="Examples/ARM/arm_linear_interp_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source relative_path="Examples/ARM/arm_matrix_example" type="src">
<files mask="arm_matrix_example_f32.c"/>
<files mask="math_helper.c"/>
</source>
<source relative_path="Examples/ARM/arm_matrix_example" type="c_include">
<files mask="math_helper.h"/>
</source>
<source relative_path="Examples/ARM/arm_matrix_example" type="configuration">
<files mask="arm_matrix_example.ini"/>
</source>
<source relative_path="Examples/ARM/arm_matrix_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source relative_path="Examples/ARM/arm_matrix_example" type="project">
<files mask="arm_matrix_example.uvoptx"/>
<files mask="arm_matrix_example.uvprojx"/>
</source>
<source relative_path="Examples/ARM/arm_matrix_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source relative_path="Examples/ARM/arm_matrix_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source relative_path="Examples/ARM/arm_matrix_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source relative_path="Examples/ARM/arm_matrix_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source relative_path="Examples/ARM/arm_matrix_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source relative_path="Examples/ARM/arm_matrix_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source relative_path="Examples/ARM/arm_matrix_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source relative_path="Examples/ARM/arm_matrix_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source relative_path="Examples/ARM/arm_signal_converge_example" type="src">
<files mask="arm_signal_converge_data.c"/>
<files mask="math_helper.c"/>
<files mask="arm_signal_converge_example_f32.c"/>
</source>
<source relative_path="Examples/ARM/arm_signal_converge_example" type="c_include">
<files mask="math_helper.h"/>
</source>
<source relative_path="Examples/ARM/arm_signal_converge_example" type="configuration">
<files mask="arm_signal_converge_example.ini"/>
</source>
<source relative_path="Examples/ARM/arm_signal_converge_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source relative_path="Examples/ARM/arm_signal_converge_example" type="project">
<files mask="arm_signal_converge_example.uvoptx"/>
<files mask="arm_signal_converge_example.uvprojx"/>
</source>
<source relative_path="Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source relative_path="Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source relative_path="Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source relative_path="Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source relative_path="Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source relative_path="Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source relative_path="Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source relative_path="Examples/ARM/arm_signal_converge_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source relative_path="Examples/ARM/arm_sin_cos_example" type="src">
<files mask="arm_sin_cos_example_f32.c"/>
</source>
<source relative_path="Examples/ARM/arm_sin_cos_example" type="configuration">
<files mask="arm_sin_cos_example.ini"/>
</source>
<source relative_path="Examples/ARM/arm_sin_cos_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source relative_path="Examples/ARM/arm_sin_cos_example" type="project">
<files mask="arm_sin_cos_example.uvoptx"/>
<files mask="arm_sin_cos_example.uvprojx"/>
</source>
<source relative_path="Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source relative_path="Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source relative_path="Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source relative_path="Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source relative_path="Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source relative_path="Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source relative_path="Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source relative_path="Examples/ARM/arm_sin_cos_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source relative_path="Examples/ARM/arm_variance_example" type="src">
<files mask="arm_variance_example_f32.c"/>
</source>
<source relative_path="Examples/ARM/arm_variance_example" type="configuration">
<files mask="arm_variance_example.ini"/>
</source>
<source relative_path="Examples/ARM/arm_variance_example" type="doc">
<files mask="Abstract.txt"/>
</source>
<source relative_path="Examples/ARM/arm_variance_example" type="project">
<files mask="arm_variance_example.uvoptx"/>
<files mask="arm_variance_example.uvprojx"/>
</source>
<source relative_path="Examples/ARM/arm_variance_example/RTE/Device/ARMCM0" type="src">
<files mask="system_ARMCM0.c"/>
</source>
<source relative_path="Examples/ARM/arm_variance_example/RTE/Device/ARMCM0" type="asm_include">
<files mask="startup_ARMCM0.s"/>
</source>
<source relative_path="Examples/ARM/arm_variance_example/RTE/Device/ARMCM3" type="src">
<files mask="system_ARMCM3.c"/>
</source>
<source relative_path="Examples/ARM/arm_variance_example/RTE/Device/ARMCM3" type="asm_include">
<files mask="startup_ARMCM3.s"/>
</source>
<source relative_path="Examples/ARM/arm_variance_example/RTE/Device/ARMCM4_FP" type="src">
<files mask="system_ARMCM4.c"/>
</source>
<source relative_path="Examples/ARM/arm_variance_example/RTE/Device/ARMCM4_FP" type="asm_include">
<files mask="startup_ARMCM4.s"/>
</source>
<source relative_path="Examples/ARM/arm_variance_example/RTE/Device/ARMCM7_SP" type="src">
<files mask="system_ARMCM7.c"/>
</source>
<source relative_path="Examples/ARM/arm_variance_example/RTE/Device/ARMCM7_SP" type="asm_include">
<files mask="startup_ARMCM7.s"/>
</source>
<source relative_path="Projects/ARM" type="script">
<files mask="arm_cortexM_math_Build.bat"/>
</source>
<source relative_path="Projects/ARM" type="project">
<files mask="arm_cortexM_math.uvoptx"/>
<files mask="arm_cortexM_math.uvprojx"/>
</source>
<source relative_path="Projects/GCC" type="script">
<files mask="arm_cortexM_math_Build.bat"/>
</source>
<source relative_path="Projects/GCC" type="project">
<files mask="arm_cortexM_math.uvoptx"/>
<files mask="arm_cortexM_math.uvprojx"/>
</source>
<source relative_path="Projects/IAR" type="script">
<files mask="arm_cortexM_math_Build.bat"/>
</source>
<source relative_path="Projects/IAR" type="other">
<files mask="arm_cortexM_math.eww"/>
</source>
<source relative_path="Projects/IAR" type="project">
<files mask="arm_cortexM_math.ewp"/>
</source>
<source relative_path="Source/BasicMathFunctions" type="src">
<files mask="arm_mult_f32.c"/>
<files mask="arm_dot_prod_q31.c"/>
<files mask="arm_sub_f32.c"/>
<files mask="arm_sub_q15.c"/>
<files mask="arm_shift_q7.c"/>
<files mask="arm_abs_q7.c"/>
<files mask="arm_abs_q31.c"/>
<files mask="arm_mult_q31.c"/>
<files mask="arm_dot_prod_f32.c"/>
<files mask="arm_offset_q31.c"/>
<files mask="arm_shift_q15.c"/>
<files mask="arm_shift_q31.c"/>
<files mask="arm_negate_q7.c"/>
<files mask="arm_add_q15.c"/>
<files mask="arm_add_q7.c"/>
<files mask="arm_offset_f32.c"/>
<files mask="arm_dot_prod_q15.c"/>
<files mask="arm_mult_q7.c"/>
<files mask="arm_dot_prod_q7.c"/>
<files mask="arm_abs_f32.c"/>
<files mask="arm_negate_q15.c"/>
<files mask="arm_scale_q15.c"/>
<files mask="arm_mult_q15.c"/>
<files mask="arm_add_q31.c"/>
<files mask="arm_scale_q7.c"/>
<files mask="arm_offset_q7.c"/>
<files mask="BasicMathFunctions.c"/>
<files mask="arm_sub_q31.c"/>
<files mask="arm_sub_q7.c"/>
<files mask="arm_negate_f32.c"/>
<files mask="arm_abs_q15.c"/>
<files mask="arm_scale_f32.c"/>
<files mask="arm_add_f32.c"/>
<files mask="arm_offset_q15.c"/>
<files mask="arm_negate_q31.c"/>
<files mask="arm_scale_q31.c"/>
</source>
<source relative_path="Source/CommonTables" type="src">
<files mask="CommonTables.c"/>
<files mask="arm_common_tables.c"/>
<files mask="arm_const_structs.c"/>
</source>
<source relative_path="Source/ComplexMathFunctions" type="src">
<files mask="arm_cmplx_mag_squared_f32.c"/>
<files mask="arm_cmplx_conj_f32.c"/>
<files mask="arm_cmplx_mag_q31.c"/>
<files mask="arm_cmplx_conj_q31.c"/>
<files mask="arm_cmplx_dot_prod_f32.c"/>
<files mask="arm_cmplx_mag_q15.c"/>
<files mask="arm_cmplx_mag_f32.c"/>
<files mask="arm_cmplx_dot_prod_q31.c"/>
<files mask="arm_cmplx_dot_prod_q15.c"/>
<files mask="arm_cmplx_mult_cmplx_q15.c"/>
<files mask="arm_cmplx_mag_squared_q15.c"/>
<files mask="arm_cmplx_conj_q15.c"/>
<files mask="arm_cmplx_mult_real_q31.c"/>
<files mask="arm_cmplx_mult_cmplx_f32.c"/>
<files mask="ComplexMathFunctions.c"/>
<files mask="arm_cmplx_mag_squared_q31.c"/>
<files mask="arm_cmplx_mult_real_q15.c"/>
<files mask="arm_cmplx_mult_cmplx_q31.c"/>
<files mask="arm_cmplx_mult_real_f32.c"/>
</source>
<source relative_path="Source/ControllerFunctions" type="src">
<files mask="arm_sin_cos_f32.c"/>
<files mask="ControllerFunctions.c"/>
<files mask="arm_pid_reset_q31.c"/>
<files mask="arm_pid_init_q15.c"/>
<files mask="arm_sin_cos_q31.c"/>
<files mask="arm_pid_reset_f32.c"/>
<files mask="arm_pid_reset_q15.c"/>
<files mask="arm_pid_init_f32.c"/>
<files mask="arm_pid_init_q31.c"/>
</source>
<source relative_path="Source/FastMathFunctions" type="src">
<files mask="arm_cos_q31.c"/>
<files mask="FastMathFunctions.c"/>
<files mask="arm_sin_q31.c"/>
<files mask="arm_sqrt_q15.c"/>
<files mask="arm_cos_q15.c"/>
<files mask="arm_sin_f32.c"/>
<files mask="arm_sin_q15.c"/>
<files mask="arm_cos_f32.c"/>
<files mask="arm_sqrt_q31.c"/>
</source>
<source relative_path="Source/FilteringFunctions" type="src">
<files mask="arm_iir_lattice_q15.c"/>
<files mask="arm_iir_lattice_init_q15.c"/>
<files mask="arm_fir_interpolate_q15.c"/>
<files mask="arm_correlate_fast_q15.c"/>
<files mask="arm_lms_norm_init_q15.c"/>
<files mask="arm_fir_sparse_f32.c"/>
<files mask="arm_fir_interpolate_f32.c"/>
<files mask="arm_biquad_cascade_df1_fast_q15.c"/>
<files mask="arm_iir_lattice_init_q31.c"/>
<files mask="arm_fir_decimate_q31.c"/>
<files mask="arm_fir_interpolate_q31.c"/>
<files mask="arm_fir_decimate_init_f32.c"/>
<files mask="arm_correlate_fast_opt_q15.c"/>
<files mask="arm_lms_q31.c"/>
<files mask="arm_lms_init_f32.c"/>
<files mask="arm_fir_sparse_q7.c"/>
<files mask="arm_conv_fast_opt_q15.c"/>
<files mask="arm_biquad_cascade_stereo_df2T_init_f32.c"/>
<files mask="arm_biquad_cascade_df1_init_q31.c"/>
<files mask="arm_biquad_cascade_df2T_init_f64.c"/>
<files mask="arm_iir_lattice_f32.c"/>
<files mask="arm_fir_lattice_f32.c"/>
<files mask="arm_conv_partial_opt_q15.c"/>
<files mask="arm_iir_lattice_q31.c"/>
<files mask="arm_correlate_fast_q31.c"/>
<files mask="arm_biquad_cascade_stereo_df2T_f32.c"/>
<files mask="arm_conv_f32.c"/>
<files mask="arm_fir_sparse_q15.c"/>
<files mask="arm_fir_sparse_init_q7.c"/>
<files mask="arm_biquad_cascade_df1_fast_q31.c"/>
<files mask="arm_biquad_cascade_df1_init_f32.c"/>
<files mask="arm_fir_sparse_init_q31.c"/>
<files mask="arm_fir_sparse_init_q15.c"/>
<files mask="arm_fir_interpolate_init_q15.c"/>
<files mask="arm_fir_lattice_q15.c"/>
<files mask="arm_fir_decimate_init_q15.c"/>
<files mask="arm_conv_partial_fast_opt_q15.c"/>
<files mask="arm_fir_q31.c"/>
<files mask="arm_biquad_cascade_df2T_init_f32.c"/>
<files mask="arm_conv_fast_q15.c"/>
<files mask="arm_fir_fast_q15.c"/>
<files mask="arm_conv_q7.c"/>
<files mask="arm_fir_q15.c"/>
<files mask="arm_correlate_q15.c"/>
<files mask="arm_lms_init_q15.c"/>
<files mask="arm_conv_q15.c"/>
<files mask="arm_conv_partial_q7.c"/>
<files mask="arm_lms_f32.c"/>
<files mask="arm_lms_norm_q15.c"/>
<files mask="arm_fir_sparse_init_f32.c"/>
<files mask="arm_lms_norm_init_q31.c"/>
<files mask="arm_biquad_cascade_df1_init_q15.c"/>
<files mask="arm_conv_partial_fast_q15.c"/>
<files mask="arm_fir_init_f32.c"/>
<files mask="arm_fir_decimate_f32.c"/>