aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-04-22 08:04:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-04-22 08:04:26 +0000
commit41181d614a73711ea1337a9c411db4a8b6e8a9d2 (patch)
tree5013ff4210e11b67af2e4de9335fa04fa5746a74 /readme.txt
parentaadf193c53c133c479b4906ef7568ed5ccb86876 (diff)
downloadChibiOS-41181d614a73711ea1337a9c411db4a8b6e8a9d2.tar.gz
ChibiOS-41181d614a73711ea1337a9c411db4a8b6e8a9d2.tar.bz2
ChibiOS-41181d614a73711ea1337a9c411db4a8b6e8a9d2.zip
Made optional the STM32 MAC DMABMR SR reset procedure.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6869 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 6a5a2ca06..e6ebde01a 100644
--- a/readme.txt
+++ b/readme.txt
@@ -212,6 +212,7 @@
- NEW: Added CAN driver for AT91SAM7.
- CHANGE: Moved the STM32 GPT, ICU and PWM low level drivers under
./os/hal/platform/STM32/TIMv1. Updated all the impacted project files.
+- CHANGE: Made optional the STM32 MAC DMABMR SR reset procedure.
*** 2.5.2 ***
- FIX: Fixed lwipthread.h should explicitly include lwip/opts.h (bug #414).