aboutsummaryrefslogtreecommitdiff
path: root/README
blob: e6412a511d12b87e5bb7da5e0f471c76ee5470c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.

--