Changes for CQ STARM.

This commit is contained in:
NIIBE Yutaka 2010-10-20 10:20:45 +09:00
parent 04f8bdf625
commit 73a5065c93
3 changed files with 12 additions and 5 deletions

2
NEWS
View File

@ -8,6 +8,8 @@ Gnuk NEWS - User visible changes
** Support system with DFU (Device Firmware Upgrade) downloader. ** Support system with DFU (Device Firmware Upgrade) downloader.
** New board support "CQ STARM".
** Improved USB-ICCD implementation. Works fine with GPG's protocol stack. ** Improved USB-ICCD implementation. Works fine with GPG's protocol stack.

14
README
View File

@ -1,7 +1,7 @@
Gnuk - software for GPG USB Token Gnuk - software for GPG USB Token
Version 0.2 Version 0.3
2010-09-13 2010-10-21
Niibe Yutaka Niibe Yutaka
Free Software Initiative of Japan Free Software Initiative of Japan
@ -44,6 +44,8 @@ Tested features are:
* PSO: Decipher * PSO: Decipher
* INTERNAL AUTHENTICATE
It is known not-working well: It is known not-working well:
* Key import multiple times * Key import multiple times
@ -57,10 +59,12 @@ It is known not-working well:
Targets Targets
======= =======
We use Olimex STM32-H103 board. 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.
I think that it could run on Olimex STM32-P103, STBee, STBee mini, or I think that it could run on Olimex STM32-P103, STBee, or STBee mini
CQ-STARM too. Besides, we are porting it to STM32 Primer 2. too. Besides, we are porting it to STM32 Primer 2.
Souce code Souce code

View File

@ -24,6 +24,7 @@ USB_Cable_Config (FunctionalState NewState)
* It seems that users can add the functionality with USB_DC (PD9) * It seems that users can add the functionality with USB_DC (PD9)
* though * though
*/ */
(void)NewState;
} }
void void