author | NIIBE Yutaka <gniibe@fsij.org> | 2018年01月25日 10:30:01 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2018年01月25日 10:32:00 +0900 |
commit | e2c7eb13268471fa1db4d41c1e31848a88a87f07 (patch) | |
tree | e69dfc23f21d6ab33220a4352f488f854b244219 | |
parent | 65d799c91c24d616e2d2bd28a9d7d039a6e36abb (diff) |
-rw-r--r-- | content/gnuk/chopstx-version-1_8.rst | 41 | ||||
-rw-r--r-- | content/gnuk/neug_version1_0_7.rst | 34 | ||||
-rw-r--r-- | content/gnuk/version1_2_8.rst | 49 | ||||
-rw-r--r-- | content/pages/gnuk/git-ro-repository.rst | 7 |
diff --git a/content/gnuk/chopstx-version-1_8.rst b/content/gnuk/chopstx-version-1_8.rst new file mode 100644 index 0000000..24717c2 --- /dev/null +++ b/content/gnuk/chopstx-version-1_8.rst @@ -0,0 +1,41 @@ +Chopstx Version 1.8 +******************* +:slug: gnuk/chopstx-version-1_8 +:date: 2018年01月19日 +:category: gnuk + +.. author gniibe + +Version 1.8 of Chopstx is released. :: + + tag release/1.8 + Tagger: NIIBE Yutaka <gniibe@fsij.org> + Date: Fri Jan 19 10:12:51 2018 +0900 + commit aa63ac79bc331b7c60943d77ec3c1f82e8c353d9 + +Chopstx is an RT thread library for STM32F103 (ARM Cortex-M3), +STM32F030 (ARM Cortex-M0), MKL27Z (ARM Cortex-M0plus), and +emulation on GNU/Linux. + +Since version 1.2, changes are: + +* New board support: Blue Pill +* New port: Emulation on GNU/Linux +* Stack size definition by stack-def.h +* USB driver now supports USB suspend and wakeup +* USB driver API change of USB\_DEVICE\_STATE\_ prefix +* API change: chopstx_poll +* New feature: sleep mode: chopstx\_conf\_idle +* New driver: USART for STM32 +* Fix: thread cancellation +* Fix: timer wakeup + + +Links +===== + +Chopstx: + https://salsa.debian.org/gnuk-team/chopstx/chopstx + +Gnuk Mailing List: + https://lists.gnupg.org/mailman/listinfo/gnuk-users diff --git a/content/gnuk/neug_version1_0_7.rst b/content/gnuk/neug_version1_0_7.rst new file mode 100644 index 0000000..2802367 --- /dev/null +++ b/content/gnuk/neug_version1_0_7.rst @@ -0,0 +1,34 @@ +NeuG Version 1.0.7 +****************** +:slug: gnuk/neug_version1_0_7 +:date: 2018年01月19日 +:category: gnuk + +.. author gniibe + +Version 1.0.7 of NeuG has been released. :: + + tag release/1.0.7 + Tagger: NIIBE Yutaka <gniibe@fsij.org> + Date: Fri Jan 19 16:15:33 2018 +0900 + commit 442795a8624ed1fa315a1f32521eee2f4f4972a4 + + +NeuG is an implementation of True Random Number Generator based on +sampling of ADC of STM32F103. + +Not much changes, but upgrade of submodules of Chopstx and Fraucheky. +Functionality and performance of NeuG is as same as 1.0.4. + + +Links +===== + +NeuG (under Gnuk Repository): + https://salsa.debian.org/gnuk-team/gnuk/neug + +Gnuk Mailing List: + https://lists.gnupg.org/mailman/listinfo/gnuk-users + +FST-01 support pages: + http://www.gniibe.org/category/fst-01.html diff --git a/content/gnuk/version1_2_8.rst b/content/gnuk/version1_2_8.rst new file mode 100644 index 0000000..fb8a616 --- /dev/null +++ b/content/gnuk/version1_2_8.rst @@ -0,0 +1,49 @@ +Version 1.2.8 +************* +:slug: gnuk/version1_2_8 +:date: 2018年01月23日 +:category: gnuk + +.. author gniibe + +.. image:: /images/gnuk/gnuk.png + :alt: Gnuk Logo + +Gnuk version 1.2.8 is released. + +This is a new stable release of version 1.2.x series. :: + + tag release/1.2.8 + Tagger: NIIBE Yutaka <gniibe@fsij.org> + Date: Tue Jan 23 13:48:10 2018 +0900 + commit 40b1d453dc79d6e55ccc5ac413e51a417e143fee + +Major changes from 1.2.1 are: + +* New: Port to GNU/Linux emulation +* New: Factory Reset support +* New: KDF-DO support and KDF by host +* New: Support of USB suspend +* Fix: ECC key generation on the device +* Fix: Flash ROM security bug +* Fix: Remove unused DEK with BY_ADMIN +* Fix: Passphrase length check +* Upgrade of Chopstx to 1.8 + +Note that STM8S_DISCOVERY support is back again, as we found that it +has actually 128KiB of flash ROM. + + +Links +===== + +Gnuk Users Mailing List at gnupg.org: + https://lists.gnupg.org/mailman/listinfo/gnuk-users + +Gnuk Repository: + https://salsa.debian.org/gnuk-team/ + +Gnuk Documentation: http://www.fsij.org/doc-gnuk/ + +FST-01 introduction: + http://www.gniibe.org/FST-01/fst-01.html diff --git a/content/pages/gnuk/git-ro-repository.rst b/content/pages/gnuk/git-ro-repository.rst index 3d00237..f10d9a8 100644 --- a/content/pages/gnuk/git-ro-repository.rst +++ b/content/pages/gnuk/git-ro-repository.rst @@ -1,7 +1,7 @@ Git repository ************** :slug: gnuk/git-ro-repository -:date: 2014年05月26日 +:date: 2018年01月25日 :category: gnuk Git repository for Gnuk is available at: @@ -20,10 +20,9 @@ After cloning gnuk.git, you need to clone submodule too. :: - $ git submodule init - $ git submodule update + $ git submodule update --init Copy of the repository is available at Debian. Please visit: - https://anonscm.debian.org/cgit/gnuk/gnuk/ + https://salsa.debian.org/gnuk-team |