File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -495,10 +495,10 @@ check-size: top-symbols
495
495
top-symbols : build
496
496
echo " ###########################################"
497
497
echo " # Highest flash usage:"
498
- $(NM ) -Crtd --size-sort $(BUILD_DIR ) /$(TARGET ) .elf | grep -i ' [t ] ' | head -n$(NUM_TOP_SYMBOLS ) | sed -e ' s#^0000000# #g' -e ' s#^000000# #g' -e ' s#^00000# #g' -e ' s#^0000# #g' -e ' s#^000# #g' -e ' s#^00# #g' -e ' s#^0# #g'
498
+ $(NM ) -Crtd --size-sort $(BUILD_DIR ) /$(TARGET ) .elf | grep ' [RrTt ] ' | head -n$(NUM_TOP_SYMBOLS ) | sed -e ' s#^0000000# #g' -e ' s#^000000# #g' -e ' s#^00000# #g' -e ' s#^0000# #g' -e ' s#^000# #g' -e ' s#^00# #g' -e ' s#^0# #g'
499
499
echo " ###########################################"
500
500
echo " # Highest RAM usage:"
501
- $(NM ) -Crtd --size-sort $(BUILD_DIR ) /$(TARGET ) .elf | grep -i ' [dbv ] ' | head -n$(NUM_TOP_SYMBOLS ) | sed -e ' s#^0000000# #g' -e ' s#^000000# #g' -e ' s#^00000# #g' -e ' s#^0000# #g' -e ' s#^000# #g' -e ' s#^00# #g' -e ' s#^0# #g'
501
+ $(NM ) -Crtd --size-sort $(BUILD_DIR ) /$(TARGET ) .elf | grep ' [BbCDdGgSs ] ' | head -n$(NUM_TOP_SYMBOLS ) | sed -e ' s#^0000000# #g' -e ' s#^000000# #g' -e ' s#^00000# #g' -e ' s#^0000# #g' -e ' s#^000# #g' -e ' s#^00# #g' -e ' s#^0# #g'
502
502
echo " ###########################################"
503
503
endif
504
504
You can’t perform that action at this time.
0 commit comments