2015-06-29 15:58:21 +09:00
2015-06-29 15:58:21 +09:00
2014-12-10 18:39:39 +09:00
2015-06-22 17:34:17 +09:00
2015-06-22 17:34:17 +09:00
2014-12-10 13:51:22 +09:00
2015-06-29 15:58:21 +09:00
2015-04-20 14:17:40 +09:00
2015-04-18 12:23:35 +09:00
2013-05-21 15:16:59 +09:00
2013-05-21 15:16:59 +09:00
2013-05-21 15:16:59 +09:00
2015-06-29 13:48:30 +09:00
2013-06-19 15:13:14 +09:00
2013-06-19 16:05:37 +09:00
2013-05-23 11:19:16 +09:00
2015-06-22 16:18:44 +09:00
2015-04-20 14:17:40 +09:00
2013-11-26 13:21:26 +09:00
2015-04-20 14:17:40 +09:00

Chopstx - Threads and only Threads
							Version 0.05
							  2015-04-20
							Niibe Yutaka
					     Flying Stone Technology

What's Chopstx?
===============

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 simple RT thread library.

With Chopstx, interrupt handling is also done by a thread.  This
enables coherent code for ease of maintenance.


License
=======

It is distributed under GNU General Public Licence version 3 or later
(GPLv3+), with additional permission.  Please see COPYING and
EXCEPTION.


Example code
============

We have two examples in this distribution, LED blinker and
USB CDC-ACM function.  You can build it like:

   $ cd example-cdc
   $ ln -s ../board/board-olimex-stm32-h103.h board.h
   $ make


Future Works
============

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.
-- 
Description
No description provided
Readme 1.1 MiB
Languages
C 96.3%
Makefile 1.5%
M4 0.9%
Modula-3 0.7%
HTML 0.5%