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 a3a5840 + 922f69e commit 8483352Copy full SHA for 8483352
bsp/stm32f40x/rtconfig.py
@@ -64,7 +64,7 @@
64
LINK = 'armlink'
65
TARGET_EXT = 'axf'
66
67
- DEVICE = ' --cortex-m4.fp'
+ DEVICE = ' --cpu Cortex-M4.fp'
68
CFLAGS = DEVICE + ' --apcs=interwork -DUSE_STDPERIPH_DRIVER -DSTM32F40_41xxx'
69
AFLAGS = DEVICE
70
LFLAGS = DEVICE + ' --info sizes --info totals --info unused --info veneers --list rtthread-stm32.map --scatter stm32_rom.sct'
0 commit comments