2022-03-22 08:25:39 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
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)
|