@@ -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>
|
||||
|
||||
Backport from master.
|
||||
|
||||
20
NEWS
20
NEWS
@@ -1,6 +1,26 @@
|
||||
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
|
||||
|
||||
Released 2019-12-30
|
||||
|
||||
8
README
8
README
@@ -1,6 +1,6 @@
|
||||
Chopstx - Threads and only Threads
|
||||
Version 1.18
|
||||
2019-12-30
|
||||
Version 1.19
|
||||
2021-02-18
|
||||
Niibe Yutaka
|
||||
Flying Stone Technology
|
||||
|
||||
@@ -60,8 +60,8 @@ For STM32 Primer2, see the directory: example-primer2.
|
||||
Future Works
|
||||
============
|
||||
|
||||
RISC-V port (for GD32VF103) is under development. Please have a look
|
||||
at the master branch.
|
||||
RISC-V port (for GD32VF103) is available in 2.x. Please have a look
|
||||
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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
\input texinfo @c -*-texinfo-*-
|
||||
@c %**start of header
|
||||
@setfilename chopstx.info
|
||||
@set VERSION 1.18
|
||||
@set VERSION 1.19
|
||||
@settitle Chopstx Reference Manual
|
||||
@c Unify some of the indices.
|
||||
@syncodeindex tp fn
|
||||
|
||||
Reference in New Issue
Block a user