From 45efc9bae6aa43fe150c571ec3ce2f0252de9b13 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Thu, 19 Jan 2012 16:24:06 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3828 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- todo.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/todo.txt b/todo.txt index efd5a410c..e08b85b15 100644 --- a/todo.txt +++ b/todo.txt @@ -19,7 +19,13 @@ 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 normal API (not iclass) variants of the VT functions. +- Add the RTC service inside the kernel and port, remove from HAL. +- Add option to use the RTC counter instead of the systick counter into the + trace buffer. - Add a chSysIntegrityCheck() API to the kernel. +- Add guard pages as extra stack checking mechanism. Guard pages should be + of the same type of the stack alignment type. - Add a CH_THREAD macro for threads declaration in order to hide compiler-specific optimizations for thread functions. All demos will have to be updated. -- cgit v1.2.3