Files
tinyUSB/hw/bsp/ch32v20x/boards/nanoch32v203/board.cmake
hathach 2a67ce773d change default risv-gcc to riscv-none-elf- and add _zicsr extension
add cmake for ch32v20x, skip freertos examples for CH32V20X, also skip net webserver due to lack of RAM
update to use openocd with wlinke adapter
2024-05-16 19:18:43 +07:00

8 lines
133 B
CMake

set(MCU_VARIANT D6)
function(update_board TARGET)
target_compile_definitions(${TARGET} PUBLIC
CH32V20x_D6
)
endfunction()