From: NIIBE Yutaka Date: Fri, 15 Mar 2013 02:09:44 +0000 (+0900) Subject: Version 0.06 X-Git-Tag: release/0.06^0 X-Git-Url: http://git.gniibe.org/gitweb/?p=gnuk%2Fneug.git;a=commitdiff_plain;h=d7a7ec7ad172660e86974830e749465a615e73dc Version 0.06 --- diff --git a/ChangeLog b/ChangeLog index 5c20459..8eebd48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2013-03-15 Niibe Yutaka + * Version 0.06. + + * src/main.c (vcom_string3): Updated. + Support relocatable reGNUal. * src/neug.ld.in (_regnual_start): Now, it's just '.'. diff --git a/NEWS b/NEWS index 056a2ae..9638d0a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ NeuG NEWS - User visible changes +* Major changes in NeuG 0.06 + + Released 2013-03-15, by NIIBE Yutaka + +** Support for relocatable reGNUal +For firmware upgrade, we can use newer reGNUal (>= 1.0.4). + + * Major changes in NeuG 0.05 Released 2013-02-07, by NIIBE Yutaka diff --git a/README b/README index d17f466..266d4cd 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ NeuG - a true random number generator implementation (for STM32F103) - Version 0.05 - 2013-02-07 + Version 0.06 + 2013-03-15 Niibe Yutaka Free Software Initiative of Japan @@ -28,7 +28,7 @@ NeuG was named after my daughter, but I don't say she is noisy. Release notes ============= -This is the sixth release of NeuG, which is still experimental. Basic +This is the seventh release of NeuG, which is still experimental. Basic features (generating random numbers) are stable, but newly added things like reGNUal support should be considered unstable. Note that you need ChibiOS/RT 2.4.x as external source code. diff --git a/src/main.c b/src/main.c index 46f63ef..daab2a7 100644 --- a/src/main.c +++ b/src/main.c @@ -171,7 +171,7 @@ static const uint8_t vcom_string0[4] = { static uint8_t vcom_string3[28] = { 28, /* bLength. */ USB_STRING_DESCRIPTOR_TYPE, /* bDescriptorType. */ - '0', 0, '.', 0, '0', 0, '5', 0, /* Version number of NeuG. */ + '0', 0, '.', 0, '0', 0, '6', 0, /* Version number of NeuG. */ '-', 0, 0, 0, 0, 0, /* Filled by Unique device ID. */ 0, 0, 0, 0,