diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-04-20 14:17:40 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-04-20 14:17:40 +0900 |
commit | fc26cf08894e25f1ae1109c530b382d70babaf06 (patch) | |
tree | 23e9fdea71ac8c793c02621bf7d7935388ab4e01 /README | |
parent | 18b38533f7f16074e986483cc357c310cc533a0f (diff) | |
parent | 7c022432d19351dfc9553585ea6614b47fcd0c06 (diff) |
Version 0.05release/0.05
Merge branch 'cortex-m0-support'
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 8 insertions, 10 deletions
@@ -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. -- |