diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2017-10-10 13:53:58 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2017-10-10 13:53:58 +0900 |
commit | 96d2a81331a43c920045ba0d3850caffac85a123 (patch) | |
tree | 8866f62b6bb08bd75892a12dee42230b49ccabbe /README | |
parent | fa7cecc0b4b62f30f3008d43f6881acccf63b2aa (diff) |
Version 1.5.release/1.5
Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -1,6 +1,6 @@ Chopstx - Threads and only Threads - Version 1.4 - 2017-08-11 + Version 1.5 + 2017-10-10 Niibe Yutaka Flying Stone Technology @@ -11,12 +11,19 @@ Chopstx is an RT thread library for STM32F103 (ARM Cortex-M3), STM32F030 (ARM Cortex-M0), MKL27Z (ARM Cortex-M0plus), and emulation on GNU/Linux. -While most RTOSes come with many features, drivers, and stacks, -Chopstx just offers a simple RT thread library. +While most RTOSes come with many features, drivers, and protocol +stacks, 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. +This library is _not_ related to the hand game: + + https://en.wikipedia.org/wiki/Chopsticks_(hand_game) + +Thanks to Yao Wei and Enrico Zini for giving me the opportunity +visiting the wiki page. + License ======= @@ -30,8 +37,8 @@ Example code ============ We have some examples in this distribution; Useful ones are LED -blinker and USB CDC-ACM function. For STM32F103, you can build it -USB CDC-ACM demo by: +blinker and USB CDC-ACM device. For STM32F103, you can build it USB +CDC-ACM demo by: $ cd example-cdc $ ln -sf ../board/board-olimex-stm32-h103.h board.h @@ -47,7 +54,7 @@ Future Works ============ Convenience function to determine the bottom of thread stack, -configuration of thread size by comiler's output would be next things +configuration of thread size by compiler's output would be next things to be done. Experimental SMP port for Cortex-A7 is under development. For SMP, |