aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-09 19:37:58 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-09 19:37:58 +0000
commita2708c091beb3331967dff2af9a9232744427de4 (patch)
treeb6b7e640ea6ac6876c291f9c09acdac3fc26847d /todo.txt
parent3de75ec6c3c29edde55edfa75f2db26c198de35a (diff)
downloadChibiOS-a2708c091beb3331967dff2af9a9232744427de4.tar.gz
ChibiOS-a2708c091beb3331967dff2af9a9232744427de4.tar.bz2
ChibiOS-a2708c091beb3331967dff2af9a9232744427de4.zip
Updated all halconf.h files.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3777 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 94fad3578..2f02c10ea 100644
--- a/todo.txt
+++ b/todo.txt
@@ -7,10 +7,10 @@ N = Decided against.
Current Pipeline (2.3.x):
* I2C device driver class support and at least one implementation.
+* Consistency check of all halconf.h files.
X STM32F2xx validation (so far done testing on STM32F4).
X Revision of the RTCv1 driver implementation.
X Revision of the RTCv2 driver implementation.
-- Consistency check of all halconf.h files.
- Consistency check of all STM32xx mcuconf.h files.
- Fixing issue with Simulator and CH_DBG_SYSTEM_STATE_CHECK option.
- SD driver port to STM32F2 and STM32F4.