diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-29 08:26:05 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-29 08:26:05 +0000 |
commit | bc0373893f147f1f6e3155f04965ca06b9cbff18 (patch) | |
tree | b703314ef568a956ad53365781aa6db9e1a4809a /readme.txt | |
parent | 2f343993616977cea20bccf20b5cd8fd4f04d5a9 (diff) | |
download | ChibiOS-bc0373893f147f1f6e3155f04965ca06b9cbff18.tar.gz ChibiOS-bc0373893f147f1f6e3155f04965ca06b9cbff18.tar.bz2 ChibiOS-bc0373893f147f1f6e3155f04965ca06b9cbff18.zip |
Fixed bug 3570335.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4724 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 51ebeb21b..f91c20890 100644 --- a/readme.txt +++ b/readme.txt @@ -83,6 +83,8 @@ *****************************************************************************
*** 2.5.1 ***
+- FIX: Fixed Ethernet PHY power down scheme prevents using LAN8720A (bug
+ 3570335).
- FIX: Fixed FatFS won't compile with _FS_REENTRANT enabled (bug 3570135)
(backported to 2.4.3).
- FIX: Fixed mmc_spi.c won't compile due to misplaced declaration (bug
@@ -97,6 +99,8 @@ (backported to 2.4.3).
- FIX: Fixed STM8L, cosmic compiler: c_lreg not saved (bug 3566342)(backported
to 2.2.10 and 2.4.3).
+- NEW: Added a new option STM32_ETH1_CHANGE_PHY_STATE to the STM32 MAC driver,
+ this change is connected to bug 3570335.
- NEW: Modified the CAN drivers to use the new event flags mechanism, the
previous flags handling has been removed.
- NEW: Modified serial and serial_usb drivers to use the new event flags
|