diff options
author | Niibe Yutaka <gniibe@fsij.org> | 2016-06-16 11:46:38 +0900 |
---|---|---|
committer | Niibe Yutaka <gniibe@fsij.org> | 2016-06-16 11:46:38 +0900 |
commit | 40adf95c24f85f475896e1c55e1af5f32349729a (patch) | |
tree | f4a0a053ab5bbd34521495a40ad513ba412c522e /doc | |
parent | 5a7381ece679aa1df827360fcbdc94c8d10d8501 (diff) |
Version 1.0release/1.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/chopstx.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/chopstx.texi b/doc/chopstx.texi index 05c5e7f..0633b92 100644 --- a/doc/chopstx.texi +++ b/doc/chopstx.texi @@ -1,7 +1,7 @@ \input texinfo @c -*-texinfo-*- @c %**start of header @setfilename chopstx.info -@set VERSION 0.12 +@set VERSION 1.0 @settitle Chopstx Reference Manual @c Unify some of the indices. @syncodeindex tp fn @@ -83,8 +83,9 @@ Indexes @node Introduction @chapter Introduction -Chopstx is an RT thread library for ARM Cortex-M0 and Cortex-M3. -Specifically, it is used for STM32F030, STM32F103, and KL27Z. +Chopstx is an RT thread library for ARM Cortex-M0, Cortex-M0plus and +Cortex-M3. Specifically, it is used for STM32F030, MKL27Z and +STM32F103. While most RTOSes come with many features, drivers, and stacks, Chopstx just offers a RT thread library. |