aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-08 10:50:53 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-08 10:50:53 +0000
commit560ce194e054c011f05ebf92e6e5e1c8aa51d119 (patch)
treee3e26af36a59d705fbb7c4b2e80601c472830d5b
parent05f792e54ea17171380538bf95e062ad6f37196c (diff)
downloadChibiOS-560ce194e054c011f05ebf92e6e5e1c8aa51d119.tar.gz
ChibiOS-560ce194e054c011f05ebf92e6e5e1c8aa51d119.tar.bz2
ChibiOS-560ce194e054c011f05ebf92e6e5e1c8aa51d119.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3434 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 c736185f6..92591c6f6 100644
--- a/readme.txt
+++ b/readme.txt
@@ -82,6 +82,8 @@
together with sources. Also implemented a simplified output log mode.
Now makefiles and load script files are requirements and trigger a
rebuild if touched.
+- CHANGE: Moved the STM32 DMA helper driver files under the sub-family
+ specific directory because documentation issues.
*** 2.3.3 ***
- FIX: Fixed uninitialized variable in STM32 PWM and ICU drivers (bug 3413558).