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

boards: particle_*: fix antenna initialization #33740

Merged
merged 1 commit into from
Mar 27, 2021

Conversation

pabigot
Copy link
Collaborator

@pabigot pabigot commented Mar 26, 2021

The GPIO drivers are initialized in the POST_KERNEL level with the
default priority, so whether they're available at the time the sysinit
function requires them depends on how the linker orders the init
records. Since we can't set a priority relative to the default
priority, hard-code the maximum priority and hope it's good enough.

Relates to #24416

The GPIO drivers are initialized in the POST_KERNEL level with the
default priority, so whether they're available at the time the sysinit
function requires them depends on how the linker orders the init
records.  Since we can't set a priority relative to the default
priority, hard-code the maximum priority and hope it's good enough.

Signed-off-by: Peter Bigot <[email protected]>
@pabigot
Copy link
Collaborator Author

pabigot commented Mar 26, 2021

Perhaps #24416 should get some love before LTS2, because this is just going to continue to bite people again and again.

@nashif nashif merged commit d6567ad into zephyrproject-rtos:master Mar 27, 2021
@pabigot pabigot deleted the nordic/20210326a branch April 16, 2021 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants