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