From 14ad39552361815e17ddf9764228a093489555f7 Mon Sep 17 00:00:00 2001
From: NIIBE Yutaka <gniibe@fsij.org>
Date: Thu, 10 Sep 2015 20:22:32 +0900
Subject: Version 0.09

---
 README | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

(limited to 'README')

diff --git a/README b/README
index 5410be7..4535876 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 Chopstx - Threads and only Threads
-							Version 0.08
-							  2015-07-31
+							Version 0.09
+							  2015-09-10
 							Niibe Yutaka
 					     Flying Stone Technology
 
@@ -28,16 +28,19 @@ EXCEPTION.
 Example code
 ============
 
-We have two examples in this distribution, LED blinker and
-USB CDC-ACM function.  You can build it like:
+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:
 
    $ cd example-cdc
-   $ ln -s ../board/board-olimex-stm32-h103.h board.h
+   $ ln -sf ../board/board-olimex-stm32-h103.h board.h
    $ make
 
 For a specific board named FSM-55, an example of LED matrix dynamic
 driver is provided.  See the directory: example-fsm-55.
 
+For STM32 Primer2, see the directory: example-primer2.
+
 
 Future Works
 ============
-- 
cgit v1.2.3