generated from hulk/gd32e23x_template_cmake_vscode
16 lines
509 B
JSON
16 lines
509 B
JSON
{
|
|
"cmake.configureOnOpen": true,
|
|
"cmake.useCMakePresets": "always",
|
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
|
"cortex-debug.variableUseNaturalFormat": true,
|
|
"gd32.openocd.targetConfig": "target/openocd_gdlink_gd32e23x.cfg",
|
|
"gd32.openocd.massEraseCommand": "gd32e23x mass_erase 0",
|
|
"gd32.jlink.device": "GD32E230F8",
|
|
"gd32.jlink.interface": "SWD",
|
|
"gd32.jlink.speed": "4000",
|
|
"files.associations": {
|
|
"*.h": "c",
|
|
"*.c": "c"
|
|
}
|
|
}
|