From 6cfef53ca56e835c9fcd28206971bf15e17fb31b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 7 Feb 2009 14:59:26 +0000 Subject: Configuration system improvements. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@739 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- todo.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'todo.txt') diff --git a/todo.txt b/todo.txt index 150cebfe4..2463d2cdf 100644 --- a/todo.txt +++ b/todo.txt @@ -2,7 +2,8 @@ After 1.0.0: - Update C++ wrapper (Heap, Pools). * Priority ordering option for semaphores. * chSysLock() and chSysUnlock() with counter (option). -X OSEK-style chSysSuspendAll()/chSysResumeAll()/chSysEnable()/chSysDisable(). +* OSEK-style chSysSuspendAll()/chSysResumeAll()/chSysEnable()/chSysDisable(), + implemented this as the new Suspended and Disabled states in 1.1. - OSEK-style simple tasks within the idle thread. - Think to something for threads restart. X lwIP TCP/IP stack integration. @@ -11,7 +12,7 @@ X lwIP TCP/IP stack integration. - Multiple debug levels. - Stack guard pages. * Idle loop hook macro. -X Switch the configuration options to TRUE/FALSE rather than def/undef. +* Switch the configuration options to TRUE/FALSE rather than def/undef. Ideas for 2.x.x: - Reference counter for threads, concept of detached threads, threads -- cgit v1.2.3