mirror of https://github.com/ARMmbed/mbed-os.git
Correct typo no_dsp - nodsp
armclang - nodsp armlink - no_dsp diff --git a/tools/tpull/9606/head
parent
febbeffff6
commit
b49a6b2ad8
|
@ -404,8 +404,8 @@ class ARMC6(ARM_STD):
|
|||
"Cortex-M4F": "cortex-m4",
|
||||
"Cortex-M7F": "cortex-m7",
|
||||
"Cortex-M7FD": "cortex-m7",
|
||||
"Cortex-M33": "cortex-m33+no_dsp+no_fp",
|
||||
"Cortex-M33F": "cortex-m33+no_dsp",
|
||||
"Cortex-M33": "cortex-m33+nodsp",
|
||||
"Cortex-M33F": "cortex-m33+nodsp",
|
||||
"Cortex-M33FE": "cortex-m33"}.get(core, core)
|
||||
|
||||
cpu = cpu.lower()
|
||||
|
|
Loading…
Reference in New Issue