diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-26 13:16:24 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-12-26 13:16:24 +0000 |
commit | ae70b0edcea8b466894e140839371fb122a4aa92 (patch) | |
tree | 4c0031bf1e4afddba7d9479ebd055d7a6d16ae64 /readme.txt | |
parent | 672c4381f55bb8d7fd7ff902dae116c5b9b72373 (diff) | |
download | ChibiOS-ae70b0edcea8b466894e140839371fb122a4aa92.tar.gz ChibiOS-ae70b0edcea8b466894e140839371fb122a4aa92.tar.bz2 ChibiOS-ae70b0edcea8b466894e140839371fb122a4aa92.zip |
Fixed bug #686.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8647 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 e7e1d7152..97004ce38 100644 --- a/readme.txt +++ b/readme.txt @@ -146,6 +146,8 @@ - HAL: Updated STM32F0xx headers to STM32CubeF0 version 1.3.0. Added support
for STM32F030xC, STM32F070x6, STM32F070xB, STM32F091xC,
STM32F098xx devices.
+- HAL: Fixed HAL drivers still calling RT functions (bug #686)(backported
+ to 3.0.5).
- HAL: Fixed chprintf() still calling RT functions (bug #684)(backported
to 3.0.5).
- HAL: Fixed STM32 ICU driver uses chSysLock and chSysUnlock (bug #681)
|