aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 3f4f571ff..cacb20149 100644
--- a/readme.txt
+++ b/readme.txt
@@ -64,6 +64,13 @@
*** Releases ***
*****************************************************************************
+*** 2.1.5 ***
+- FIX: Fixed problem with PWM channel callbacks (bug 3120785).
+- NEW: Added support for TIM5 in the STM32 PWM driver.
+- CHANGE: Modified the STM32_PWM_PWMx_IRQ_PRIORITY macros in the STM32
+ PWM driver (and all the STM32 mcuconf.h files) and renamed them in
+ STM32_PWM_TIMx_IRQ_PRIORITY for consistency.
+
*** 2.1.4 ***
- FIX: Fixed failed memory recovery by registry scan, improved the related
test case (bug 3116888)(backported to 2.0.8).