mirror of https://github.com/ARMmbed/mbed-os.git
parent
e6ba5f0cfb
commit
7020e6cd23
|
@ -412,8 +412,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