aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-20 17:44:29 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-09-20 17:44:29 +0000
commita4a5c507fe744ea10c47f090abe289c5019db0a2 (patch)
treeda857b1a8584f4ff5d1a92dadb8c8b54e43f4658
parent01596d8b5e9399d2c4b3e3551cdd3396b4c787bc (diff)
downloadChibiOS-a4a5c507fe744ea10c47f090abe289c5019db0a2.tar.gz
ChibiOS-a4a5c507fe744ea10c47f090abe289c5019db0a2.tar.bz2
ChibiOS-a4a5c507fe744ea10c47f090abe289c5019db0a2.zip
Updated readme.txt.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3370 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index 3a2875970..799605e52 100644
--- a/readme.txt
+++ b/readme.txt
@@ -95,8 +95,11 @@
(backported to 2.2.4).
- FIX: Fixed timeout problem in the lwIP interface layer (bug 3302420)
(backported to 2.2.4).
+- NEW: STM32L1xx sub-family support, all STM32 drivers adapted and retested
+ on the new platform except ADC that will need a specific implementation.
- NEW: Added new API chThdExitS() in order to allow atomic operations on
thead exit (backported to 2.2.8).
+- NEW: New EXT driver model and STM32 implementation.
- NEW: New I2C driver model and STM32 implementation.
(evaluate the option to change the API to a synchronous model)
- NEW: New RTC driver model and STM32 implementation.
@@ -147,8 +150,8 @@
redefined. The macro chDbgCheck() no more includes the line number in the
description because incompatibility with the Cosmic compiler (backported to
2.2.7).
-- NEW: Added provisional support for STM32L1xx and STM32F2xx. Because of this
- some directories related to the STM32 have been renamed, your makefiles may
+- NEW: Added provisional support for STM32F2xx. Because of this some
+ directories related to the STM32 have been renamed, your makefiles may
require adjustments.
(TODO: change to be ported to IAR and Keil build files)
- NEW: Added a custom rule to the various rules.mk files, now it is possible