aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-30 10:14:30 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-01-30 10:14:30 +0000
commit59b727e66f1a79f368b2ab9e3d18205188a97061 (patch)
tree49cfa3c1fcfd805f1c9b1d9b9afb8c9fe1acb15d /todo.txt
parenta66602c99d316ecfb03e47dcf9b3fe4167edc580 (diff)
downloadChibiOS-59b727e66f1a79f368b2ab9e3d18205188a97061.tar.gz
ChibiOS-59b727e66f1a79f368b2ab9e3d18205188a97061.tar.bz2
ChibiOS-59b727e66f1a79f368b2ab9e3d18205188a97061.zip
Fixed bug 2942757.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1552 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/todo.txt b/todo.txt
index 5c16aeeb8..2733b634e 100644
--- a/todo.txt
+++ b/todo.txt
@@ -6,6 +6,8 @@ X = In progress, some work done.
Before 1.6.0:
* Remove instances of unnamed structures/unions.
+- Reference counter for threads, concept of detached threads, threads
+ management.
- Active threads registry in the kernel.
- Debug-related features and tools.
- I2C device driver class support.
@@ -14,17 +16,15 @@ Before 1.6.0:
require changes to lwIP or a new TCP/IP stack however.
- More code examples into the documentation.
- Update C++ wrapper (Heap, Pools, Mailboxes and any new feature).
-- Threads Pools manager in the library.
-? OSEK-style simple tasks within the idle thread.
After 1.6.0
? Minimal optional C-runtime library (complete enough for lwIP).
? Think to something for threads restart.
+? OSEK-style simple tasks within the idle thread.
+- Threads Pools manager in the library.
Ideas for 2.x.x:
- High resolution timers and tickless kernel.
-- Reference counter for threads, concept of detached threads, threads
- management.
Ideas for 3.x.x:
- Multicore support.