aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-22 19:17:58 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-22 19:17:58 +0000
commitebf1e0a6041726db3ea64434fd1b439307c39c7d (patch)
treeedffca6e509cbb6ebc1bb95387d2894437e6fc33
parentc2c97c6b2ad6cf7de3edb76b26887fa62292020f (diff)
downloadChibiOS-ebf1e0a6041726db3ea64434fd1b439307c39c7d.tar.gz
ChibiOS-ebf1e0a6041726db3ea64434fd1b439307c39c7d.tar.bz2
ChibiOS-ebf1e0a6041726db3ea64434fd1b439307c39c7d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2526 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--todo.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index 933948869..3fa61906a 100644
--- a/todo.txt
+++ b/todo.txt
@@ -57,6 +57,11 @@ N Evaluate if to add a synchronous API to the UART driver, eventually do so.
them into board.c files, this will remove an ugly dependency.
* Realign the STM8 port to the new STM8L one as options, naming conventions
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.
+- Introduce a "THREAD" function prefix in order to hide compiler-specific
+ optimizations for thread functions.
X Except for the above, bug fixing only until the 2.2.0 release.
Within 2.3.x (hopefully)
@@ -72,8 +77,6 @@ X Shared DMA channels support in the STM32/STM8L HALs.
X New device driver models: Clock, Systick, RTC, WDG, DAC, USB, Power Monitor.
- MAC driver for STM32F107 (hardware missing).
- Device drivers for STM8/STM8L (ADC, PWM, bring them on par with STM32).
-X Support for more compilers (IAR, Keil, ARMCMx only initially).
-X Support for not just Makefiles (Ride7, Crossworks etc).
- Batch testing of the ARM7/ARMCMx port using OpenOCD, with reports.
- Debug-related features and tools.
- Add a *very simple* ADC API for single one shot sampling (implement it as