@@ -1,5 +1,8 @@
|
|||||||
2019-11-20 NIIBE Yutaka <gniibe@fsij.org>
|
2019-11-20 NIIBE Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
|
* VERSION: 1.17.
|
||||||
|
* doc/chopstx.texi (VERSION): 1.17.
|
||||||
|
|
||||||
* chopstx-gnu-linux.c (chx_running): New.
|
* chopstx-gnu-linux.c (chx_running): New.
|
||||||
(chx_init_arch): Set RUNNING.
|
(chx_init_arch): Set RUNNING.
|
||||||
|
|
||||||
|
|||||||
7
NEWS
7
NEWS
@@ -1,6 +1,13 @@
|
|||||||
NEWS - Noteworthy changes
|
NEWS - Noteworthy changes
|
||||||
|
|
||||||
|
|
||||||
|
* Major changes in Chopstx 1.17
|
||||||
|
|
||||||
|
Released 2019-11-20
|
||||||
|
|
||||||
|
** USB drivers bug fix for STM32 and ZLP handling for 64-byte packet.
|
||||||
|
|
||||||
|
|
||||||
* Major changes in Chopstx 1.16
|
* Major changes in Chopstx 1.16
|
||||||
|
|
||||||
Released 2019-05-22
|
Released 2019-05-22
|
||||||
|
|||||||
6
README
6
README
@@ -1,6 +1,6 @@
|
|||||||
Chopstx - Threads and only Threads
|
Chopstx - Threads and only Threads
|
||||||
Version 1.15
|
Version 1.17
|
||||||
2018-05-14
|
2019-11-20
|
||||||
Niibe Yutaka
|
Niibe Yutaka
|
||||||
Flying Stone Technology
|
Flying Stone Technology
|
||||||
|
|
||||||
@@ -60,6 +60,8 @@ For STM32 Primer2, see the directory: example-primer2.
|
|||||||
Future Works
|
Future Works
|
||||||
============
|
============
|
||||||
|
|
||||||
|
RISC-V port (for GD32VF103) is under development.
|
||||||
|
|
||||||
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
|
||||||
to be done.
|
to be done.
|
||||||
|
|||||||
@@ -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.16
|
@set VERSION 1.17
|
||||||
@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