@@ -1,3 +1,8 @@
|
|||||||
|
2021-02-18 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
|
* VERSION: 1.19.
|
||||||
|
* doc/chopstx.texi (VERSION): 1.19.
|
||||||
|
|
||||||
2021-02-17 NIIBE Yutaka <gniibe@fsij.org>
|
2021-02-17 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
Backport from master.
|
Backport from master.
|
||||||
|
|||||||
20
NEWS
20
NEWS
@@ -1,6 +1,26 @@
|
|||||||
NEWS - Noteworthy changes
|
NEWS - Noteworthy changes
|
||||||
|
|
||||||
|
|
||||||
|
* Major changes in Chopstx 1.19
|
||||||
|
|
||||||
|
Released 2021-02-18
|
||||||
|
|
||||||
|
** Acknowledge button support for GNU/Linux emulation
|
||||||
|
User is asked acknowledge by RET with standard input.
|
||||||
|
|
||||||
|
** USB driver for GNU/Linux emulation
|
||||||
|
It shows start-up message now.
|
||||||
|
|
||||||
|
** ADC driver for GNU/Linux emulation
|
||||||
|
It uses getrandom(2), output is not deterministic any more.
|
||||||
|
|
||||||
|
** Bug fix for GNU/Linux emulation
|
||||||
|
When creating a thread, allocated memory for struct chx_thread was not
|
||||||
|
initialized by chopstx_create_arch, assuming getcontext does it well.
|
||||||
|
To make sure (getcontext would not update the area for FPU registers,
|
||||||
|
when not used), it's now initialized by zeros.
|
||||||
|
|
||||||
|
|
||||||
* Major changes in Chopstx 1.18
|
* Major changes in Chopstx 1.18
|
||||||
|
|
||||||
Released 2019-12-30
|
Released 2019-12-30
|
||||||
|
|||||||
8
README
8
README
@@ -1,6 +1,6 @@
|
|||||||
Chopstx - Threads and only Threads
|
Chopstx - Threads and only Threads
|
||||||
Version 1.18
|
Version 1.19
|
||||||
2019-12-30
|
2021-02-18
|
||||||
Niibe Yutaka
|
Niibe Yutaka
|
||||||
Flying Stone Technology
|
Flying Stone Technology
|
||||||
|
|
||||||
@@ -60,8 +60,8 @@ For STM32 Primer2, see the directory: example-primer2.
|
|||||||
Future Works
|
Future Works
|
||||||
============
|
============
|
||||||
|
|
||||||
RISC-V port (for GD32VF103) is under development. Please have a look
|
RISC-V port (for GD32VF103) is available in 2.x. Please have a look
|
||||||
at the master branch.
|
at the master branch, and test it if possible.
|
||||||
|
|
||||||
Convenience function to determine the bottom of thread stack,
|
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
|
||||||
|
|||||||
@@ -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.18
|
@set VERSION 1.19
|
||||||
@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