-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: highHigh impact/importance bugHigh impact/importance bug
Description
Describe the bug
Single thread support in Zephyr (CONFIG_MULTITHREADING=n) has been recently de-deprecated, however the configuration is not currently enabled in the tree for real hardware. There are several samples and tests that enable CONFIG_MULTITHREADING=n, however they only build and/or run in QEMU targets. If we claim support for the feature, we need to support it at least on a set of platforms and on a set of architectures, and to be testing this in CI.
Expected behavior
CONFIG_MULTITHREADING=n needs to be enabled for and tested on real hardware.
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: highHigh impact/importance bugHigh impact/importance bug