aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2015-04-20 14:17:40 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2015-04-20 14:17:40 +0900
commitfc26cf08894e25f1ae1109c530b382d70babaf06 (patch)
tree23e9fdea71ac8c793c02621bf7d7935388ab4e01 /README
parent18b38533f7f16074e986483cc357c310cc533a0f (diff)
parent7c022432d19351dfc9553585ea6614b47fcd0c06 (diff)
Version 0.05release/0.05
Merge branch 'cortex-m0-support'
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 8 insertions, 10 deletions
diff --git a/README b/README
index 451d726..da7b815 100644
--- a/README
+++ b/README
@@ -1,17 +1,17 @@
Chopstx - Threads and only Threads
- Version 0.04
- 2014-12-10
+ Version 0.05
+ 2015-04-20
Niibe Yutaka
Flying Stone Technology
What's Chopstx?
===============
-Chopstx is an RT thread library for ARM Cortex-M3, specifically,
-STM32F103.
+Chopstx is an RT thread library for STM32F103 (ARM Cortex-M3)
+or STM32F0 (ARM Cortex-M0).
While most RTOSes come with many features, drivers, and stacks,
-Chopstx just offers a RT thread library.
+Chopstx just offers a simple RT thread library.
With Chopstx, interrupt handling is also done by a thread. This
enables coherent code for ease of maintenance.
@@ -39,9 +39,7 @@ USB CDC-ACM function. You can build it like:
Future Works
============
-We have a development branch for ARM Cortex-M0 and it works fine.
-It will be merged into mainline.
-
-Thread local storage and support of interface like poll/select would
-be next thing to be done.
+Convenience function to determine bottom of thread stack, thread local
+storage and support of interface like poll/select would be next thing
+to be done.
--