From e760d5b78061dbd99bdc15a7f5a5b9321905e535 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 26 Dec 2018 13:38:32 +0900 Subject: [PATCH] Add ChangeLog entry for Peter's changes. Note that the call of nvic_system_reset from device_initialize_once uses the old RESET vector. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 653c877..a74fe74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-12-22 Peter Lebbing + + * 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 * src/main.c [DFU_SUPPORT] (flash_write_any): New.