Skip to content
Snippets Groups Projects
Commit bfea211b authored by Daniel Friesel's avatar Daniel Friesel
Browse files

add nfpvalues and nfpkeys make targets

parent d29c6157
No related branches found
No related tags found
No related merge requests found
......@@ -321,4 +321,7 @@ info: arch_info
@echo "CXXFLAGS: ${CXXFLAGS}"
@echo "Selected (common/arch) drivers: ${drivers} / ${arch_drivers}"
.PHONY: clean config default randconfig stack stackm help info
nfpkeys:
@echo '{"OS Image": {"ROM": {"unit": "B", "description": "ROM size", "minimize": true}, "RAM": {"unit": "B", "description": "RAM size", "minimize": true}}}'
.PHONY: clean config default randconfig stack stackm help info nfpkeys
......@@ -187,4 +187,7 @@ arch_info:
attributes: build/system.elf
${QUIET}script/size.py avr-size text,data data,bss
nfpvalues: build/system.elf
${QUIET}script/nfpvalues.py avr-size text,data data,bss
.PHONY: arch_clean arch_help arch_info attributes cat monitor program size
......@@ -182,4 +182,7 @@ arch_info:
attributes: build/system.elf
${QUIET}script/size.py avr-size text,data data,bss
nfpvalues: build/system.elf
${QUIET}script/nfpvalues.py avr-size text,data data,bss
.PHONY: arch_clean arch_help arch_info attributes cat monitor program size
......@@ -91,4 +91,7 @@ arch_info:
attributes: build/system.elf
${QUIET}script/size.py avr-size text,data data,bss
nfpvalues: build/system.elf
${QUIET}script/nfpvalues.py avr-size text,data data,bss
.PHONY: arch_clean arch_help arch_info attributes monitor program
......@@ -121,4 +121,7 @@ arch_info:
attributes: build/system.elf
${QUIET}script/size.py ${SIZE} text,irom0.text data,bss
nfpvalues: build/system.elf
${QUIET}script/nfpvalues.py ${SIZE} text,irom0.text data,bss
.PHONY: arch_clean arch_help arch_info attributes cat monitor program
......@@ -127,4 +127,7 @@ arch_info:
attributes: build/system.elf
${QUIET}script/size.py ${SIZE} text,data data,bss
nfpvalues: build/system.elf
${QUIET}script/nfpvalues.py ${SIZE} text,data data,bss
.PHONY: arch_clean arch_help arch_info attributes cat monitor program
......@@ -134,4 +134,10 @@ arch_info:
@echo "Counter Overflow: 65536/255"
@echo "Monitor: ${SERIAL_PORT} ${uart_baud}"
attributes: build/system.elf
${QUIET}script/size.py avr-size text,data data,bss
nfpvalues: build/system.elf
${QUIET}script/nfpvalues.py avr-size text,data data,bss
.PHONY: arch_clean arch_help arch_info monitor program
......@@ -165,4 +165,7 @@ arch_info:
attributes: build/system.elf
${QUIET}script/size.py ${SIZE} text,data data,bss
nfpvalues: build/system.elf
${QUIET}script/nfpvalues.py ${SIZE} text,data data,bss
.PHONY: arch_clean arch_help arch_info attributes monitor program
......@@ -215,9 +215,13 @@ gdb:
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
nfpvalues: build/system.elf
${QUIET}script/nfpvalues.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
nfpvalues: build/system.elf
${QUIET}script/nfpvalues.py ${SIZE} text,data data,bss
endif
.PHONY: arch_clean arch_help arch_info attributes cat monitor program
......@@ -77,4 +77,7 @@ arch_info:
attributes: build/system.elf
${QUIET}script/size.py size text data,bss
nfpvalues: build/system.elf
${QUIET}script/nfpvalues.py size text data,bss
.PHONY: arch_clean arch_help arch_info attributes monitor program run
......@@ -134,4 +134,7 @@ arch_info:
attributes: build/system.elf
${QUIET}script/size.py ${SIZE} text,data data,bss
nfpvalues: build/system.elf
${QUIET}script/nfpvalues.py ${SIZE} text,data data,bss
.PHONY: arch_clean arch_help arch_info attributes cat monitor program
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment