You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
softdevice_controller: Add SDC include dir globally
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]>
0 commit comments