aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-10 17:52:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-09-10 17:52:13 +0000
commit8596d3e4aed62a256fd8f607cd64d8a4ede5fd5b (patch)
tree63dafb72408136949e0ef41abc7f4ca326e56fb7 /todo.txt
parent5c37d04ebf697e07592952ecf7fcccf558dbb23e (diff)
downloadChibiOS-8596d3e4aed62a256fd8f607cd64d8a4ede5fd5b.tar.gz
ChibiOS-8596d3e4aed62a256fd8f607cd64d8a4ede5fd5b.tar.bz2
ChibiOS-8596d3e4aed62a256fd8f607cd64d8a4ede5fd5b.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2172 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 6aa80a4fd..25e042433 100644
--- a/todo.txt
+++ b/todo.txt
@@ -16,7 +16,9 @@ Within 2.1.x (hopefully)
X Resist doing more changes and optimizations in the kernel, fixes only.
X File System infrastructure.
X General HAL improvements.
-- I2C device driver class support.
+X I2C device driver class support.
+- I-class functions for the ADC driver.
+- Evaluate making SPI and CAN drivers callback-based.
- 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).