summaryrefslogtreecommitdiff
path: root/src/arch/stm32f446re-nucleo
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2021-10-11 09:46:29 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2021-10-11 09:46:29 +0200
commitbfea211b190d5dfe06d0ab88ba1b5bfc0781e57b (patch)
tree94f6a782510a940f59bbbae384ed26600886e108 /src/arch/stm32f446re-nucleo
parentd29c615741006cce3c49f64b4ba23534534e5526 (diff)
add nfpvalues and nfpkeys make targets
Diffstat (limited to 'src/arch/stm32f446re-nucleo')
-rw-r--r--src/arch/stm32f446re-nucleo/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/stm32f446re-nucleo/Makefile.inc b/src/arch/stm32f446re-nucleo/Makefile.inc
index 9524f5a..2b39d62 100644
--- a/src/arch/stm32f446re-nucleo/Makefile.inc
+++ b/src/arch/stm32f446re-nucleo/Makefile.inc
@@ -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