FreeCalypso > hg > fc-magnetite
annotate makefile-frags/flash-script-gen @ 461:69da44f2909e
doc/Compiling: mention that the dsample target is currently D-Sample C05
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 19 Mar 2018 18:47:51 +0000 |
parents | 2bb8b1c11afc |
children |
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 |