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.
1 parent 07519cf commit 37808b1Copy full SHA for 37808b1
bsp/stm32/stm32l475-atk-pandora/rtconfig.py
@@ -44,7 +44,7 @@
44
OBJCPY = PREFIX + 'objcopy'
45
46
DEVICE = ' -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections'
47
- CFLAGS = DEVICE + ' -Dgcc'
+ CFLAGS = DEVICE + ' -Dgcc -fstack-usage -fdump-rtl-dfinish'
48
AFLAGS = ' -c' + DEVICE + ' -x assembler-with-cpp -Wa,-mimplicit-it=thumb '
49
LFLAGS = DEVICE + ' -Wl,--gc-sections,-Map=rt-thread.map,-cref,-u,Reset_Handler -T board/linker_scripts/link.lds'
50
0 commit comments