We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d046c91 commit fdb1a4fCopy full SHA for fdb1a4f
tools/toolchains/gcc.py
@@ -72,7 +72,7 @@ def __init__(self, target, notify=None, macros=None, build_profile=None,
72
"Cortex-M4F": "cortex-m4",
73
"Cortex-M7F": "cortex-m7",
74
"Cortex-M7FD": "cortex-m7",
75
- "Cortex-M33F": "cortex-m33+no_dsp",
+ "Cortex-M33F": "cortex-m33+nodsp",
76
"Cortex-M33FE": "cortex-m33"}.get(core, core)
77
78
if core == "Cortex-M33":
0 commit comments