Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernel: system_work_q: make k_work_queue_config cfg as static const #87517

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ndrs-pst
Copy link
Contributor

Make k_work_queue_config cfg as static const to enable compile-time instantiation instead of runtime allocation.
This modification saves substantial flash memory but has system-wide effects that should be considered.

Make `k_work_queue_config cfg` as `static const` to enable
compile-time instantiation instead of runtime allocation.
This modification saves substantial flash memory but has system-wide
effects that should be considered.

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Kernel size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants