aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-16 10:05:35 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-16 10:05:35 +0000
commitce80dcb337586d700d37580a5768400abcc797be (patch)
tree4703e07c60a3cd90a3c60f39ba705eca30c1e405 /readme.txt
parentaaac1b2e53af4dcee1278c2de6e90ce952a5f904 (diff)
downloadChibiOS-ce80dcb337586d700d37580a5768400abcc797be.tar.gz
ChibiOS-ce80dcb337586d700d37580a5768400abcc797be.tar.bz2
ChibiOS-ce80dcb337586d700d37580a5768400abcc797be.zip
Added UART driver support to the STM32F3xx HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4920 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.txt b/readme.txt
index d5ba0a6ba..b6ccafdc4 100644
--- a/readme.txt
+++ b/readme.txt
@@ -84,7 +84,7 @@
*** 2.5.1 ***
- FIX: Possible false detect of loaded prescaler in RTCv1 driver (bug
3595489)(backported to 2.4.3).
-- FIX: Unneded RTC initialization when HAL_USE_RTC disabled (bug 3594620)
+- FIX: Unneeded RTC initialization when HAL_USE_RTC disabled (bug 3594620)
(backported to 2.4.3).
- FIX: Compilation issue with HAL_USE_RTC disabled (bug 3594083)(backported
to 2.4.3).
@@ -92,9 +92,9 @@
to 2.4.3).
- FIX: Potential problem with RTC_CRL_RSF bit (bug 3593972)(backported
to 2.4.3).
-- FIX: Fixed STM32 UART driver redundant initialization (bug 3592809)
+- FIX: Fixed DMA reconfiguration problem in STM32 SPI driver (bug 3592809)
(backported to 2.4.3).
-- FIX: Fixed DMA reconfiguration problem in STM32 SPI driver (bug 3592764)
+- FIX: Fixed STM32 UART driver redundant initialization (bug 3592764)
(backported to 2.4.3).
- FIX: Fixed wrong stack initializations in GCC STM32L1xx port files (bug
3591321)(backported to 2.4.3).
@@ -158,7 +158,7 @@
- FIX: Fixed STM8L, cosmic compiler: c_lreg not saved (bug 3566342)(backported
to 2.2.10 and 2.4.3).
- NEW: Initial support for STM32F30x (HAL, PAL, CAN, GPT, ICU, PWM, Serial,
- SPI, USB).
+ SPI, UART, USB).
- NEW: AT91SAM7A3 I2C support.
- NEW: AT91SAM7A3 basic support.
- NEW: Unified the STM32F4xx and STM32F2xx platform code. The STM32F2xx now is