We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8215203 + 2ae1072 commit c020820Copy full SHA for c020820
workspace_tools/targets.py
@@ -340,7 +340,7 @@ class NUCLEO_F401RE(Target):
340
def __init__(self):
341
Target.__init__(self)
342
343
- self.core = "Cortex-M4"
+ self.core = "Cortex-M4F"
344
345
self.extra_labels = ['STM', 'STM32F4', 'STM32F401RE']
346
@@ -372,7 +372,7 @@ class NUCLEO_F302R8(Target):
372
373
374
375
376
377
self.extra_labels = ['STM', 'STM32F3', 'STM32F302R8']
378
0 commit comments