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 2f63fa7 commit 76efcd3Copy full SHA for 76efcd3
workspace_tools/toolchains/gcc.py
@@ -34,7 +34,7 @@ def __init__(self, target, options=None, notify=None, macros=None, silent=False,
34
mbedToolchain.__init__(self, target, options, notify, macros, silent)
35
36
if target.core == "Cortex-M0+":
37
- cpu = "cortex-m0"
+ cpu = "cortex-m0plus"
38
elif target.core == "Cortex-M4F":
39
cpu = "cortex-m4"
40
else:
0 commit comments