aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-27 19:16:40 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-27 19:16:40 +0000
commit9b7b5ce6bfd67fc6317445651af4906c7a54c528 (patch)
treeb0afd0ce51034b7ada1dad66be5f554287703081 /readme.txt
parent5401b0fa1c1d6799b8fde25254860b04afc0faa3 (diff)
downloadChibiOS-9b7b5ce6bfd67fc6317445651af4906c7a54c528.tar.gz
ChibiOS-9b7b5ce6bfd67fc6317445651af4906c7a54c528.tar.bz2
ChibiOS-9b7b5ce6bfd67fc6317445651af4906c7a54c528.zip
Fixed bug 3120785.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2439 35acf78f-673a-0410-8e92-d51de3d6d3f4
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).