aboutsummaryrefslogtreecommitdiffstats
path: root/todo.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-25 13:43:57 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-02-25 13:43:57 +0000
commit25d95306851092d437f18a7be4d75c2908a9955d (patch)
tree2dfa01468ec1bc4cabc0d91f411f383d8c368c23 /todo.txt
parent8cb1e794a51c9362a657bb03c5d38b78eba3bb2e (diff)
downloadChibiOS-25d95306851092d437f18a7be4d75c2908a9955d.tar.gz
ChibiOS-25d95306851092d437f18a7be4d75c2908a9955d.tar.bz2
ChibiOS-25d95306851092d437f18a7be4d75c2908a9955d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5323 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt27
1 files changed, 14 insertions, 13 deletions
diff --git a/todo.txt b/todo.txt
index 6d45cbc37..f7201f38a 100644
--- a/todo.txt
+++ b/todo.txt
@@ -6,28 +6,29 @@ X = In progress, some work done.
N = Decided against.
Version 2.5.2
-X Support for ATSAM4L devices.
+* STM32 CAN2 support.
+* Support for ATSAM4L devices.
* Improve support for STM32F3xx devices.
-- Improve support for SPC56xBC devices.
-- Improve support for SPC56xP devices.
-- Improve support for SPC56xM devices.
-- Support for SPC56xA devices.
-- Support for SPC56EL devices.
+* Update C++ wrapper.
+X Restructure and improve documentation.
+X Support for STM32F37x devices.
+X Improve support for SPC560BC devices.
+X Improve support for SPC560P devices.
+X Improve support for SPC563M devices.
+X Improve support for SPC56EL devices.
+- Support for SPC564A devices.
+- Support for SPC560D devices.
- Support for STM32L1xx MD and HD devices.
- Support for STM32F427 and STM32F437 devices.
-- Restructure and improve documentation.
-X Update C++ wrapper.
-X File System infrastructure.
- - FatFs wrapper.
+- Support for STM32F429 and STM32F439 devices.
Within 2.5.x:
-- SAM4L support.
+X File System infrastructure.
+ X FatFs wrapper.
- Recursive mutexes.
-X SPC56x support.
X Revision of the RTCv2 driver implementation.
X Streaming DAC/I2S driver model and STM32 implementation.
- Specific I2C driver for STM32F0 and newer devices.
-- STM32 CAN2 support.
- Unified LPC1xxx HAL.
- LPC11xx and LPC13xx HALs merged in the unified one.
- LPC17xx support.