From 139a864009982298189f9f5ce007aa1071f1abf0 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Sat, 23 Oct 2010 11:20:56 +0900 Subject: [PATCH] version 0.3 --- ChangeLog | 6 ++++++ README | 27 +++++++++------------------ src/usb_desc.c | 2 +- 3 files changed, 16 insertions(+), 19 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6a1691c..dc9a9dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-10-23 NIIBE Yutaka + + * Version 0.3. + + * src/usb_desc.c (gnukStringSerial): Updated. + 2010-10-22 NIIBE Yutaka * src/gnuk.ld.in (.gnuk_random): Fix description so that diff --git a/README b/README index c3ee9fc..d128681 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Gnuk - software for GPG USB Token Version 0.3 - 2010-10-21 + 2010-10-23 Niibe Yutaka Free Software Initiative of Japan @@ -26,8 +26,8 @@ USB Token by Gnuk everywhere. Release notes ============= -This is third release of Gnuk. While it works somehow, it is still -experimental. +This is fourth release of Gnuk. While it works well for specific +usages, it is still experimental. Tested features are: @@ -59,12 +59,13 @@ It is known not-working well: Targets ======= -We use Olimex STM32-H103 board. CQ STARM with DFU support is added, -but not tested, because we don't have a tool to write DFU which is -Free Software. +We use Olimex STM32-H103 board. DFU support is added, it's mainly for +CQ STARM and STBee Mini but those targets are not tested extensively. +That's because we don't have a Free Software tool to write through +DFU. -I think that it could run on Olimex STM32-P103, STBee, or STBee mini -too. Besides, we are porting it to STM32 Primer 2. +I think that it could run on Olimex STM32-P103, or STBee too. +Besides, we are porting it to STM32 Primer 2. Souce code @@ -267,16 +268,6 @@ FSIJ welcomes your contributions. Please assign your copyright to FSIJ (if possible). -Development history -=================== - -Initially, the development was started with a copy of the files in -ChibiOS_2.0.2/demos/ARMCM3-STM32F103-GCC/*, Makefile, linker script, -and header files (chconf.h, halconf.h, and mcuconf.h). - -Since this is the initial release, some garbages may still remain. - - Foot note ========== * NUK(R) is a registered trademark owend by MAPA GmbH, Germany. diff --git a/src/usb_desc.c b/src/usb_desc.c index 7250547..e1c705e 100644 --- a/src/usb_desc.c +++ b/src/usb_desc.c @@ -207,7 +207,7 @@ static const uint8_t gnukStringSerial[] = { 8*2+2, /* bLength */ USB_STRING_DESCRIPTOR_TYPE, /* bDescriptorType */ '2', 0, '0', 0, '1', 0, '0', 0, - '1', 0, '0', 0, '2', 0, '2', 0 + '1', 0, '0', 0, '2', 0, '3', 0 }; const ONE_DESCRIPTOR Device_Descriptor = {