aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-01 07:57:54 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-06-01 07:57:54 +0000
commit74bc33cf80b7b17470c215c158c01c2f2f137c14 (patch)
treeb8d6fbf674ea12703b1420942af2fe24546b5b03 /readme.txt
parentdadac256c45b2f9c565992e482a62ba1f27207be (diff)
downloadChibiOS-74bc33cf80b7b17470c215c158c01c2f2f137c14.tar.gz
ChibiOS-74bc33cf80b7b17470c215c158c01c2f2f137c14.tar.bz2
ChibiOS-74bc33cf80b7b17470c215c158c01c2f2f137c14.zip
Fixed bug bug #414.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5779 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index c641c4b11..eba129fc2 100644
--- a/readme.txt
+++ b/readme.txt
@@ -89,6 +89,7 @@
*****************************************************************************
*** 2.5.2 ***
+- FIX: Fixed lwipthread.h should explicitly include lwip/opts.h (bug #414).
- FIX: Fixed STM32_PLLI2SCLKOUT miscalculated (bug #413)(backported to 2.4.4).
- FIX: Fixed wrong RTC vector name in STM32F1/F4/L1 EXT drivers (bug #412).
- FIX: Fixed wrong STM32 USBv1 driver behavior (bug #410).