Loading src/arch/msp430fr5994lp/Makefile.inc +5 −0 Original line number Diff line number Diff line Loading @@ -178,7 +178,12 @@ arch_info: @echo "sleep_ms Overflow: 250 500" @echo "Monitor: /dev/${SERIAL_PORT} 115200" ifdef CONFIG_arch_msp430fr5994lp_large_mode attributes: build/system.elf ${QUIET}script/size.py ${SIZE} text,lower.text,upper.text,data,lower.data,upper.data data,lower.data,upper.data,bss,lower.bss,upper.bss else attributes: build/system.elf ${QUIET}script/size.py ${SIZE} text,data data,bss endif .PHONY: arch_clean arch_help arch_info attributes monitor program Loading
src/arch/msp430fr5994lp/Makefile.inc +5 −0 Original line number Diff line number Diff line Loading @@ -178,7 +178,12 @@ arch_info: @echo "sleep_ms Overflow: 250 500" @echo "Monitor: /dev/${SERIAL_PORT} 115200" ifdef CONFIG_arch_msp430fr5994lp_large_mode attributes: build/system.elf ${QUIET}script/size.py ${SIZE} text,lower.text,upper.text,data,lower.data,upper.data data,lower.data,upper.data,bss,lower.bss,upper.bss else attributes: build/system.elf ${QUIET}script/size.py ${SIZE} text,data data,bss endif .PHONY: arch_clean arch_help arch_info attributes monitor program