Skip to content

Commit fe67df3

Browse files
BernardXionggitee-org
authored andcommitted
!29 【开源贡献活动】 增加线程栈静态分析功能(python版本) https://gitee.com/rtthread/rt-thread/issues/I1I3UR
Merge pull request !29 from 来日方长/stackchecker_WorstCaseStack_giteemaster
2 parents c8211aa + 4b8d446 commit fe67df3

File tree

3 files changed

+451
-1
lines changed

3 files changed

+451
-1
lines changed

bsp/stm32/stm32l475-atk-pandora/rtconfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
OBJCPY = PREFIX + 'objcopy'
4545

4646
DEVICE = ' -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -ffunction-sections -fdata-sections'
47-
CFLAGS = DEVICE + ' -Dgcc'
47+
CFLAGS = DEVICE + ' -Dgcc -fstack-usage -fdump-rtl-dfinish'
4848
AFLAGS = ' -c' + DEVICE + ' -x assembler-with-cpp -Wa,-mimplicit-it=thumb '
4949
LFLAGS = DEVICE + ' -Wl,--gc-sections,-Map=rt-thread.map,-cref,-u,Reset_Handler -T board/linker_scripts/link.lds'
5050

0 commit comments

Comments
 (0)