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
23chrischen 2014-08-20 13:45:05 -05:00
parent c73b091a6e
commit 5d01f0e45b
1 changed files with 1 additions and 1 deletions

View File

@ -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"