aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt
index 24806859c..6343e00fa 100644
--- a/todo.txt
+++ b/todo.txt
@@ -14,11 +14,12 @@ Within 2.1.x (hopefully)
verifiable.
X Resist doing more changes and optimizations in the kernel, fixes only.
X Rework STM32 drivers to use friendly IRQ names and centralized DMA macros.
-- Merge the Coldfire branch in mainline.
-- Merge the H8S branch in mainline.
-- File System infrastructure.
+X File System infrastructure.
+X General HAL improvements.
- Add a *very simple* ADC API for simgle one shot sampling (implement it as
an injected conversion on the STM32).
+- Evaluate if reimplement the SPI/CAN drivers to be callback-based like the
+ ADC, PWM and UART drivers, the current API could be rebuilt on top.
- MAC driver for STM32F105/STM32F107 (hardware missing).
- Device drivers for STM8 (SPI, ADC, PWM, bring it on par with STM32).
- Support for more compilers (ARMCMx only initially).
@@ -26,6 +27,8 @@ X Rework STM32 drivers to use friendly IRQ names and centralized DMA macros.
- Batch testing of the ARM7/ARMCMx port using OpenOCD, with reports.
Later but within 2.x.x
+- Merge the Coldfire branch in mainline.
+- Merge the H8S branch in mainline.
- Debug-related features and tools.
- I2C device driver class support.
- USB device driver class support.