aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2016-06-04 17:04:10 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2016-06-04 17:04:10 +0000
commit037b48cf4d6e67b2512b3927be776ca68e96f5eb (patch)
treeb4e39dcd5acdf17049918ecf102825b26efea2a5 /readme.txt
parent3bbaa571d416b04e88c3ca7fea276d750eee9c96 (diff)
downloadChibiOS-037b48cf4d6e67b2512b3927be776ca68e96f5eb.tar.gz
ChibiOS-037b48cf4d6e67b2512b3927be776ca68e96f5eb.tar.bz2
ChibiOS-037b48cf4d6e67b2512b3927be776ca68e96f5eb.zip
Fixed bug #752.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9576 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 7a6b253a0..aed56c80b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -117,6 +117,8 @@
- RT: Merged RT4.
- NIL: Merged NIL2.
- NIL: Added STM32F7 demo.
+- HAL: Fixed CMSIS function osThreadGetPriority() does not return correct
+ priority (bug #752)(backported to 2.6.10, 3.0.6 and 16.1.5).
- HAL: Fixed wrong conditional branches in _adc_isr_error_code (bug #751)
(backported to 2.6.10, 3.0.6 and 16.1.5).
- HAL: Fixed bug in STM32/ADCv3 (bug #750).