aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-01 21:28:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-01 21:28:38 +0000
commitb7d55fb1eb6d8c2b2453158e854a17bf9e028cfa (patch)
tree587e797ef2dfc9b0f356077d8f211d9a40d20905 /readme.txt
parentef0b196ab912a89d2923264bf5a8b2b492b15cba (diff)
downloadChibiOS-b7d55fb1eb6d8c2b2453158e854a17bf9e028cfa.tar.gz
ChibiOS-b7d55fb1eb6d8c2b2453158e854a17bf9e028cfa.tar.bz2
ChibiOS-b7d55fb1eb6d8c2b2453158e854a17bf9e028cfa.zip
Fixed bug 3124849.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2452 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 4e4daad49..c54fa04cf 100644
--- a/readme.txt
+++ b/readme.txt
@@ -65,6 +65,7 @@
*****************************************************************************
*** 2.1.5 ***
+- FIX: Fixed missing vector.c files in LPC11xx and LPC13xx ports (bug 3124849).
- 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.