From 7f2415f3a2c7aa49468d8f9195f3d31c5653b769 Mon Sep 17 00:00:00 2001
From: NIIBE Yutaka <gniibe@fsij.org>
Date: Mon, 17 Jun 2013 15:09:49 +0900
Subject: Add README

---
 README | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 README

diff --git a/README b/README
new file mode 100644
index 0000000..e6412a5
--- /dev/null
+++ b/README
@@ -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.
+
+-- 
-- 
cgit v1.2.3