aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-27 09:05:28 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-27 09:05:28 +0000
commitcc34d272eb31d42706dc41c43a49c74ac700e5cb (patch)
tree4dafaf03d91e9eeb8cedbcb7ee046e0945357177
parent73b61b850bb16876a5e92f050b8c4aba0b2a668c (diff)
downloadChibiOS-cc34d272eb31d42706dc41c43a49c74ac700e5cb.tar.gz
ChibiOS-cc34d272eb31d42706dc41c43a49c74ac700e5cb.tar.bz2
ChibiOS-cc34d272eb31d42706dc41c43a49c74ac700e5cb.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3537 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index de06681e8..2dea2d1eb 100644
--- a/readme.txt
+++ b/readme.txt
@@ -129,6 +129,8 @@
specific directories because documentation issues.
*** 2.3.3 ***
+- FIX: Fixed missing UART5 definition in STM32 HAL (bug 3411774)(backported
+ to 2.2.8).
- FIX: Fixed uninitialized variable in STM32 PWM and ICU drivers (bug 3413558).
- FIX: Fixed wrong parameter passed to the DMA error hook in STM32 ADC driver,
the DMA error hook has been removed entirely in the new ADC driver model