aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-23 16:24:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-10-23 16:24:16 +0000
commit341a89dfd55141c458b8a73b44b4188554208e46 (patch)
treeb470ce257785b6cfac2868ce57ec1cfd248c0a8b /todo.txt
parent66f21d9c87a9916e6737dc3de617c5496c1ea160 (diff)
downloadChibiOS-341a89dfd55141c458b8a73b44b4188554208e46.tar.gz
ChibiOS-341a89dfd55141c458b8a73b44b4188554208e46.tar.bz2
ChibiOS-341a89dfd55141c458b8a73b44b4188554208e46.zip
New AT91SAM7 SPI driver.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2271 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 964dd19ba..3ec4221c5 100644
--- a/todo.txt
+++ b/todo.txt
@@ -23,10 +23,10 @@ Within 2.1.x
* Make the ADC driver have the same synchronous/asynchronous API of the
new SPI driver model.
* General HAL improvements.
-- Update the AT91SAM7 SPI driver (DMA and/or ISR).
- - Verify the FatFs demo on both the AT91SAM7X and AT91SAM7S.
-- Update the LPC214x SPI driver (ISR).
- - Verify the LPC214x FatFs demo.
+* Update the AT91SAM7 SPI driver (DMA and/or ISR).
+ * Verify the FatFs demo on both the AT91SAM7X and AT91SAM7S.
+* Update the LPC214x SPI driver (ISR).
+ * Verify the LPC214x FatFs demo.
- Write a new SPI driver for LPC1xxx (ISR)(it should be very close to the
LPC214x one).
- Evaluate if to add a synchronous API to the UART driver, eventually do so.