This is used for WCH chips including the CH32V003. Signed-off-by: Dhiru Kholia <dhiru.kholia@gmail.com>
4 lines
112 B
CMake
4 lines
112 B
CMake
if(CONFIG_SOC_SERIES_CH32V00X)
|
|
zephyr_include_directories(${ZEPHYR_HAL_WCH_MODULE_DIR}/ch32v003fun .)
|
|
endif()
|