aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt
index 90d631345..eac79d4ee 100644
--- a/todo.txt
+++ b/todo.txt
@@ -18,6 +18,7 @@ Within 2.3.x (hopefully)
* Swap TIME_IMMEDIATE and TIME_INFINITE values.
* Improvements to the message passing mechanism in order to allow "delayed,
out of order, responses".
+* New device driver models: GPT.
? Make thread functions return void and add a CH_THREAD macro for threads
declaration in order to hide compiler-specific optimizations for thread
functions.
@@ -37,7 +38,7 @@ X Transactional flash file system implementation.
X I2C device driver class support and at least one implementation.
X Shared DMA channels support in the STM32/STM8L HALs.
X RAM ISR vectors support in the STM32 HAL.
-X New device driver models: Clock, Systick, PT, RTC, WDG, DAC, Power Monitor.
+- New device driver models: Clock, Systick, RTC, WDG, DAC, Power Monitor.
Later but within 2.x.x
- Batch testing of the ARM7/ARMCMx port using OpenOCD, with reports.