diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-29 09:01:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-10-29 09:01:04 +0000 |
commit | 0cef5f4877397e508bdf5706ef8fada52cdb9d49 (patch) | |
tree | a24a7e80c4104012aed2ce92d2ce884138d58c3b | |
parent | 3ea83706512a5051a185ac8ec4ba0094290a217d (diff) | |
download | ChibiOS-0cef5f4877397e508bdf5706ef8fada52cdb9d49.tar.gz ChibiOS-0cef5f4877397e508bdf5706ef8fada52cdb9d49.tar.bz2 ChibiOS-0cef5f4877397e508bdf5706ef8fada52cdb9d49.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2301 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 3 | ||||
-rw-r--r-- | todo.txt | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt index feafabf38..838f5eb2c 100644 --- a/readme.txt +++ b/readme.txt @@ -120,7 +120,8 @@ 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: New LPC11xx SPI driver, updated the LPCXpresso demo to use the SPI.
+- NEW: New LPC13xx SPI driver, updated the LPCXpresso demo to use the SPI.
- 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.
@@ -28,7 +28,7 @@ Within 2.1.x * Verify the FatFs demo on both the AT91SAM7X and AT91SAM7S.
* Update the LPC214x SPI driver (ISR).
* Verify the LPC214x FatFs demo.
-X Write a new SPI driver for LPC1xxx (ISR)(it should be very close to the
+* Write a new SPI driver for LPC1xxx (ISR)(it should be very close to the
LPC214x one).
N Evaluate if to add a synchronous API to the UART driver, eventually do so.
X Global documentation reorganization in order to allow both separate documents
@@ -43,6 +43,7 @@ X PDF generation from the documentation system (only separate documents, not a very similar DMA (waiting for the new STM8L-Discovery kit).
- Add the STM32VL to the official STM32 HAL support (waiting for the new
STM32-Discovery kit).
+- Add a spiPolledExchange() API to the SPI driver model.
- New STM8S/A SPI driver.
X Evaluate a new API for the SPI driver enabling quick transfers of few bytes
in polled mode.
|