mirror of https://github.com/ARMmbed/mbed-os.git
Add Cortex-M7F support for the armcc toolchain
parent
06e2b3c880
commit
7fdc827b50
|
|
@ -37,6 +37,8 @@ class ARM(mbedToolchain):
|
|||
cpu = "Cortex-M0"
|
||||
elif target.core == "Cortex-M4F":
|
||||
cpu = "Cortex-M4.fp"
|
||||
elif target.core == "Cortex-M7F":
|
||||
cpu = "Cortex-M7.fp.sp"
|
||||
else:
|
||||
cpu = target.core
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue