aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-09-21 16:44:36 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2007-09-21 16:44:36 +0000
commitb389116a6f56a76d42ca0c2a7304491d9f4bbfb8 (patch)
treed83245451ebcf49ebbf85aa5a7e59ec618b1bc0d
parent62d0a98709e0bd32acdc83e37faf012a1730d8f6 (diff)
downloadChibiOS-b389116a6f56a76d42ca0c2a7304491d9f4bbfb8.tar.gz
ChibiOS-b389116a6f56a76d42ca0c2a7304491d9f4bbfb8.tar.bz2
ChibiOS-b389116a6f56a76d42ca0c2a7304491d9f4bbfb8.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 016a661ae..f401b02c0 100644
--- a/readme.txt
+++ b/readme.txt
@@ -1,4 +1,6 @@
-Directories structure:
+*****************************************************************************
+*** Directories structure ***
+*****************************************************************************
./readme.txt - This file.
./license.txt - GPL3 license file.
@@ -23,3 +25,14 @@ LPC214x-GCC - ChibiOS/RT port for ARM7 LPC2148, the demo targets the
for any processor into the LPC2000 family or other
boards. The demo can be compiled using YAGARTO or any
other GCC-based ARM toolchain.
+
+*****************************************************************************
+*** Releases ***
+*****************************************************************************
+
+*** 0.1.1 ***
+- Some fixes into the documentation
+- Renamed makefiles to Makefiles, upper case M.
+
+*** 0.1.0 ***
+- First alpha release \ No newline at end of file