aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-30 21:21:00 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-30 21:21:00 +0000
commit176729594ed9b40f00a7db98ddb33d55efe7e5eb (patch)
treef17ceb9dd3757f62bc3d4ee73cb0d8f129e008ac /todo.txt
parent5933cc8ee5174cd7854c6f5571f4a091dfeda183 (diff)
downloadChibiOS-176729594ed9b40f00a7db98ddb33d55efe7e5eb.tar.gz
ChibiOS-176729594ed9b40f00a7db98ddb33d55efe7e5eb.tar.bz2
ChibiOS-176729594ed9b40f00a7db98ddb33d55efe7e5eb.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2307 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/todo.txt b/todo.txt
index a1ec0f505..5490a0b62 100644
--- a/todo.txt
+++ b/todo.txt
@@ -20,6 +20,7 @@ Within 2.1.x
parameter.
* Change the SPI driver to be able to work asynchronously using callbacks,
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.
* Make the ADC driver have the same synchronous/asynchronous API of the
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
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
+* Global documentation reorganization in order to allow both separate documents
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).
-- 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).
- 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
@@ -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).
- Add the STM32VL to the official STM32 HAL support (waiting for the new
STM32-Discovery kit).
-* Add an optional spiPolledExchange() API to the SPI driver model.
- New STM8S/A SPI driver.
X Except for the above, bug fixing only until the 2.2.0 release.