aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-19 14:53:55 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-19 14:53:55 +0000
commit4e10705057a00e21d3ac68dac524d0d44be65580 (patch)
tree9b803e93b2acab4746c21eefaf802954fc69cbc1
parent593112e38347610f9cc96842a505f210b1cfdc95 (diff)
downloadChibiOS-4e10705057a00e21d3ac68dac524d0d44be65580.tar.gz
ChibiOS-4e10705057a00e21d3ac68dac524d0d44be65580.tar.bz2
ChibiOS-4e10705057a00e21d3ac68dac524d0d44be65580.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1937 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt
index 15661f10b..9bd877006 100644
--- a/readme.txt
+++ b/readme.txt
@@ -66,8 +66,8 @@
a separate file in order to support multiple clock trees for different
sub-families of the STM32 platform.
- NEW: Added separated clock trees for the STM32 LD/MD/HD sub-family and
- the CL sub-family (untested). Now the selection of the sub-family is done
- in the board.h file, there is no more the need to put -DSTM32F10X_xx into
+ the CL sub-family. Now the selection of the sub-family is done in the
+ board.h file, there is no more the need to put -DSTM32F10X_xx into
the makefile.
- NEW: Added the palSetBusMode() capability to the STM8 PAL driver.
- NEW: Added the palSetBusMode() capability to the LPC11xx and LPC13xx
@@ -77,7 +77,7 @@
PAL configuration structures to PALConfig, it is better to have the same
name for this structure in all ports (like for all the other drivers).
- Tested the STM8 port with the latest RKit-STM8_2.28.10.0092. It works but
- the new compiler shows a general performance regression except in one
+ the new compiler shows a slight performance regression except in one
test case.
- Added credits page to the documentation.
- Performed another documentation revision cycle, fixed more bad English and