git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2301 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2010-10-29 09:01:04 +00:00
parent 3ea8370651
commit 0cef5f4877
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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.