Version 1.19.

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
This commit is contained in:
NIIBE Yutaka
2021-02-18 11:02:06 +09:00
parent 73d6c13d15
commit 71cc5a8f32
5 changed files with 31 additions and 6 deletions

20
NEWS
View File

@@ -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