aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-07-10 14:23:51 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-07-10 14:23:51 +0000
commitb1d9b1646f440be7e7d0c5ebb1794abab8a9da53 (patch)
treecb6e15709ee83fca05238b1e143f4fb7c10df24b
parentfbdd64538eb54452fd320e20eaba2fb094874a3e (diff)
downloadChibiOS-b1d9b1646f440be7e7d0c5ebb1794abab8a9da53.tar.gz
ChibiOS-b1d9b1646f440be7e7d0c5ebb1794abab8a9da53.tar.bz2
ChibiOS-b1d9b1646f440be7e7d0c5ebb1794abab8a9da53.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3148 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--todo.txt15
1 files changed, 7 insertions, 8 deletions
diff --git a/todo.txt b/todo.txt
index 2e5cd9097..3db744655 100644
--- a/todo.txt
+++ b/todo.txt
@@ -7,30 +7,30 @@ N = Decided against.
Current Pipeline (2.3.x):
* lwIP 1.4.0 integration and test.
+* Named threads.
+X Eclipse plugin.
X STM32L support.
-- STM32L-Discovery demo and article.
-- Named threads.
+X STM32L-Discovery demo and article.
- Improved stack overflow checking, support main() thread, add guard pages
support.
-- Eclipse plugin.
X File System infrastructure.
- Test suite overhaul, the API should be more generic in order to be used
with different subsystems and not just the kernel.
- STM32 USB support for double buffering.
-- 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.
- LPC17xx support.
X Implement the "transmission end" serial driver event on those platforms
supporting the feature, so far only done in STM32 driver.
X I2C device driver class support and at least one implementation.
-- Kernel-only demos for users not interested in HAL.
- Reduce number of demos globally, add demos to a repository or on web site.
Required in order to reduce support effort.
Within 2.x.x
+- Kernel-only demos for users not interested in HAL.
- FatFs 0.8x integration.
- FatFs wrapper.
+- 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.
? Evaluate if change thread functions to return void is worthwhile.
- New device driver models: Clock, Systick, RTC, WDG, DAC, Power Monitor.
- Add UART4 support to the STM32 UART driver (CL line only, HD has a nasty
@@ -43,7 +43,6 @@ Within 2.x.x
- Implement USB Mass Storage Class support and demo using the MMC_SPI driver
as back-end.
- Batch testing of the ARM7/ARMCMx port using OpenOCD, with reports.
-- Debug-related features and tools.
X Transactional flash file system implementation.
? Add a *very simple* ADC API for single one shot sampling (implement it as
an injected conversion on the STM32).