Browse Source
Move the IronSide APIs to soc/nordic from drivers/firmware since these are vendor specific APIs. The header files are now included from <nrf_ironside/*.h>. Adjust code that uses these APIs accordingly. Also move the DT binding for "nordic,ironside-call" from bindings/firmware to bindings/misc. Signed-off-by: Jonathan Nilsen <jonathan.nilsen@nordicsemi.no>pull/92566/merge
18 changed files with 30 additions and 29 deletions
@ -1,6 +1,8 @@ |
|||||||
# Copyright (c) 2025 Nordic Semiconductor ASA |
# Copyright (c) 2025 Nordic Semiconductor ASA |
||||||
# SPDX-License-Identifier: Apache-2.0 |
# SPDX-License-Identifier: Apache-2.0 |
||||||
|
|
||||||
|
zephyr_include_directories(include) |
||||||
|
|
||||||
zephyr_library() |
zephyr_library() |
||||||
|
|
||||||
zephyr_library_sources_ifdef(CONFIG_NRF_IRONSIDE_CALL call.c) |
zephyr_library_sources_ifdef(CONFIG_NRF_IRONSIDE_CALL call.c) |
Loading…
Reference in new issue