aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-02 20:33:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-02 20:33:08 +0000
commite6d3a23b9e6736cf9178086a78a6ed2008f671f9 (patch)
tree515231a5c9d8e14d8a3574db5e307ae8d3ae9702 /readme.txt
parent68b05c757a60ba3bddbfb76d02b992f96d1e63f9 (diff)
downloadChibiOS-e6d3a23b9e6736cf9178086a78a6ed2008f671f9.tar.gz
ChibiOS-e6d3a23b9e6736cf9178086a78a6ed2008f671f9.tar.bz2
ChibiOS-e6d3a23b9e6736cf9178086a78a6ed2008f671f9.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2454 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index c54fa04cf..4f3fa4766 100644
--- a/readme.txt
+++ b/readme.txt
@@ -69,6 +69,9 @@
- FIX: Fixed pwmDisableChannel() now working in STM32 PWM driver (bug 3121246).
- FIX: Fixed problem with PWM channel callbacks (bug 3120785).
- NEW: Added support for TIM5 in the STM32 PWM driver.
+- NEW: Added to the ARM port the option to externally redefine the port IRQ
+ macros in order to accomodate different implementations without have to
+ change the port layer.
- 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.