diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-14 10:46:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-05-14 10:46:26 +0000 |
commit | 47e54f50428812f57c8ed5f25ef184dbe8ccd6c0 (patch) | |
tree | 9ad526bc4500edbbb1ceea432ecebb3a6d14ff4d /readme.txt | |
parent | 0b24320bdd04312d7bbf1d0d464dbc18c46d6244 (diff) | |
download | ChibiOS-47e54f50428812f57c8ed5f25ef184dbe8ccd6c0.tar.gz ChibiOS-47e54f50428812f57c8ed5f25ef184dbe8ccd6c0.tar.bz2 ChibiOS-47e54f50428812f57c8ed5f25ef184dbe8ccd6c0.zip |
Renamed all the PAL configuration structures to PALConfig.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1923 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.txt b/readme.txt index 0691c8588..52a409a2c 100644 --- a/readme.txt +++ b/readme.txt @@ -70,9 +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.
+- CHANGE: Renamed the STM32, STM8, LPC214x, AT91SAM7x, MSP430 and simulators
+ 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
test case.
|