boot; set OS_SCHEDULING to 0.
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/12b5170d Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/12b5170d Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/12b5170d Branch: refs/heads/develop Commit: 12b5170d08befcf791648d015696d3a27c0b70e9 Parents: f2b25f0 Author: Marko Kiiskila <[email protected]> Authored: Wed Dec 28 13:29:44 2016 -0800 Committer: Marko Kiiskila <[email protected]> Committed: Wed Dec 28 13:29:44 2016 -0800 ---------------------------------------------------------------------- apps/boot/syscfg.yml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/12b5170d/apps/boot/syscfg.yml ---------------------------------------------------------------------- diff --git a/apps/boot/syscfg.yml b/apps/boot/syscfg.yml index b8ce81d..819a70a 100644 --- a/apps/boot/syscfg.yml +++ b/apps/boot/syscfg.yml @@ -28,3 +28,4 @@ syscfg.defs: syscfg.vals: SYSINIT_CONSTRAIN_INIT: 0 + OS_SCHEDULING: 0
