aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-01 11:48:59 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-01-01 11:48:59 +0000
commita9dacc80cbd84c8a1bc1e19e96a92a4fac18e51f (patch)
tree8fee3f459331645878cca71994450ea1983c9a41 /todo.txt
parentc37c790722db6c2f8de59a1dee6efe41f62aefdb (diff)
downloadChibiOS-a9dacc80cbd84c8a1bc1e19e96a92a4fac18e51f.tar.gz
ChibiOS-a9dacc80cbd84c8a1bc1e19e96a92a4fac18e51f.tar.bz2
ChibiOS-a9dacc80cbd84c8a1bc1e19e96a92a4fac18e51f.zip
Fixed bug 3149141, documentation improvements to the queues, updated pre-2.2.0 plan in todo.txt.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2562 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt15
1 files changed, 14 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 3fa61906a..438dc6adf 100644
--- a/todo.txt
+++ b/todo.txt
@@ -59,9 +59,22 @@ N Evaluate if to add a synchronous API to the UART driver, eventually do so.
and general solutions.
X Support for more compilers (IAR, Keil, ARMCMx only initially).
X Support for not just Makefiles (Ride7, Crossworks etc).
-- Make thread functions return void.
+? Make thread functions return void.
- Introduce a "THREAD" function prefix in order to hide compiler-specific
optimizations for thread functions.
+- Move I/O queues out of the kernel into an new "oslib" category.
+- Add an I/O buffers mechanism to the oslib category.
+- Move MemStreams to the oslib category.
+- Move iochannels and file interfaces to the oslib category.
+? Evaluate moving mailboxes to the oslib category.
+- Make the oslib category appear in the general documentation and the various
+ kernel reference manuals.
+- IAR port for Cortex-Mx, add demos for all the supported families.
+- Keil port for Cortex-Mx, add demos for all the supported families.
+- Add an USB abstract device driver class.
+- USB driver implementation for STM32F103/STM32F102.
+- Add a Serial over USB generic device driver implementing a USB Communication
+ Device Class and offering a Serial-like interface to the applications.
X Except for the above, bug fixing only until the 2.2.0 release.
Within 2.3.x (hopefully)