aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2014-12-10 16:18:29 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2014-12-10 18:39:39 +0900
commit23893d9b73ebc28ff111d21827122677c27bee55 (patch)
treea887b7723395eb37abb244cbbd150dc7b4063e8d /README
parent0276d0825ee27d1d5ecf238af0c9a2c053527125 (diff)
Version 0.04release/0.04
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 11 insertions, 2 deletions
diff --git a/README b/README
index b97ef55..451d726 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Chopstx - Threads and only Threads
- Version 0.03
- 2013-11-08
+ Version 0.04
+ 2014-12-10
Niibe Yutaka
Flying Stone Technology
@@ -35,4 +35,13 @@ USB CDC-ACM function. You can build it like:
$ ln -s ../board/board-olimex-stm32-h103.h board.h
$ make
+
+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.
--