aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-14 14:15:44 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-08-14 14:15:44 +0000
commitc36b827d05fef72a986d8b68f14ef043eb1fc895 (patch)
tree91c37ce1bd473fcee2f6ae3a19e34b27dc2c5987 /todo.txt
parenta3723f272967b68058f2247cb7abc72655cd4c85 (diff)
downloadChibiOS-c36b827d05fef72a986d8b68f14ef043eb1fc895.tar.gz
ChibiOS-c36b827d05fef72a986d8b68f14ef043eb1fc895.tar.bz2
ChibiOS-c36b827d05fef72a986d8b68f14ef043eb1fc895.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2130 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/todo.txt b/todo.txt
index 6343e00fa..6aa80a4fd 100644
--- a/todo.txt
+++ b/todo.txt
@@ -12,14 +12,11 @@ Within 2.1.x (hopefully)
on top, support data words greater than 8 bits, callback for
"last byte transmitted (RS485)", simple implementation,
verifiable.
+* Rework STM32 drivers to use friendly IRQ names and centralized DMA macros.
X Resist doing more changes and optimizations in the kernel, fixes only.
-X Rework STM32 drivers to use friendly IRQ names and centralized DMA macros.
X File System infrastructure.
X General HAL improvements.
-- Add a *very simple* ADC API for simgle one shot sampling (implement it as
- an injected conversion on the STM32).
-- Evaluate if reimplement the SPI/CAN drivers to be callback-based like the
- ADC, PWM and UART drivers, the current API could be rebuilt on top.
+- I2C device driver class support.
- MAC driver for STM32F105/STM32F107 (hardware missing).
- Device drivers for STM8 (SPI, ADC, PWM, bring it on par with STM32).
- Support for more compilers (ARMCMx only initially).
@@ -30,7 +27,10 @@ Later but within 2.x.x
- Merge the Coldfire branch in mainline.
- Merge the H8S branch in mainline.
- Debug-related features and tools.
-- I2C device driver class support.
+- Evaluate if reimplement the SPI/CAN drivers to be callback-based like the
+ ADC, PWM and UART drivers, the current API could be rebuilt on top.
+- Add a *very simple* ADC API for single one shot sampling (implement it as
+ an injected conversion on the STM32).
- USB device driver class support.
- MAC driver revision in order to support copy-less operations, this will
require changes to lwIP or a new TCP/IP stack however.