Added note.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5917 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-06-30 14:46:23 +00:00
parent 187a9e693e
commit ac9550dce6
1 changed files with 3 additions and 2 deletions

View File

@ -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.