version 0.2

This commit is contained in:
NIIBE Yutaka
2010-09-13 11:47:21 +09:00
parent 8f029f96e9
commit 8bf281a656
10 changed files with 1145 additions and 288 deletions

668
doc/DEMO

File diff suppressed because it is too large Load Diff

View File

@@ -1,15 +1,15 @@
* configure support
configure script would be good to select a board and to generate
serial number.
random serial number.
* Random number update
Currently, Gnuk doesn't have random number generator, but use random
bytes calculated by hosts. When Gnuk uses random number, the entry in
bytes calculated by hosts. After Gnuk uses random number, the entry in
Flash ROM will be cleared. Some scheme to update random number bytes
is needed. Possibly, private Data Objects.
is needed. Possibly, private Data Objects, or by another SELECT FILE.
* Random Number Generator