1# SPDX-License-Identifier: Apache-2.0 2 3set(srcs 4 bsp/mcu/all/bsp_address_convert.c 5 bsp/mcu/all/bsp_clocks.c 6 bsp/mcu/all/bsp_delay.c 7 bsp/mcu/all/bsp_irq.c 8 bsp/mcu/all/bsp_io.c 9) 10 11zephyr_library_sources(${srcs}) 12
1# SPDX-License-Identifier: Apache-2.0 2 3set(srcs 4 bsp/mcu/all/bsp_address_convert.c 5 bsp/mcu/all/bsp_clocks.c 6 bsp/mcu/all/bsp_delay.c 7 bsp/mcu/all/bsp_irq.c 8 bsp/mcu/all/bsp_io.c 9) 10 11zephyr_library_sources(${srcs}) 12