Repository: incubator-mynewt-core Updated Branches: refs/heads/develop ff6881d91 -> 859540e34
MYNEWT-624 apps/slinky: Syscfg sets wrong config - Fixing builds which use split images. The loader app should not be specifying the OS_MAIN_STACK_SIZE because the second app is specifying it. - The way this would affect unified images is: It would use the default Os_MAIN_STACK_SIZE set in the OS which is 1024. Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/859540e3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/859540e3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/859540e3 Branch: refs/heads/develop Commit: 859540e3440601c0c1808f6b40a923bbda7a52c6 Parents: ff6881d Author: Vipul Rahane <[email protected]> Authored: Thu Feb 9 12:02:34 2017 -0800 Committer: Vipul Rahane <[email protected]> Committed: Thu Feb 9 12:02:34 2017 -0800 ---------------------------------------------------------------------- apps/slinky/syscfg.yml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/859540e3/apps/slinky/syscfg.yml ---------------------------------------------------------------------- diff --git a/apps/slinky/syscfg.yml b/apps/slinky/syscfg.yml index ad3b28a..7438a81 100644 --- a/apps/slinky/syscfg.yml +++ b/apps/slinky/syscfg.yml @@ -40,5 +40,3 @@ syscfg.vals: STATS_NEWTMGR: 1 LOG_NEWTMGR: 1 CONFIG_NEWTMGR: 1 - - OS_MAIN_STACK_SIZE: 512
