aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-05-20 12:44:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-05-20 12:44:49 +0000
commitb07342596a56c2873357776ab4251dc3b49a0d55 (patch)
treedd2850cd75ef1973ae06a436df093e133b827ab3
parenta11499bdab89f5bc84b53c1b519bec6dac7d2732 (diff)
downloadChibiOS-b07342596a56c2873357776ab4251dc3b49a0d55.tar.gz
ChibiOS-b07342596a56c2873357776ab4251dc3b49a0d55.tar.bz2
ChibiOS-b07342596a56c2873357776ab4251dc3b49a0d55.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@301 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--ext/readme.txt2
-rw-r--r--readme.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/ext/readme.txt b/ext/readme.txt
index 53cd14f94..d070be533 100644
--- a/ext/readme.txt
+++ b/ext/readme.txt
@@ -2,7 +2,7 @@
** External Libraries. **
*****************************************************************************
-The files under this directory are not part of ChibiOS/RT but are used by
+The libraries under this directory are not part of ChibiOS/RT but are used by
some of the demo applications.
Please note that each item is covered by its own license, please read the
instructions contained in the various distributions.
diff --git a/readme.txt b/readme.txt
index dd1ad2dc1..ba303b029 100644
--- a/readme.txt
+++ b/readme.txt
@@ -53,7 +53,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** Plans ***
*****************************************************************************
-- We are looking into adding an excpetion clause to the ChibiOS/RT license in
+- We are looking into adding an exception clause to the ChibiOS/RT license in
order to allow linking with non-GLP code under certain conditions.
The license change will happen before the 1.0.0 release, we are almost
there, everything looks very stable now.
@@ -71,7 +71,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process,
*** 0.6.5 ***
- FIX: Small fix to the ARM7 startup files. It used a short jump in the reset
- vector and that could fail in some configurations.
+ vector and that could fail in some memory configurations.
*** 0.6.4 ***
- NEW: MSP430 port, the port code compiles correctly but it is not tested yet.