@@ -1,3 +1,8 @@
|
|||||||
|
2021-10-12 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
|
* VERSION: 2.3
|
||||||
|
* doc/chopstx.texi (VERSION): 2.3.
|
||||||
|
|
||||||
2021-10-11 NIIBE Yutaka <gniibe@fsij.org>
|
2021-10-11 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
* mcu/usb-usbip.c (URB_DATA_SIZE): Tweak the value.
|
* mcu/usb-usbip.c (URB_DATA_SIZE): Tweak the value.
|
||||||
|
|||||||
9
NEWS
9
NEWS
@@ -1,6 +1,15 @@
|
|||||||
NEWS - Noteworthy changes
|
NEWS - Noteworthy changes
|
||||||
|
|
||||||
|
|
||||||
|
* Major changes in Chopstx 2.3
|
||||||
|
|
||||||
|
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 2.2
|
* Major changes in Chopstx 2.2
|
||||||
|
|
||||||
Released 2021-02-25
|
Released 2021-02-25
|
||||||
|
|||||||
13
README
13
README
@@ -1,6 +1,6 @@
|
|||||||
Chopstx - Threads and only Threads
|
Chopstx - Threads and only Threads
|
||||||
Version 2.2
|
Version 2.3
|
||||||
2020-02-26
|
2021-10-12
|
||||||
Niibe Yutaka
|
Niibe Yutaka
|
||||||
Flying Stone Technology
|
Flying Stone Technology
|
||||||
|
|
||||||
@@ -28,7 +28,8 @@ Note that this library is _not_ related to the hand game:
|
|||||||
https://en.wikipedia.org/wiki/Chopsticks_(hand_game)
|
https://en.wikipedia.org/wiki/Chopsticks_(hand_game)
|
||||||
|
|
||||||
Thanks to Yao Wei and Enrico Zini for giving me an opportunity
|
Thanks to Yao Wei and Enrico Zini for giving me an opportunity
|
||||||
visiting the wiki page above, when my children were playing the game.
|
visiting the wiki page above in Debconf Taiwan, when my children were
|
||||||
|
playing the game.
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
@@ -65,7 +66,7 @@ Convenience function to determine the bottom of thread stack,
|
|||||||
configuration of thread size by compiler's output would be next things
|
configuration of thread size by compiler's output would be next things
|
||||||
to be done.
|
to be done.
|
||||||
|
|
||||||
Experimental SMP port for Cortex-A7 is under development. For SMP,
|
We have an experimental SMP port for Cortex-A7. For SMP, more careful
|
||||||
more careful considerations for shared access to objects of struct
|
considerations for shared access to objects of struct chx_pq is
|
||||||
chx_pq is needed. So, modifications required will not be small.
|
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 2.2
|
@set VERSION 2.3
|
||||||
@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