aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-23 16:24:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-23 16:24:16 +0000
commit341a89dfd55141c458b8a73b44b4188554208e46 (patch)
treeb470ce257785b6cfac2868ce57ec1cfd248c0a8b /readme.txt
parent66f21d9c87a9916e6737dc3de617c5496c1ea160 (diff)
downloadChibiOS-341a89dfd55141c458b8a73b44b4188554208e46.tar.gz
ChibiOS-341a89dfd55141c458b8a73b44b4188554208e46.tar.bz2
ChibiOS-341a89dfd55141c458b8a73b44b4188554208e46.zip
New AT91SAM7 SPI driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2271 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index a4b750d84..594bb0506 100644
--- a/readme.txt
+++ b/readme.txt
@@ -115,8 +115,10 @@
- NEW: Added to the UART driver the capability to return the number of
not yet transferred frames when stopping an operation.
- NEW: Added more compile-time checks to the various STM32 device drivers.
-- NEW: Improved LPC214x SPI driver, now it uses IRQs and implements the
+- NEW: Improved LPC214x SPI driver, now it uses IRQs, it implements the
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: 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.