aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-16 12:17:39 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-05-16 12:17:39 +0000
commitb5b34a5b9b97fa19bac7c5c830885c757223bbe2 (patch)
treebbbf783f8be66e48caa2ab4f24b2b9f5c722f738 /readme.txt
parentce50d026fc9e6a977f8f3d74f70a519063d13c00 (diff)
downloadChibiOS-b5b34a5b9b97fa19bac7c5c830885c757223bbe2.tar.gz
ChibiOS-b5b34a5b9b97fa19bac7c5c830885c757223bbe2.tar.bz2
ChibiOS-b5b34a5b9b97fa19bac7c5c830885c757223bbe2.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1928 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index ac4927ca2..06cd0484d 100644
--- a/readme.txt
+++ b/readme.txt
@@ -70,6 +70,8 @@
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
+ PAL drivers.
- 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).