aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-17 09:13:43 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-17 09:13:43 +0000
commita7af0ac06b5cafe7dfadf3e292e3107a8e45ff21 (patch)
treeff4a9c519ff1f219d0125222a79187be2303a091 /readme.txt
parent3b5571076e95a4cab3f09f1c6ad0905e454c00e5 (diff)
downloadChibiOS-a7af0ac06b5cafe7dfadf3e292e3107a8e45ff21.tar.gz
ChibiOS-a7af0ac06b5cafe7dfadf3e292e3107a8e45ff21.tar.bz2
ChibiOS-a7af0ac06b5cafe7dfadf3e292e3107a8e45ff21.zip
New LPC214x SPI device driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2264 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 7c83635bd..cb59ba980 100644
--- a/readme.txt
+++ b/readme.txt
@@ -73,7 +73,7 @@
(backported to 2.0.6).
- FIX: Incorrect AT91SAM7X initialization, thanks Leszek (bug 3075354)
(backported to 2.0.5).
-- FIX: Fixed race condition in function chSchGoSleepTimeoutS, thanks Balázs
+- FIX: Fixed race condition in function chSchGoSleepTimeoutS(), thanks Balázs
(bug 3074984)(backported to 2.0.5).
- FIX: Fixed race condition in threads creation (bug 3069854)(backported
to 2.0.5).
@@ -114,6 +114,8 @@
- 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 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.