2022-03-22 08:25:39 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2023-05-25 06:27:04 +08:00
|
|
|
zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/drivers/reset.h)
|
|
|
|
|
2022-03-22 08:25:39 +08:00
|
|
|
zephyr_library()
|
2022-08-23 05:41:37 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_RESET_GD32 reset_gd32.c)
|
2022-03-22 08:25:39 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_RESET_RPI_PICO reset_rpi_pico.c)
|
2022-11-21 16:56:56 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_RESET_AST10X0 reset_ast10x0.c)
|
2022-11-22 22:52:52 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_RESET_STM32 reset_stm32.c)
|
2023-04-10 19:53:23 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_RESET_NUMAKER reset_numaker.c)
|
2023-07-06 22:35:51 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_RESET_INTEL_SOCFPGA reset_intel_socfpga.c)
|
2024-04-01 10:34:25 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_RESET_NPCX reset_npcx.c)
|
2024-05-01 00:08:59 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_RESET_NXP_SYSCON reset_lpc_syscon.c)
|
2024-05-02 01:09:15 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_RESET_NXP_RSTCTL reset_nxp_rstctl.c)
|