aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2018-07-01 07:25:53 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2018-07-01 07:25:53 +0000
commit45871e99e9c73c66b39c81c390005572590e2056 (patch)
tree085222809c6e822f679408cd1fb00cfa70ad01b5 /readme.txt
parentf08e027ec693de17421bf94073dbce41f045b6ce (diff)
downloadChibiOS-45871e99e9c73c66b39c81c390005572590e2056.tar.gz
ChibiOS-45871e99e9c73c66b39c81c390005572590e2056.tar.bz2
ChibiOS-45871e99e9c73c66b39c81c390005572590e2056.zip
Fixed bug #955.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12123 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index b55221ff6..36b3c34ff 100644
--- a/readme.txt
+++ b/readme.txt
@@ -138,6 +138,7 @@
- EX: Updated LIS302DL to 1.1.0 (backported to 18.2.1).
- EX: Updated LPS25H to 1.1.0 (backported to 18.2.1).
- EX: Updated LSM303DLHC to 1.1.0 (backported to 18.2.1).
+- LIB: Fixed heap allocation issue (bug #955)(backported to 18.2.2 and 17.6.5).
- HAL: Fixed win32 simulator HAL broken because a typo (bug #954)(backported
to 18.2.2).
- HAL: Fixed race condition in STM32 ADCv3 driver (bug #953)(backported to