Version 1.20.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka
2021-10-12 11:19:41 +09:00
parent c5a83cb9a5
commit a6b96fe434
5 changed files with 18 additions and 12 deletions

View File

@@ -1,3 +1,8 @@
2021-10-12 NIIBE Yutaka <gniibe@fsij.org>
* VERSION: 1.20.
* doc/chopstx.texi (VERSION): 1.20.
2021-10-11 NIIBE Yutaka <gniibe@fsij.org> 2021-10-11 NIIBE Yutaka <gniibe@fsij.org>
Backport from master. Backport from master.

9
NEWS
View File

@@ -1,6 +1,15 @@
NEWS - Noteworthy changes NEWS - Noteworthy changes
* Major changes in Chopstx 1.20
Released 2021-10-12
** Fix of USB driver for GNU/Linux emulation
Fix the value of URB_DATA_SIZE, so that Gnuk can work with PC/SC.
* Major changes in Chopstx 1.19 * Major changes in Chopstx 1.19
Released 2021-02-18 Released 2021-02-18

12
README
View File

@@ -1,6 +1,6 @@
Chopstx - Threads and only Threads Chopstx - Threads and only Threads
Version 1.19 Version 1.20
2021-02-18 2021-10-12
Niibe Yutaka Niibe Yutaka
Flying Stone Technology Flying Stone Technology
@@ -62,12 +62,4 @@ Future Works
RISC-V port (for GD32VF103) is available in 2.x. Please have a look RISC-V port (for GD32VF103) is available in 2.x. Please have a look
at the master branch, and test it if possible. at the master branch, and test it if possible.
Convenience function to determine the bottom of thread stack,
configuration of thread size by compiler's output would be next things
to be done.
Experimental SMP port for Cortex-A7 is under development. For SMP,
more careful considerations for shared access to objects of struct
chx_pq is needed. So, modifications required will not be small.
-- --

View File

@@ -1 +1 @@
release/1.19 release/1.20

View File

@@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*- \input texinfo @c -*-texinfo-*-
@c %**start of header @c %**start of header
@setfilename chopstx.info @setfilename chopstx.info
@set VERSION 1.19 @set VERSION 1.20
@settitle Chopstx Reference Manual @settitle Chopstx Reference Manual
@c Unify some of the indices. @c Unify some of the indices.
@syncodeindex tp fn @syncodeindex tp fn