diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-11-10 07:49:23 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-11-10 07:49:23 +0000 |
commit | 7390fbb842e3120f6339da5734863d927399a722 (patch) | |
tree | 52889ef69dbaf75a4674fdf5883033c1b2634e8b | |
parent | bcdcca923f84d7c197400e91909f18e5e642cb01 (diff) | |
download | ChibiOS-7390fbb842e3120f6339da5734863d927399a722.tar.gz ChibiOS-7390fbb842e3120f6339da5734863d927399a722.tar.bz2 ChibiOS-7390fbb842e3120f6339da5734863d927399a722.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4803 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 2 | ||||
-rw-r--r-- | todo.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index 096ad270e..a99d8c1f9 100644 --- a/readme.txt +++ b/readme.txt @@ -82,7 +82,6 @@ *****************************************************************************
*** 2.5.1 ***
-- NEW: AT91SAM7A3 basic support.
- FIX: Fixed STM32F4xx: Wrong CAN1 SCE interrupt number definition (bug
3581571).
- FIX: Fixed STM32_P407: implement mmc_lld_is_card_inserted (bug 3581929)
@@ -131,6 +130,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: AT91SAM7A3 basic support.
- NEW: Unified the STM32F4xx and STM32F2xx platform code. The STM32F2xx now is
only supported as an STM32F4xx variant and not tested separately.
- NEW: Updated STM32F1, F2, F4, L1 ADC drivers to allow HW triggering.
@@ -8,6 +8,9 @@ N = Decided against. Version 2.5.1
Within 2.5.x:
+- SAM4L support.
+- Recursive mutexes.
+X SPC56x support.
X Revision of the RTCv2 driver implementation.
X File System infrastructure.
- FatFs wrapper.
|