diff options
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 2ab8e1160..5dc2b2b6c 100644 --- a/readme.txt +++ b/readme.txt @@ -65,6 +65,8 @@ *****************************************************************************
*** 2.1.4 ***
+- FIX: Fixed PWM channels going to ACTIVE state when the pulse width is
+ set to zero in the STM32 PWM driver (bug 3114481)(backported to 2.0.8).
- FIX: Fixed PWM channels return to IDLE state in STM32 PWM driver (bug
3114467)(backported to 2.0.8).
- FIX: Fixed wrong initializer macros in STM32 PWM driver (bug 3114319).
@@ -81,6 +83,8 @@ - NEW: Added demo for the ST STM8L-Discovery kit.
- NEW: Added support for the STM32 Value Line to the HAL.
- NEW: Added demo for the ST STM32VL-Discovery kit.
+- NEW: Simplified the interface between the PWM high level driver and the
+ low level driver, now there is a single channels-interacting function.
- CHANGE: Improved the STM32 HAL to support multiple sub-families, at compile
time now it is possible to test the presence of any single peripheral into
the specified STM32 device.
|