aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-24 20:00:20 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-24 20:00:20 +0000
commitda7438dffea3781f9228d6f322c6912631bb9a19 (patch)
tree7562e1e98c53f7c7b0b403bbadab517a5e457c16 /readme.txt
parentaf0921235ffe94efb5467b3877b763d3c030cb0c (diff)
downloadChibiOS-da7438dffea3781f9228d6f322c6912631bb9a19.tar.gz
ChibiOS-da7438dffea3781f9228d6f322c6912631bb9a19.tar.bz2
ChibiOS-da7438dffea3781f9228d6f322c6912631bb9a19.zip
LPC11xx DPI driver working, demo updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2286 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 594bb0506..7e78619ac 100644
--- a/readme.txt
+++ b/readme.txt
@@ -119,6 +119,7 @@
new SPI device driver model.
- NEW: Improved AT91SAM7 SPI driver, now it uses IRQs and DMAs, it implements
the new SPI device driver model.
+- NEW: New LPC11xx SPI driver.
- NEW: Added a simple STM32 ADC demo under ./testhal/STM32/ADC.
- NEW: Added a simple STM32 CAN demo under ./testhal/STM32/CAN.
- NEW: Added a simple STM32 PWM demo under ./testhal/STM32/PWM.