Skip to content

Commit cae568c

Browse files
author
Alexander Zilberkant
committed
Add Cortex-M33E to cpu conversion table for ARMC6
1 parent 5f2991d commit cae568c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/toolchains/arm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@ def __init__(self, target, *args, **kwargs):
547547
"Cortex-M7FD": "cortex-m7",
548548
"Cortex-M33": "cortex-m33+nodsp",
549549
"Cortex-M33F": "cortex-m33+nodsp",
550+
"Cortex-M33E": "cortex-m33",
550551
"Cortex-M33FE": "cortex-m33"}.get(core, core)
551552

552553
cpu = cpu.lower()

0 commit comments

Comments
 (0)