@@ -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
9
NEWS
@@ -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
12
README
@@ -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.
|
|
||||||
--
|
--
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user