You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
869 B
16 lines
869 B
# SPDX-License-Identifier: Apache-2.0 |
|
|
|
zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/drivers/reset.h) |
|
|
|
zephyr_library() |
|
zephyr_library_sources_ifdef(CONFIG_RESET_GD32 reset_gd32.c) |
|
zephyr_library_sources_ifdef(CONFIG_RESET_RPI_PICO reset_rpi_pico.c) |
|
zephyr_library_sources_ifdef(CONFIG_RESET_AST10X0 reset_ast10x0.c) |
|
zephyr_library_sources_ifdef(CONFIG_RESET_STM32 reset_stm32.c) |
|
zephyr_library_sources_ifdef(CONFIG_RESET_NUMAKER reset_numaker.c) |
|
zephyr_library_sources_ifdef(CONFIG_RESET_INTEL_SOCFPGA reset_intel_socfpga.c) |
|
zephyr_library_sources_ifdef(CONFIG_RESET_NPCX reset_npcx.c) |
|
zephyr_library_sources_ifdef(CONFIG_RESET_NXP_SYSCON reset_lpc_syscon.c) |
|
zephyr_library_sources_ifdef(CONFIG_RESET_NXP_RSTCTL reset_nxp_rstctl.c) |
|
zephyr_library_sources_ifdef(CONFIG_RESET_MMIO reset_mmio.c) |
|
zephyr_library_sources_ifdef(CONFIG_RESET_MCHP_MSS reset_mchp_mss.c)
|
|
|