diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-09-10 17:52:13 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-09-10 17:52:13 +0000 |
commit | 8596d3e4aed62a256fd8f607cd64d8a4ede5fd5b (patch) | |
tree | 63dafb72408136949e0ef41abc7f4ca326e56fb7 | |
parent | 5c37d04ebf697e07592952ecf7fcccf558dbb23e (diff) | |
download | ChibiOS-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
-rw-r--r-- | todo.txt | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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).
|