diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-04-22 08:04:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-04-22 08:04:26 +0000 |
commit | 41181d614a73711ea1337a9c411db4a8b6e8a9d2 (patch) | |
tree | 5013ff4210e11b67af2e4de9335fa04fa5746a74 /readme.txt | |
parent | aadf193c53c133c479b4906ef7568ed5ccb86876 (diff) | |
download | ChibiOS-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.txt | 1 |
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).
|