diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-10-01 09:12:33 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-10-01 09:12:33 +0000 |
commit | e319439395a6b77f901afe57094259d72b1ada75 (patch) | |
tree | 00a1c655079d5b30e65462553ce9d3747c680980 /readme.txt | |
parent | f011b5da618d5569cbbd246f2bd82e4aaf24832c (diff) | |
download | ChibiOS-e319439395a6b77f901afe57094259d72b1ada75.tar.gz ChibiOS-e319439395a6b77f901afe57094259d72b1ada75.tar.bz2 ChibiOS-e319439395a6b77f901afe57094259d72b1ada75.zip |
Fixed bug #645.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8339 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 29c3d62d2..534453ed4 100644 --- a/readme.txt +++ b/readme.txt @@ -116,6 +116,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.
+- VAR: Fixed _sbrk_r with incr == 0 should be valid (bug #645)(backported to
+ 3.0.3 and 2.6.10).
- RT: Fixed issues in CMSIS RTOS interface (bug #644)(backported to 3.0.3).
- HAL: Fixed RT dependency in STM32 SDCv1 driver (bug #643)(backported
to 3.0.2).
|