annotate makefile-frags/flash-script-gen @ 279:1badec9097de

AT@RST: use dar_reset_system() instead of relying on a NULL pointer call in Power_OFF_Button()
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 07 Aug 2017 04:22:47 +0000
parents 2bb8b1c11afc
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
259
2bb8b1c11afc build system: produce flash-script for flashing with fc-loadtool
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
1 flash-script: fwimage.bin
2bb8b1c11afc build system: produce flash-script for flashing with fc-loadtool
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
2 ../helpers/mk-flash-script $< ${FLASH_BASE_ADDR} ${FLASH_SECTOR_SIZE} \
2bb8b1c11afc build system: produce flash-script for flashing with fc-loadtool
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
3 > $@
2bb8b1c11afc build system: produce flash-script for flashing with fc-loadtool
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff changeset
4