os - Default OS_MAIN_TASK_PRIO = 127 (was 254). This gives room on both ends, depending on whether you want a task to be higher or lower priority than the main task.
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/bea2cc5c Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/bea2cc5c Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/bea2cc5c Branch: refs/heads/develop Commit: bea2cc5c7e6aa57b63717d9014132c32674ee005 Parents: d5a1593 Author: Christopher Collins <[email protected]> Authored: Thu Jan 26 18:09:57 2017 -0800 Committer: Christopher Collins <[email protected]> Committed: Thu Jan 26 18:11:40 2017 -0800 ---------------------------------------------------------------------- kernel/os/syscfg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/bea2cc5c/kernel/os/syscfg.yml ---------------------------------------------------------------------- diff --git a/kernel/os/syscfg.yml b/kernel/os/syscfg.yml index e329059..0a6f219 100644 --- a/kernel/os/syscfg.yml +++ b/kernel/os/syscfg.yml @@ -21,7 +21,7 @@ syscfg.defs: OS_MAIN_TASK_PRIO: description: 'Priority of initialization and main task' - value: 0xfe + value: 127 OS_MAIN_STACK_SIZE: description: 'Stack size of initialization and main task' value: 1024
