Skip to content

Commit c5b5407

Browse files
committed
cmsis_importer.json: adjust source paths
1 parent dc1198b commit c5b5407

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

tools/importer/cmsis_importer.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,31 @@
1717
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Config/RTX_Config.c"
1818
},
1919
{
20-
"src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_cm0.S",
20+
"src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_cm0.s",
2121
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_ARM/TARGET_M0/irq_cm0.S"
2222
},
2323
{
24-
"src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_cm0.S",
24+
"src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_cm0.s",
2525
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_ARM/TARGET_M0P/irq_cm0.S"
2626
},
2727
{
28-
"src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mbl.S",
28+
"src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mbl.s",
2929
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_ARM/TARGET_M23/irq_armv8mbl.S"
3030
},
3131
{
32-
"src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_cm3.S",
32+
"src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_cm3.s",
3333
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_ARM/TARGET_M3/irq_cm3.S"
3434
},
3535
{
36-
"src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.S",
36+
"src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_armv8mml.s",
3737
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_ARM/TARGET_M33/irq_armv8mml.S"
3838
},
3939
{
40-
"src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_cm4f.S",
40+
"src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_cm4f.s",
4141
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_ARM/TARGET_RTOS_M4_M7/irq_cm4f.S"
4242
},
4343
{
44-
"src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_ca.S",
44+
"src_file" : "CMSIS/RTOS2/RTX/Source/ARM/irq_ca.s",
4545
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_ARM/TARGET_CORTEX_A/irq_ca.S"
4646
},
4747
{
@@ -73,31 +73,31 @@
7373
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_GCC/TARGET_CORTEX_A/irq_ca.S"
7474
},
7575
{
76-
"src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_cm0.S",
76+
"src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_cm0.s",
7777
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_M0/irq_cm0.S"
7878
},
7979
{
80-
"src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_cm0.S",
80+
"src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_cm0.s",
8181
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_M0P/irq_cm0.S"
8282
},
8383
{
84-
"src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl_common.S",
84+
"src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mbl_common.s",
8585
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_M23/irq_armv8mbl_common.S"
8686
},
8787
{
88-
"src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_cm3.S",
88+
"src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_cm3.s",
8989
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_M3/irq_cm3.S"
9090
},
9191
{
92-
"src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_common.S",
92+
"src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_armv8mml_common.s",
9393
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_M33/irq_armv8mml_common.S"
9494
},
9595
{
96-
"src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_cm4f.S",
96+
"src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_cm4f.s",
9797
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_RTOS_M4_M7/irq_cm4f.S"
9898
},
9999
{
100-
"src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_ca.S",
100+
"src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_ca.s",
101101
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_CORTEX_A/irq_ca.S"
102102
},
103103
{

0 commit comments

Comments
 (0)