add NEWS, README
This commit is contained in:
18
NEWS
18
NEWS
@@ -1,5 +1,23 @@
|
|||||||
Gnuk NEWS - User visible changes
|
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
|
* Major changes in Gnuk 1.0.2
|
||||||
|
|
||||||
Released 2013-02-15, by NIIBE Yutaka
|
Released 2013-02-15, by NIIBE Yutaka
|
||||||
|
|||||||
5
README
5
README
@@ -413,6 +413,11 @@ Then, with another terminal, type following to write "gnuk.elf" to Flash ROM:
|
|||||||
> exit
|
> 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
|
STM8S Discovery Kit
|
||||||
|
|||||||
Reference in New Issue
Block a user