aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-30 14:46:23 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-30 14:46:23 +0000
commitac9550dce6d32eb5c310b5fe578fc0cd7cf6c950 (patch)
treea5cf7077310ffcddc98b064b645671cf06156ec6 /readme.txt
parent187a9e693e51738ad66f32d5dfce61bbcc549edf (diff)
downloadChibiOS-ac9550dce6d32eb5c310b5fe578fc0cd7cf6c950.tar.gz
ChibiOS-ac9550dce6d32eb5c310b5fe578fc0cd7cf6c950.tar.bz2
ChibiOS-ac9550dce6d32eb5c310b5fe578fc0cd7cf6c950.zip
Added note.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5917 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 8043a3dd5..8777b246a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -89,14 +89,15 @@
*****************************************************************************
*** 2.7.0 ***
-- NEW: Added support of UART4 and UART5 (STM32F4x and STM32F2x platforms).
- Feature request #28.
- FIX: Fixed missing casts in time-conversion macros (bug #418)(backported
to 2.6.1, 2.4.4 and 2.2.10).
- FIX: Fixed STM32 Serial (v2) driver invalid CR registers size (bug #416)
(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 DAC driver high level files and low level files templates.
+- NEW: Added support of UART4 and UART5 (STM32F4x and STM32F2x platforms)
+ (feature request #28).
- NEW: SPI driver for SPC560Pxx, SPC563Mxx, SPC564Axx, SPC56ELAxx, SPC560Dxx.
- NEW: Support for SPC560Dxx devices.
- NEW: DMA-MUX support for SPC5xx devices.