aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-04 13:06:49 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-04 13:06:49 +0000
commit1374037cdcc0ec26be0507aa0886624746ed52ae (patch)
treeb940ec8c42e42ab4b745b67af16fd30612724a47
parentbd809f5f652f8f6bbcf7bcc1c68b979245b1b511 (diff)
downloadChibiOS-1374037cdcc0ec26be0507aa0886624746ed52ae.tar.gz
ChibiOS-1374037cdcc0ec26be0507aa0886624746ed52ae.tar.bz2
ChibiOS-1374037cdcc0ec26be0507aa0886624746ed52ae.zip
Initial support for the STM32F3 and STM32F3-Discovery board.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4870 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt1
-rw-r--r--todo.txt7
2 files changed, 7 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 6236a800a..35c256282 100644
--- a/readme.txt
+++ b/readme.txt
@@ -143,6 +143,7 @@
(backported to 2.4.3).
- FIX: Fixed STM8L, cosmic compiler: c_lreg not saved (bug 3566342)(backported
to 2.2.10 and 2.4.3).
+- NEW: Initial support for STM32F30x.
- NEW: AT91SAM7A3 I2C support.
- NEW: AT91SAM7A3 basic support.
- NEW: Unified the STM32F4xx and STM32F2xx platform code. The STM32F2xx now is
diff --git a/todo.txt b/todo.txt
index 73c44884e..490fff8e4 100644
--- a/todo.txt
+++ b/todo.txt
@@ -6,6 +6,12 @@ X = In progress, some work done.
N = Decided against.
Version 2.5.1
+X Support for STM32F3xx devices.
+X Support for ATSAM4L devices.
+X Support for SPC56xBC devices.
+X Support for SPC56xP devices.
+X Support for SPC56xM devices.
+- Support for SPC56xA devices.
Within 2.5.x:
- SAM4L support.
@@ -15,7 +21,6 @@ X Revision of the RTCv2 driver implementation.
X File System infrastructure.
- FatFs wrapper.
X Streaming DAC/I2S driver model and STM32 implementation.
-- Support for STM32F3xx devices.
- Specific I2C driver for STM32F0 and newer devices.
- STM32 CAN2 support.
- Unified LPC1xxx HAL.