aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-21 09:13:33 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-01-21 09:13:33 +0000
commit81168cec2f17661adfd41595dbb3c6e836efc59e (patch)
tree3163844c726fc028bc283b02313a7fce11fac401 /readme.txt
parent09d8ca4bc084a543b0d64c75f7d75e809f76e515 (diff)
downloadChibiOS-81168cec2f17661adfd41595dbb3c6e836efc59e.tar.gz
ChibiOS-81168cec2f17661adfd41595dbb3c6e836efc59e.tar.bz2
ChibiOS-81168cec2f17661adfd41595dbb3c6e836efc59e.zip
Added DMA copy to the DMA stress test application.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3835 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 0aeefcfb4..8ee555086 100644
--- a/readme.txt
+++ b/readme.txt
@@ -79,6 +79,8 @@
- FIX: Fixed SYSCFG clock not started in STM32L1/F4 HALs (bug 3449139).
- FIX: Fixed wrong definitions in STM32L-Discovery board file (bug 3449076).
- OPT: Improved the exception exit code in the GCC Cortex-Mx ports.
+- NEW: Added a DMA stress test application for the STM32F4 in order to assess
+ robustness of the whole HAL.
- NEW: Added a Time Measurement driver to the HAL, this generic driver uses
the realtime counters abstracted in the HAL driver.
- NEW: Improved the STM32F1xx HAL driver, it now has the same features and