diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-10 07:49:39 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-09-10 07:49:39 +0000 |
commit | 8a9e2826eeff5d92db01066c451ffd96a4d0afe1 (patch) | |
tree | a0ec198076ad0d87a13a6b5f9bd0a0dbc2c3ad28 /readme.txt | |
parent | cba3f7f0f912da2eaa4f1b286e6361b47e583f4f (diff) | |
download | ChibiOS-8a9e2826eeff5d92db01066c451ffd96a4d0afe1.tar.gz ChibiOS-8a9e2826eeff5d92db01066c451ffd96a4d0afe1.tar.bz2 ChibiOS-8a9e2826eeff5d92db01066c451ffd96a4d0afe1.zip |
Fixed bug #642.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8293 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 278d848af..f9413199f 100644 --- a/readme.txt +++ b/readme.txt @@ -114,6 +114,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 incorrect working area size in LwIP creation in demos (bug #642)
+ (backported to 3.0.2 and 2.6.10).
- HAL: Fixed error in hal_lld_f100.h checks (bug #641)(backported to 3.0.2
and 2.6.10).
- HAL: Fixed volatile variable issue in I/O queues, both RT and HAL (bug #640)
|