diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-07 15:08:13 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-02-07 15:08:13 +0000 |
commit | b05028169f247c70b2921d6fca8c78db9073744b (patch) | |
tree | 3db3bd9d2f1b2a6d8d6f4cd400998d6d2de505bb | |
parent | 6cfef53ca56e835c9fcd28206971bf15e17fb31b (diff) | |
download | ChibiOS-b05028169f247c70b2921d6fca8c78db9073744b.tar.gz ChibiOS-b05028169f247c70b2921d6fca8c78db9073744b.tar.bz2 ChibiOS-b05028169f247c70b2921d6fca8c78db9073744b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@740 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | todo.txt | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ X lwIP TCP/IP stack integration. - Stack guard pages.
* Idle loop hook macro.
* Switch the configuration options to TRUE/FALSE rather than def/undef.
+- Abstract I/O channels rather than just serial ports.
Ideas for 2.x.x:
- Reference counter for threads, concept of detached threads, threads
|