[riot-commits] [RIOT-OS/RIOT] 3af10a: edbg.inc.mk: do not erase the whole rom before fla...
Kaspar Schleiser
kaspar at schleiser.de
Thu Aug 30 22:25:33 CEST 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 3af10a604ecf5254ba718ad0fe69011e48782e28
https://github.com/RIOT-OS/RIOT/commit/3af10a604ecf5254ba718ad0fe69011e48782e28
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2018-08-16 (Thu, 16 Aug 2018)
Changed paths:
M makefiles/tools/edbg.inc.mk
Log Message:
-----------
edbg.inc.mk: do not erase the whole rom before flashing
This mimics openocd behaviour that only erase needed sectors of the rom.
Commit: e6776ae8d1928c03172bc567ac315a22c1a8e26f
https://github.com/RIOT-OS/RIOT/commit/e6776ae8d1928c03172bc567ac315a22c1a8e26f
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2018-08-16 (Thu, 16 Aug 2018)
Changed paths:
M makefiles/tools/edbg.inc.mk
Log Message:
-----------
edbg.inc.mk: allow flashing with an offset in rom
Allow flashing with an offset in ROM from the rom base address.
It reuses `IMAGE_OFFSET` configuration variable name from `openocd.sh`.
This will allow flashing multiple images with different flash operations.
Commit: bcb438a661311d865f7bfcb1c58a0f99648a84fb
https://github.com/RIOT-OS/RIOT/commit/bcb438a661311d865f7bfcb1c58a0f99648a84fb
Author: Kaspar Schleiser <kaspar at schleiser.de>
Date: 2018-08-30 (Thu, 30 Aug 2018)
Changed paths:
M makefiles/tools/edbg.inc.mk
Log Message:
-----------
Merge pull request #9788 from cladmi/pr/edbg/flashbin
edbg.inc.mk: allow flashing with an offset in rom without erasing all ROM
Compare: https://github.com/RIOT-OS/RIOT/compare/5b87b1d62171...bcb438a66131
**NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the commits
mailing list