diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-04-22 13:42:01 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-04-22 13:42:01 +0900 |
commit | 1b12a780548cff613e9eaa5cdef0e4a9429441cb (patch) | |
tree | 81289093481837da3064036ddc589071b6401dbf /doc/chopstx.texi | |
parent | 5d40ffbffad4b3f102a6d4cf975d7a49a6dcdb92 (diff) |
Modify chopstx_poll API
Diffstat (limited to 'doc/chopstx.texi')
-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 e1db02c..bb42256 100644 --- a/doc/chopstx.texi +++ b/doc/chopstx.texi @@ -11,7 +11,7 @@ This manual is for Chopstx (version @value{VERSION}). @noindent -Copyright @copyright{} 2013, 2015 Flying Stone Technology @* +Copyright @copyright{} 2013, 2015, 2016 Flying Stone Technology @* @quotation Permission is granted to copy, distribute and/or modify this document @@ -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 and STM32F103. +Specifically, it is used for STM32F030, STM32F103, and MKL27Z. While most RTOSes come with many features, drivers, and stacks, Chopstx just offers a RT thread library. |