Skip to content

Commit 50719ed

Browse files
committed
RTOS - M4 files reuse for M7
1 parent 35574d2 commit 50719ed

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed

workspace_tools/targets.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"Cortex-M0+": ["M0P", "CORTEX_M"],
2222
"Cortex-M1" : ["M1", "CORTEX_M"],
2323
"Cortex-M3" : ["M3", "CORTEX_M"],
24-
"Cortex-M4" : ["M4", "CORTEX_M"],
25-
"Cortex-M4F" : ["M4", "CORTEX_M"],
26-
"Cortex-M7" : ["M7", "CORTEX_M"],
27-
"Cortex-M7F" : ["M7", "CORTEX_M"],
24+
"Cortex-M4" : ["M4", "CORTEX_M", "RTOS_M4_M7"],
25+
"Cortex-M4F" : ["M4", "CORTEX_M", "RTOS_M4_M7"],
26+
"Cortex-M7" : ["M7", "CORTEX_M", "RTOS_M4_M7"],
27+
"Cortex-M7F" : ["M7", "CORTEX_M", "RTOS_M4_M7"],
2828
"Cortex-A9" : ["A9", "CORTEX_A"]
2929
}
3030

0 commit comments

Comments
 (0)