mirror of https://github.com/ARMmbed/mbed-os.git
Changed "Cortex-M4" to "Cortex-M4F"
This got reverted but wasn't added back in the last SDK build. Would appreciate if the online compiler would include this.pull/456/head
parent
c73b091a6e
commit
5d01f0e45b
|
@ -315,7 +315,7 @@ class NUCLEO_F401RE(Target):
|
|||
class NUCLEO_F411RE(Target):
|
||||
def __init__(self):
|
||||
Target.__init__(self)
|
||||
self.core = "Cortex-M4"
|
||||
self.core = "Cortex-M4F"
|
||||
self.extra_labels = ['STM', 'STM32F4', 'STM32F411RE']
|
||||
self.supported_toolchains = ["ARM", "uARM"]
|
||||
self.default_toolchain = "uARM"
|
||||
|
|
Loading…
Reference in New Issue