aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-12-03 09:01:20 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-12-03 09:01:20 +0000
commitdc4b409c0b28d330cc8c917c609632c71d7ebeeb (patch)
tree6410f12d40d48fdd1f42a3227c009ac620090cf7 /readme.txt
parentf407c0326feb5ed4c3c49d92a56189dd4a546277 (diff)
downloadChibiOS-dc4b409c0b28d330cc8c917c609632c71d7ebeeb.tar.gz
ChibiOS-dc4b409c0b28d330cc8c917c609632c71d7ebeeb.tar.bz2
ChibiOS-dc4b409c0b28d330cc8c917c609632c71d7ebeeb.zip
Fixed bug #443.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6523 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index d6ac2df48..aaad8b84e 100644
--- a/readme.txt
+++ b/readme.txt
@@ -91,6 +91,8 @@
*** 2.7.0 ***
- FIX: Fixed wrong definition in STM32F37x ADC driver (bug #444)(backported
to 2.6.2).
+- FIX: Fixed wrong CORTEX_PRIORITY_PENDSV value (bug #443)(backported to
+ 2.4.6 and 2.6.2).
- FIX: Fixed lost incoming characters in STM32 USARTv1 driver (bug #442)
(backported to 2.4.6 and 2.6.2).
- FIX: Fixed UART4/5-related bugs in STM32 USARTv1 UART driver (bug #440)