From 1374037cdcc0ec26be0507aa0886624746ed52ae Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 4 Dec 2012 13:06:49 +0000 Subject: [PATCH] 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 --- readme.txt | 1 + todo.txt | 7 ++++++- 2 files changed, 7 insertions(+), 1 deletion(-) 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.