
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
8 lines
133 B
CMake
8 lines
133 B
CMake
set(MCU_VARIANT D6)
|
|
|
|
function(update_board TARGET)
|
|
target_compile_definitions(${TARGET} PUBLIC
|
|
CH32V20x_D6
|
|
)
|
|
endfunction()
|