version 1.1.0

This commit is contained in:
NIIBE Yutaka
2013-12-20 14:06:48 +09:00
parent 9e9be01230
commit 67d4f1b441
6 changed files with 34 additions and 13 deletions

View File

@@ -15,6 +15,7 @@ Contents:
:maxdepth: 2
intro.rst
gpg-settings.rst
stop-scdaemon.rst
udev-rules.rst
gnuk-token-initial-configuration.rst
@@ -24,7 +25,6 @@ Contents:
gnuk-keytocard-noremoval.rst
gnuk-passphrase-setting.rst
using-gnuk-token-with-another-computer.rst
gpg-settings.rst
gnome3-gpg-settings.rst
development.rst

View File

@@ -39,14 +39,8 @@ In version 1.1.x, Gnuk supports following boards.
* STM32 part of STM8S Discovery Kit
Not supported yet.
* CQ STARM
* STBee
* STBee Mini
Host prerequisites for using Gnuk Token
---------------------------------------
@@ -59,7 +53,7 @@ Host prerequisites for using Gnuk Token
* SSH: openssh
* Web: scute, firefox
* [optional] Web: scute, firefox
Usages

View File

@@ -48,6 +48,7 @@ files. If not, please let the daemon reload rules::
udev rules for ST-Link/V2
=========================
For development of Gnuk, we use ST-Link/V2 as JTAG/SWD debugger.
We need to have a udev rule for ST-Link/V2. It's like::
ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="0483", ATTR{idProduct}=="3748", GROUP="tape", MODE="664", SYMLINK+="stlink"