aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-29 17:52:43 +0000
committerbarthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-29 17:52:43 +0000
commit2aae1a50a3da979fe58e703a902d48aa7efb1fea (patch)
tree51ab3f39be6fb7d03bd516d55451ab49bcbd0296 /readme.txt
parent71095fd300a131b65dfbe2bd7dc3d8fc40818f32 (diff)
downloadChibiOS-2aae1a50a3da979fe58e703a902d48aa7efb1fea.tar.gz
ChibiOS-2aae1a50a3da979fe58e703a902d48aa7efb1fea.tar.bz2
ChibiOS-2aae1a50a3da979fe58e703a902d48aa7efb1fea.zip
RTCv2. Updated readme.txt.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6332 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/readme.txt b/readme.txt
index bdb249dd6..cef87e972 100644
--- a/readme.txt
+++ b/readme.txt
@@ -88,8 +88,8 @@
*** Releases ***
*****************************************************************************
-*** 2.7.0 ***
-- FIX: Fixed possible unalignment in GCC Cortex-M scatter files (bug #430)
+*** 2.7.0 ***
+- FIX: Fixed possible unalignment in GCC Cortex-M scatter files (bug #430)
(backported to 2.6.2 and 2.4.6).
- FIX: Fixed PAL driver documentation error (bug #427)(backported to 2.6.1
and 2.4.5).
@@ -116,6 +116,7 @@
(backported to 2.6.0).
- FIX: Fixed MS2ST() and US2ST() macros error (bug #415)(backported to 2.6.0,
2.4.4, 2.2.10, NilRTOS).
+- NEW: Added support for STM32F0xx platform in RTCv2 driver.
- NEW: Improvements to the STM32F4xx backup domain initialization.
- NEW: Added initializer for the DIER register to the STM32 GPT, ICU and
PWM drivers.