diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-08-21 13:05:18 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-08-21 13:05:18 +0000 |
commit | 3caa603df42e9215259d6d2256da1c3911e7d8ae (patch) | |
tree | 0df80124d1de38b66e06c6888c987a30b65befcd /readme.txt | |
parent | f2f3d60519f35608b22b33059eb6bf40b1cca411 (diff) | |
download | ChibiOS-3caa603df42e9215259d6d2256da1c3911e7d8ae.tar.gz ChibiOS-3caa603df42e9215259d6d2256da1c3911e7d8ae.tar.bz2 ChibiOS-3caa603df42e9215259d6d2256da1c3911e7d8ae.zip |
Fixed bug #632.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8229 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index ffa0c2613..8b9cded9b 100644 --- a/readme.txt +++ b/readme.txt @@ -95,6 +95,8 @@ - HAL: Introduced support for TIM21 and TIM22 in STM32 ST driver.
- HAL: Updated STM32F0xx headers to STM32CubeF0 version 1.3.0. Added support
for STM32F030xC, STM32F070x6, STM32F070xB devices.
+- RT: Fixed problem with RT mutexes involving priority inheritance (bug #632)
+ (backported to 3.0.2 and 2.6.10).
- HAL: Fixed HAL to RT dependency in STM32 DAC driver (bug #631)(backported
to 3.0.2).
- HAL: Fixed problem with STM32 I2S driver restart (bug #630)(backported
|