diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-19 12:22:30 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-05-19 12:22:30 +0900 |
commit | 5458b77d360be2a7c5393f57c3d30399a8b87f29 (patch) | |
tree | a8ede0bb8f82290f08d46cfb5a750ed2c0f45de9 /doc | |
parent | 03bba13005914068dbf0707c77e6c22c5e76c9f5 (diff) |
Version 0.11release/0.11
Diffstat (limited to 'doc')
-rw-r--r-- | doc/chopstx.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/chopstx.texi b/doc/chopstx.texi index bb42256..3315c82 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.10 +@set VERSION 0.11 @settitle Chopstx Reference Manual @c Unify some of the indices. @syncodeindex tp fn @@ -84,7 +84,7 @@ Indexes @chapter Introduction Chopstx is an RT thread library for ARM Cortex-M0 and Cortex-M3. -Specifically, it is used for STM32F030, STM32F103, and MKL27Z. +Specifically, it is used for STM32F030, STM32F103, and KL27Z. While most RTOSes come with many features, drivers, and stacks, Chopstx just offers a RT thread library. |