aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-16 10:28:14 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-16 10:28:14 +0000
commitceaed9c9b23a2afd91f87c1f5f7b532f9fe8f939 (patch)
treeb3db2c25e54a66b0315354ebd073cfc6132ff41e
parent184897394eee0209a66daecaa5677879aad32b0b (diff)
downloadChibiOS-ceaed9c9b23a2afd91f87c1f5f7b532f9fe8f939.tar.gz
ChibiOS-ceaed9c9b23a2afd91f87c1f5f7b532f9fe8f939.tar.bz2
ChibiOS-ceaed9c9b23a2afd91f87c1f5f7b532f9fe8f939.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3817 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--todo.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index 53569ec32..efd5a410c 100644
--- a/todo.txt
+++ b/todo.txt
@@ -6,8 +6,9 @@ X = In progress, some work done.
N = Decided against.
Current Pipeline (2.4.0):
-- Complete test cycle.
-- Complete documentation cycle.
+X Complete test cycle.
+X Complete documentation cycle.
+- Release.
Version 2.4.1
X STM32F2 validation (so far testing done on STM32F4 only).
@@ -17,6 +18,7 @@ X SDC driver port to STM32F2 and STM32F4.
Within 2.5.x:
- Revision of scheduling strategy for threads at equal priority.
+- Handling of Virtual Timer callbacks out of critical zone.
- Add a chSysIntegrityCheck() API to the kernel.
- Add a CH_THREAD macro for threads declaration in order to hide
compiler-specific optimizations for thread functions. All demos will have