aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-19 16:47:09 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-06-19 16:47:09 +0000
commitde6bbbb9eff7592723d401c6340b9e4c78b24953 (patch)
tree7769b2a519686c3a817fbaa7658d7fbfd2f6e637 /todo.txt
parentcbfc9a5396c2924d6b8fa3c03e4ea8bbda386a15 (diff)
downloadChibiOS-de6bbbb9eff7592723d401c6340b9e4c78b24953.tar.gz
ChibiOS-de6bbbb9eff7592723d401c6340b9e4c78b24953.tar.bz2
ChibiOS-de6bbbb9eff7592723d401c6340b9e4c78b24953.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4307 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/todo.txt b/todo.txt
index 73ad20999..49bbd2912 100644
--- a/todo.txt
+++ b/todo.txt
@@ -6,20 +6,23 @@ X = In progress, some work done.
N = Decided against.
Version 2.5.0
-X Revision of the RTCv2 driver implementation.
-X USB driver model revision.
- X STM32 OTG USB cell support for CL, F2, F4 devices.
-
-Within 2.5.x:
* SDC driver port to STM32F2 and STM32F4.
* Revision of scheduling strategy for threads at equal priority.
* Handling of Virtual Timer callbacks out of critical zone.
* Add normal API (not iclass) variants of the VT functions.
* MMC_SPI driver speedup.
* FatFs 0.9x integration.
-- CAN2 support and CAN driver test on STM32F2/F4.
+* USB driver model revision.
+ * STM32 OTG USB cell support for CL, F2, F4 devices.
+* CAN driver test on STM32F2/F4.
+
+Within 2.5.x:
+X Revision of the RTCv2 driver implementation.
+X File System infrastructure.
+ - FatFs wrapper.
X Streaming DAC/I2S driver model and STM32 implementation.
X STM32F0 support.
+- STM32 CAN2 support.
- Unified LPC1xxx HAL.
- LPC11xx and LPC13xx HALs merged in the unified one.
- LPC17xx support.
@@ -43,22 +46,19 @@ X STM32F0 support.
Within 2.x.x
- Software I2C implementation using a GPT instance for timings.
- Static memory allocation hook macros in kernel code.
-X File System infrastructure.
X Implement the "transmission end" serial driver event on those platforms
supporting the feature, so far only done in STM32 driver.
- Test suite overhaul, the API should be more generic in order to be used
with different subsystems and not just the kernel.
- Reduce number of demos globally, add demos to a repository or on web site.
Required in order to reduce support effort.
-- FatFs wrapper.
- New device driver models: Clock, Systick, WDG.
- Add UART4 support to the STM32 UART driver (CL line only, HD has a nasty
shared interrupt).
- Shared DMA channels support in the STM8L HAL.
- Device drivers for STM8/STM8L (ADC, PWM, bring them on par with STM32).
- Device drivers for LPC1xxx (ADC, PWM, bring them on par with STM32).
-- Implement USB Mass Storage Class support and demo using the MMC_SPI driver
- as back-end.
+- Implement USB Mass Storage Class support.
- Batch testing of the ARM7/ARMCMx port using OpenOCD, with reports.
X Transactional flash file system implementation.
- Serial over UART complex driver driver, evaluate from the performance