Add ChangeLog entry for Peter's changes.

Note that the call of nvic_system_reset from device_initialize_once
uses the old RESET vector.
This commit is contained in:
NIIBE Yutaka
2018-12-26 13:38:32 +09:00
parent b57c33c204
commit e760d5b780

View File

@@ -1,3 +1,9 @@
2018-12-22 Peter Lebbing <peter@digitalbrains.com>
* src/main.c (device_initialize_once): Fill the stack address and
reset vector of Gnuk application (was the one of old SYS).
Reset the board after updating the first five pages of flash.
2018-12-21 Peter Lebbing <peter@digitalbrains.com>
* src/main.c [DFU_SUPPORT] (flash_write_any): New.