aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-14 09:50:43 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-14 09:50:43 +0000
commit0b24320bdd04312d7bbf1d0d464dbc18c46d6244 (patch)
tree7e4e867f9e71e30208bcade5cb4587f541766343 /readme.txt
parent7c31ee40a8643ce4df4bb3e86cb5aa995544abb1 (diff)
downloadChibiOS-0b24320bdd04312d7bbf1d0d464dbc18c46d6244.tar.gz
ChibiOS-0b24320bdd04312d7bbf1d0d464dbc18c46d6244.tar.bz2
ChibiOS-0b24320bdd04312d7bbf1d0d464dbc18c46d6244.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1922 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 754e53dfd..0691c8588 100644
--- a/readme.txt
+++ b/readme.txt
@@ -70,6 +70,9 @@
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.
+- CHANGE: Renamed the STM32 and STM8 PAL configuration structures to
+ PALConfig, it is better to have the same name for this structure in
+ all ports.
- 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
test case.