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

This commit is contained in:
gdisirio 2010-10-30 21:21:00 +00:00
parent 5933cc8ee5
commit 176729594e
1 changed files with 4 additions and 4 deletions

View File

@ -20,6 +20,7 @@ Within 2.1.x
parameter. parameter.
* Change the SPI driver to be able to work asynchronously using callbacks, * Change the SPI driver to be able to work asynchronously using callbacks,
keep the synchronous APIs available as option. keep the synchronous APIs available as option.
* Add an optional spiPolledExchange() API to the SPI driver model.
* Update the STM32 SPI driver to the new model. * Update the STM32 SPI driver to the new model.
* Make the ADC driver have the same synchronous/asynchronous API of the * Make the ADC driver have the same synchronous/asynchronous API of the
new SPI driver model. new SPI driver model.
@ -31,11 +32,11 @@ Within 2.1.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). LPC214x one).
N Evaluate if to add a synchronous API to the UART driver, eventually do so. 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 * Global documentation reorganization in order to allow both separate documents
and the usual blob document. and the usual blob document.
X PDF generation from the documentation system (only separate documents, not * PDF generation from the documentation system (only separate documents, not
the blob). the blob).
- Automatic compilation and upload of the various documents on the web site * Automatic compilation and upload of the various documents on the web site
(doxygen + rsync). (doxygen + rsync).
- STM8L official HAL support, it will have to be separated from the STM8S/STM8A - STM8L official HAL support, it will have to be separated from the STM8S/STM8A
HAL because it is very different, actually it looks much more like a HAL because it is very different, actually it looks much more like a
@ -43,7 +44,6 @@ X PDF generation from the documentation system (only separate documents, not
a very similar DMA (waiting for the new STM8L-Discovery kit). a very similar DMA (waiting for the new STM8L-Discovery kit).
- Add the STM32VL to the official STM32 HAL support (waiting for the new - Add the STM32VL to the official STM32 HAL support (waiting for the new
STM32-Discovery kit). STM32-Discovery kit).
* Add an optional spiPolledExchange() API to the SPI driver model.
- New STM8S/A SPI driver. - New STM8S/A SPI driver.
X Except for the above, bug fixing only until the 2.2.0 release. X Except for the above, bug fixing only until the 2.2.0 release.