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

nimble/transport: Fix build with RX task #1844

Merged

Conversation

andrzej-kaczmarek
Copy link
Contributor

@andrzej-kaczmarek andrzej-kaczmarek commented Aug 9, 2024

Remove separate syscfg to enable RX task from nrf5340 transport package. RX task is now enabled if RX task stack size is set to a valid value.

RX task priority should not be set to default value to avoid conflicts with other task priorities if RX task is not used (this is always verified by newt). Since empty value is not a valid priority we should better only define that setting if RX task is enabled.

Remove separate syscfg to enable RX task from nrf5340 transport package.
RX task is now enabled if RX task stack size is set to a valid value.

RX task priority should not be set to default value to avoid conflicts
with other task priorities if RX task is not used (this is always
verified by newt). Since empty value is not a valid priority we should
better only define that setting if RX task is enabled.
@andrzej-kaczmarek andrzej-kaczmarek merged commit a908b5e into apache:master Aug 9, 2024
18 checks passed
@andrzej-kaczmarek andrzej-kaczmarek deleted the transport-rx-task-fix branch August 9, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/S Small PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants