version 0.3
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2010-10-23 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
|
* Version 0.3.
|
||||||
|
|
||||||
|
* src/usb_desc.c (gnukStringSerial): Updated.
|
||||||
|
|
||||||
2010-10-22 NIIBE Yutaka <gniibe@fsij.org>
|
2010-10-22 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
* src/gnuk.ld.in (.gnuk_random): Fix description so that
|
* src/gnuk.ld.in (.gnuk_random): Fix description so that
|
||||||
|
|||||||
27
README
27
README
@@ -1,7 +1,7 @@
|
|||||||
Gnuk - software for GPG USB Token
|
Gnuk - software for GPG USB Token
|
||||||
|
|
||||||
Version 0.3
|
Version 0.3
|
||||||
2010-10-21
|
2010-10-23
|
||||||
Niibe Yutaka
|
Niibe Yutaka
|
||||||
Free Software Initiative of Japan
|
Free Software Initiative of Japan
|
||||||
|
|
||||||
@@ -26,8 +26,8 @@ USB Token by Gnuk everywhere.
|
|||||||
Release notes
|
Release notes
|
||||||
=============
|
=============
|
||||||
|
|
||||||
This is third release of Gnuk. While it works somehow, it is still
|
This is fourth release of Gnuk. While it works well for specific
|
||||||
experimental.
|
usages, it is still experimental.
|
||||||
|
|
||||||
Tested features are:
|
Tested features are:
|
||||||
|
|
||||||
@@ -59,12 +59,13 @@ It is known not-working well:
|
|||||||
Targets
|
Targets
|
||||||
=======
|
=======
|
||||||
|
|
||||||
We use Olimex STM32-H103 board. CQ STARM with DFU support is added,
|
We use Olimex STM32-H103 board. DFU support is added, it's mainly for
|
||||||
but not tested, because we don't have a tool to write DFU which is
|
CQ STARM and STBee Mini but those targets are not tested extensively.
|
||||||
Free Software.
|
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
|
I think that it could run on Olimex STM32-P103, or STBee too.
|
||||||
too. Besides, we are porting it to STM32 Primer 2.
|
Besides, we are porting it to STM32 Primer 2.
|
||||||
|
|
||||||
|
|
||||||
Souce code
|
Souce code
|
||||||
@@ -267,16 +268,6 @@ FSIJ welcomes your contributions. Please assign your copyright
|
|||||||
to FSIJ (if possible).
|
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
|
Foot note
|
||||||
==========
|
==========
|
||||||
* NUK(R) is a registered trademark owend by MAPA GmbH, Germany.
|
* NUK(R) is a registered trademark owend by MAPA GmbH, Germany.
|
||||||
|
|||||||
@@ -207,7 +207,7 @@ static const uint8_t gnukStringSerial[] = {
|
|||||||
8*2+2, /* bLength */
|
8*2+2, /* bLength */
|
||||||
USB_STRING_DESCRIPTOR_TYPE, /* bDescriptorType */
|
USB_STRING_DESCRIPTOR_TYPE, /* bDescriptorType */
|
||||||
'2', 0, '0', 0, '1', 0, '0', 0,
|
'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 = {
|
const ONE_DESCRIPTOR Device_Descriptor = {
|
||||||
|
|||||||
Reference in New Issue
Block a user