From 0cef5f4877397e508bdf5706ef8fada52cdb9d49 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Fri, 29 Oct 2010 09:01:04 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2301 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 3 ++- 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. diff --git a/todo.txt b/todo.txt index a3c8de8ea..6c07249b1 100644 --- a/todo.txt +++ b/todo.txt @@ -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. -- cgit v1.2.3