diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2016-07-01 11:50:25 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2016-07-01 11:50:25 +0900 |
commit | 09f27704f5be59ffe12dcb2a8e54083f44b014ee (patch) | |
tree | 3692da96ac31240a0cad689c903e1990feb0783f /README | |
parent | 1f23bd4048610ce98f3a77e28feff8a0cd346208 (diff) |
Version 1.1release/1.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,6 +1,6 @@ Chopstx - Threads and only Threads - Version 1.0 - 2016-06-16 + Version 1.1 + 2016-07-01 Niibe Yutaka Flying Stone Technology @@ -45,8 +45,9 @@ For STM32 Primer2, see the directory: example-primer2. Future Works ============ -Convenience function to determine the bottom of thread stack, thread -local storage would be next things to be done. +Convenience function to determine the bottom of thread stack, +configuration of thread size by comiler's output would be next things +to be done. Experimental SMP port for Cortex-A7 is under development. For SMP, more careful considerations for shared access to objects of struct |