From 8fe11ad45ecc6f4602f1fcbdf3d9c90e716042e7 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Fri, 15 Mar 2013 10:41:18 +0900 Subject: [PATCH] add NEWS, README --- NEWS | 18 ++++++++++++++++++ README | 5 +++++ 2 files changed, 23 insertions(+) diff --git a/NEWS b/NEWS index d0f2b4b..60e1c0d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,23 @@ Gnuk NEWS - User visible changes +* Major changes in Gnuk 1.0.3 + + Released 2013-03-14, by NIIBE Yutaka + +** Relocatable reGNUal +The upgrade helper, reGNUal, is now relocatable (other than the first +vector table). It runs well when loaded at different address. This +makes the upgrade procedure more stable. + +** Compilation by newer GNU Toolchain +Now, Gnuk can be compiled with newer GNU Toolchain, specifically GCC +4.7.x and GNU Binutils 2.22. Old versions of Gnuk had problem for +ChibiOS_2.0.8/os/ports/GCC/ARMCMx/cmsis/core_cm3.c, which was fixed. + +** Data object 0x0073 +Data object 0x0073 is now available. + + * Major changes in Gnuk 1.0.2 Released 2013-02-15, by NIIBE Yutaka diff --git a/README b/README index 62011e3..91bc504 100644 --- a/README +++ b/README @@ -413,6 +413,11 @@ Then, with another terminal, type following to write "gnuk.elf" to Flash ROM: > exit $ +OpenOCD 0.6.1 now supports ST-Link/V2. We can use it: + + $ openocd -f interface/stlink-v2.cfg -f target/stm32f1x_stlink.cfg + +But it doesn't support option bytes handling yet. STM8S Discovery Kit