diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2013-06-17 15:09:49 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2013-06-17 15:09:49 +0900 |
commit | 7f2415f3a2c7aa49468d8f9195f3d31c5653b769 (patch) | |
tree | 4427e9c81afdb324fc388cb2bb6cc899d615831f /README | |
parent | 8d2933ae1103c4635586e80e94e56ccf2cdcdcd6 (diff) |
Add README
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -0,0 +1,19 @@ +Chopstx - Threads and only Threads + Version 0.00 + 2013-06-XX + Niibe Yutaka + Flying Stone Technology + +What's Chopstx? +=============== + +Chopstx is a RT thread library for ARM Cortex-M3, specifically, +STM32F103. + +While most RTOSes come with many features, drivers, and stacks, +Chopstx just offers a RT thread library. + +With Chopstx, interrupt handling is also done by a thread. This +enables coherent code to allow us ease of maintenance. + +-- |