aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2016-05-19 12:22:30 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-05-19 12:22:30 +0900
commit5458b77d360be2a7c5393f57c3d30399a8b87f29 (patch)
treea8ede0bb8f82290f08d46cfb5a750ed2c0f45de9 /README
parent03bba13005914068dbf0707c77e6c22c5e76c9f5 (diff)
Version 0.11release/0.11
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 9 insertions, 5 deletions
diff --git a/README b/README
index 2811ce9..bd40cff 100644
--- a/README
+++ b/README
@@ -1,14 +1,14 @@
Chopstx - Threads and only Threads
Version 0.11
- 2016-04-XX
+ 2016-05-19
Niibe Yutaka
Flying Stone Technology
What's Chopstx?
===============
-Chopstx is an RT thread library for STM32F103 (ARM Cortex-M3)
-or STM32F0 (ARM Cortex-M0).
+Chopstx is an RT thread library for STM32F103 (ARM Cortex-M3),
+STM32F0 (ARM Cortex-M0), or KL27Z (ARM Cortex-M0plus).
While most RTOSes come with many features, drivers, and stacks,
Chopstx just offers a simple RT thread library.
@@ -45,6 +45,10 @@ For STM32 Primer2, see the directory: example-primer2.
Future Works
============
-Convenience function to determine bottom of thread stack, thread local
-storage would be next thing to be done.
+Convenience function to determine the bottom of thread stack, thread
+local storage would be next thing to be done.
+
+Experimental SMP port for Cortex-A7 is under development. For SMP,
+more careful considerations for shared access to objects of struct
+chx_pq is needed. So, modifications required will not be small.
--