diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2017-08-11 19:50:56 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2017-08-11 19:50:56 +0900 |
commit | f51a54e4c607268d879a19436568500b78cc679b (patch) | |
tree | 8475944c4ca59ee8978c73986ac9511d3ed8c8d0 | |
parent | 5fe5ff36c4d88e7cc09b5b834e0bc1a7fa595619 (diff) |
Version 1.4.
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | doc/chopstx.texi | 2 |
4 files changed, 16 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2017-08-11 NIIBE Yutaka <gniibe@fsij.org> + + * VERSION: 1.4. + * doc/chopstx.texi (VERSION): 1.4. + 2017-08-03 Jeremy Drake <jeremydrake+gnuk@eacceleration.com> * mcu/sys-stm32f103.c (flash_write): Allow compile time @@ -1,6 +1,15 @@ NEWS - Noteworthy changes +* Major changes in Chopstx 1.4 + + Released 2017-08-11 + +** New port: Emulation on GNU/Linux +Now, user can run Chopstx application on GNU/Linux. Its USB driver is +by USBIP. Its ADC driver is dummy with random(3). + + * Major changes in Chopstx 1.3 Released 2017-02-02 @@ -1 +1 @@ -release/1.3 +release/1.4 diff --git a/doc/chopstx.texi b/doc/chopstx.texi index 4a19187..86d57da 100644 --- a/doc/chopstx.texi +++ b/doc/chopstx.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename chopstx.info -@set VERSION 1.3 +@set VERSION 1.4 @settitle Chopstx Reference Manual @c Unify some of the indices. @syncodeindex tp fn |