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

softdevice_controller: Add SDC include dir globally #1561

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

e-rk
Copy link
Contributor

@e-rk e-rk commented Nov 6, 2024

The sdc_soc.h header file is now needed in nrfx_glue.h to set-up event system resource reservations. This requires the header file to be available globally within the build system.

Without this change, external libraries that transitively include nrfx_glue.h through zephyr/kernel.h cannot be built. One of such libraries is Matter.

The sdc_soc.h header file is now needed in nrfx_glue.h to set-up event
system resource reservations. This requires the header file to be
available globally within the build system.

Without this change, external libraries that transitively include
nrfx_glue.h through zephyr/kernel.h cannot be built. One of such
libraries is Matter.

Signed-off-by: Rafał Kuźnia <[email protected]>
@e-rk
Copy link
Contributor Author

e-rk commented Nov 20, 2024

@nrfconnect/ncs-co-build-system could you take a look?

@nordicjm nordicjm merged commit 91a10d8 into nrfconnect:main Nov 20, 2024
4 checks passed
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.

3 participants