Skip to content

Commit f967c8b

Browse files
committed
cmsis_importer: take just Source/os_systick.c
1 parent c5b5407 commit f967c8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/importer/cmsis_importer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
"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
},
99+
{
100+
"src_file" : "CMSIS/RTOS2/Source/os_systick.c",
101+
"dest_file" : "rtos/TARGET_CORTEX/rtx5/Source/os_systick.c"
102+
},
99103
{
100104
"src_file" : "CMSIS/RTOS2/RTX/Source/IAR/irq_ca.s",
101105
"dest_file" : "rtos/TARGET_CORTEX/rtx5/RTX/Source/TOOLCHAIN_IAR/TARGET_CORTEX_A/irq_ca.S"
@@ -114,10 +118,6 @@
114118
"src_folder" : "CMSIS/RTOS2/Include/",
115119
"dest_folder" : "rtos/TARGET_CORTEX/rtx5/Include/"
116120
},
117-
{
118-
"src_folder" : "CMSIS/RTOS2/Source/",
119-
"dest_folder" : "rtos/TARGET_CORTEX/rtx5/Source/"
120-
},
121121
{
122122
"src_folder" : "CMSIS/RTOS2/RTX/Include1/",
123123
"dest_folder" : "rtos/TARGET_CORTEX/rtx4/"

0 commit comments

Comments
 (0)