mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Update ChangeLog/sub-module version
This commit is contained in:
@@ -10908,3 +10908,9 @@
|
||||
* fs/romfs: One allocation was not being freed if there was a
|
||||
subsequent failure to allocation I/O buffers resulting in a memory
|
||||
leak on certain error conditions. From Bruno Herrera (2015-08-30).
|
||||
* arch/arm/src/up_iternal.h and several ARM Make.defs files: In the
|
||||
original implementation, !defined(CONFIG_ARMV7M_CMNVECTOR) was a
|
||||
sufficient test to determine if lazy floating point register saving
|
||||
was being used. But recents changes added common lazy register as
|
||||
well so now that test must be (!defined(CONFIG_ARMV7M_CMNVECTOR) ||
|
||||
defined(CONFIG_ARMV7M_LAZYFPU)) (2015-08-31).
|
||||
|
||||
+1
-1
Submodule arch updated: 9068b5bf82...e076ee09c2
Reference in New Issue
Block a user