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

Upmerge 2024.12.20 required changes #1640

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

Conversation

ankuns
Copy link
Contributor

@ankuns ankuns commented Jan 22, 2025

This PR contains required changes for the upmerge 20204.12.20

When CONFIG_NRF_802154_SL=y on the nRF52 and nRF53 Series the
sdk-nrf uses the nrf_802154_platform_sl_lptimer_zephyr.c file.
This file explicitly depends on NRFX_GPPI api.

The NRFX_GPPI was selected indirectly by other modules, but if
the other modules are turned off, the NRFX_GPPI was not selected.

This commit fixes that. The CONFIG_NRFX_GPPI is selected When
nRF 802.15.4 Radio Driver with closed-source SL is used on
nRF52 and nRF53 series.

Signed-off-by: Andrzej Kuros <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant