Skip to content

Commit 0153593

Browse files
committed
Add Cortex-M1, Cortex-M7, Cortex-M7F target support for CORE_LABELS
1 parent 351ad18 commit 0153593

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workspace_tools/targets.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@
1919
"ARM7TDMI-S": ["ARM7"],
2020
"Cortex-M0" : ["M0", "CORTEX_M"],
2121
"Cortex-M0+": ["M0P", "CORTEX_M"],
22+
"Cortex-M1" : ["M1", "CORTEX_M"],
2223
"Cortex-M3" : ["M3", "CORTEX_M"],
2324
"Cortex-M4" : ["M4", "CORTEX_M"],
2425
"Cortex-M4F" : ["M4", "CORTEX_M"],
26+
"Cortex-M7" : ["M7", "CORTEX_M"],
27+
"Cortex-M7F" : ["M7", "CORTEX_M"],
2528
"Cortex-A9" : ["A9", "CORTEX_A"]
2629
}
2730

0 commit comments

Comments
 (0)