diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-09-10 20:22:32 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-09-10 20:22:32 +0900 |
commit | 14ad39552361815e17ddf9764228a093489555f7 (patch) | |
tree | 22773fe8b50a57064fb190709862e633523b8b77 /doc | |
parent | acd4460a6ee0f7caa1d7871acd51cdcf6bb4264c (diff) |
Version 0.09release/0.09
Diffstat (limited to 'doc')
-rw-r--r-- | doc/chopstx.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/chopstx.texi b/doc/chopstx.texi index 51ff22b..eb278b8 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.08 +@set VERSION 0.09 @settitle Chopstx Reference Manual @c Unify some of the indices. @syncodeindex tp fn @@ -11,7 +11,7 @@ This manual is for Chopstx (version @value{VERSION}). @noindent -Copyright @copyright{} 2013 Flying Stone Technology @* +Copyright @copyright{} 2013, 2015 Flying Stone Technology @* @quotation Permission is granted to copy, distribute and/or modify this document @@ -83,8 +83,8 @@ Indexes @node Introduction @chapter Introduction -Chopstx is an RT thread library for ARM Cortex-M3, specifically, -STM32F103. +Chopstx is an RT thread library for ARM Cortex-M0 and Cortex-M3. +Specifically, it is used for STM32F030 and STM32F103. While most RTOSes come with many features, drivers, and stacks, Chopstx just offers a RT thread library. |