diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-04-10 16:45:41 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-04-10 16:45:41 +0000 |
commit | 618a978da8f1b570236914e034fb91aa980b9ffc (patch) | |
tree | 24b33523e131edabbdd64f7e0898b9bfcb5619ee /readme.txt | |
parent | 8bfbb8d4d9943609a396273813d3063ede47d202 (diff) | |
download | ChibiOS-618a978da8f1b570236914e034fb91aa980b9ffc.tar.gz ChibiOS-618a978da8f1b570236914e034fb91aa980b9ffc.tar.bz2 ChibiOS-618a978da8f1b570236914e034fb91aa980b9ffc.zip |
Added DMA sharing in the STM32 HAL.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2874 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 3a464c3b1..68ac730ce 100644 --- a/readme.txt +++ b/readme.txt @@ -73,6 +73,9 @@ *** 2.3.2 ***
- FIX: Fixed spurious characters generated by Serial over USB driver (bug
3276379).
+- NEW: Now it is possible to share DMA channels in the STM32 HAL thanks
+ to a centralized manager. Channels are allocated when the driver is
+ started and released when it is stopped.
- OPT: STM32 PWM driver implementation simplified.
- CHANGE: Now pwmChangePeriod() does not implicitly disable the active
PWM channels.
|