Version 1.0
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
2016-06-16 Niibe Yutaka <gniibe@fsij.org>
|
2016-06-16 Niibe Yutaka <gniibe@fsij.org>
|
||||||
|
|
||||||
|
* VERSION: 1.0.
|
||||||
|
* doc/chopstx.texi (VERSION): 1.0.
|
||||||
|
|
||||||
* board/board-fst-01g.h: New.
|
* board/board-fst-01g.h: New.
|
||||||
|
|
||||||
2016-06-15 Niibe Yutaka <gniibe@fsij.org>
|
2016-06-15 Niibe Yutaka <gniibe@fsij.org>
|
||||||
|
|||||||
8
NEWS
8
NEWS
@@ -1,9 +1,9 @@
|
|||||||
NEWS - Noteworthy changes
|
NEWS - Noteworthy changes
|
||||||
|
|
||||||
|
|
||||||
* Major changes in Chopstx 0.13
|
* Major changes in Chopstx 1.0
|
||||||
|
|
||||||
Released 2016-06-xx
|
Released 2016-06-16
|
||||||
|
|
||||||
** New USB API
|
** New USB API
|
||||||
Now, USB driver is included in Chopstx. So, it should be good one.
|
Now, USB driver is included in Chopstx. So, it should be good one.
|
||||||
@@ -11,6 +11,10 @@ It used to be the code which was derived from interrupt driven API
|
|||||||
with callbacks. It's changed to event driven API, so that a user can
|
with callbacks. It's changed to event driven API, so that a user can
|
||||||
do as wish, beyond the restriction of callbacks.
|
do as wish, beyond the restriction of callbacks.
|
||||||
|
|
||||||
|
** New board support: FST-01G
|
||||||
|
FST-01G is a new revision of original FST-01 with fixed pull-up of
|
||||||
|
D+ line.
|
||||||
|
|
||||||
|
|
||||||
* Major changes in Chopstx 0.12
|
* Major changes in Chopstx 0.12
|
||||||
|
|
||||||
|
|||||||
4
README
4
README
@@ -1,6 +1,6 @@
|
|||||||
Chopstx - Threads and only Threads
|
Chopstx - Threads and only Threads
|
||||||
Version 0.12
|
Version 1.0
|
||||||
2016-05-31
|
2016-06-16
|
||||||
Niibe Yutaka
|
Niibe Yutaka
|
||||||
Flying Stone Technology
|
Flying Stone Technology
|
||||||
|
|
||||||
|
|||||||
@@ -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 0.12
|
@set VERSION 1.0
|
||||||
@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
|
||||||
@@ -83,8 +83,9 @@ Indexes
|
|||||||
@node Introduction
|
@node Introduction
|
||||||
@chapter Introduction
|
@chapter Introduction
|
||||||
|
|
||||||
Chopstx is an RT thread library for ARM Cortex-M0 and Cortex-M3.
|
Chopstx is an RT thread library for ARM Cortex-M0, Cortex-M0plus and
|
||||||
Specifically, it is used for STM32F030, STM32F103, and KL27Z.
|
Cortex-M3. Specifically, it is used for STM32F030, MKL27Z and
|
||||||
|
STM32F103.
|
||||||
|
|
||||||
While most RTOSes come with many features, drivers, and stacks,
|
While most RTOSes come with many features, drivers, and stacks,
|
||||||
Chopstx just offers a RT thread library.
|
Chopstx just offers a RT thread library.
|
||||||
|
|||||||
Reference in New Issue
Block a user