Skip to content

zephyr: boards: nrf - remove redundant multithreading configuration #2375

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

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

Conversation

nordic-mik7
Copy link
Contributor

Remove configs that enable multithreading just because of SPI/QSPI use. Currently, nrf drivers do not depend on multithreading, so it is not needed and this change can save memory usage.

@@ -1,3 +1,2 @@
CONFIG_NORDIC_QSPI_NOR=n
CONFIG_SPI=n
CONFIG_MULTITHREADING=y
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is needed for usb

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ack

Remove configs that enable multithreading just because of SPI/QSPI use.
Currently, nrf drivers do not depend on multithreading, so it is not
needed and this change can save memory usage.

Signed-off-by: Michal Kozikowski <[email protected]>
@nordic-mik7 nordic-mik7 force-pushed the dev/remove_reduntant_multithreading branch from c7ab099 to 126b943 Compare July 4, 2025 10:26
@nordic-mik7 nordic-mik7 requested a review from nordicjm July 4, 2025 11:05
@de-nordic de-nordic added area: zephyr Affects the Zephyr port Nordic labels Jul 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: zephyr Affects the Zephyr port Nordic
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants