From 47fe70d7c6af1d7135e2b39104aebd78e76ff135 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 14 Sep 2014 08:28:15 -0600 Subject: Update ChangeLogs --- apps/ChangeLog.txt | 3 +++ nuttx/ChangeLog | 9 ++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index 573e3d778..ac39e63be 100644 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -1058,3 +1058,6 @@ * Many makefiles: All makefiles that have separated the MAINOBJ need to include MAINOBJ in list of C objects to be compiled. SourceForge tick #31 from Aton (2014-9-11). + * apps/examples/elf/tests/Makefile and nxflat/tests/Makefile: Do + not build test cases that use task_create is there is an address + environment (2014-9-14). diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 416c7b279..5c8af7256 100755 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -8531,4 +8531,11 @@ * arch/arm/src/armv7-a/arm_addrenv_stack.c, arm_addrenv.c, a1x/Make.defs, sama5/Make.defs, and include/nuttx/arch.h: Add logic needed to manage a virtualized stack. Not yet incorporated into - base OS logic (2014-9.13). + base OS logic (2014-9-13). + * sched/task/task_posixspawn.c: Kernel proxy thread should be a kernel + thread, not a user task (2014-9-14). + * include/sched.h and spawn.h, libc/Kconfig, spawn/Make.defs, + lib_psa_getstacksize.c, lib_psa_init.c, and lib_psa_setstacksize.c, + sched/task/Make.defs, task_create.c, and task_spawn.c: Don't build + task_create() or task_spawn() interfaces if there is an address + environment (2014-9-14). -- cgit v1.2.3