aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-05 17:00:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-10-05 17:00:13 +0000
commit1351fded5a9c460166637d276616a73be0b72392 (patch)
treed235caac00b814f124ab19f92f5b96a77c0ac58d /readme.txt
parent85cf040f27470066f73aa53401b738e1dff47200 (diff)
downloadChibiOS-1351fded5a9c460166637d276616a73be0b72392.tar.gz
ChibiOS-1351fded5a9c460166637d276616a73be0b72392.tar.bz2
ChibiOS-1351fded5a9c460166637d276616a73be0b72392.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3426 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index d4ea10acd..155ae8506 100644
--- a/readme.txt
+++ b/readme.txt
@@ -63,7 +63,8 @@
+--testhal/ - HAL integration test demos.
| +--LPC11xx/ - LPC11xx HAL test demos.
| +--LPC13xx/ - LPC13xx HAL test demos.
- | +--STM32/ - STM32 HAL test demos.
+ | +--STM32F1xx/ - STM32F1xx HAL test demos.
+ | +--STM32L1xx/ - STM32L1xx HAL test demos.
| +--STM8S/ - STM8S HAL test demos.
+--tools - Various tools.
+--eclipse - Eclipse enhancements.
@@ -75,6 +76,7 @@
*** 2.3.4 ***
- FIX: Fixed broken TIM8 support in STM32 PWM driver (bug 3418620).
- FIX: Fixed halconf.h file corrupted in some STM32 demos (bug 3418626).
+- NEW: Added memory copy functionality to the STM32 DMA driver.
*** 2.3.3 ***
- FIX: Fixed uninitialized variable in STM32 PWM and ICU drivers (bug 3413558).