hal_wch/CMakeLists.txt

9 lines
147 B
Text
Raw Permalink Normal View History

if(CONFIG_HAS_CH32V00X_HAL)
zephyr_include_directories(
ch32v00x
ch32v00x/Peripheral/inc
ch32v00x/Core
ch32v00x/User
)
endif()