This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
{
|
|
"clangd_args":
|
|
{
|
|
"toolchain": "arm-none-eabi-gcc",
|
|
"build_dir": "gcc"
|
|
},
|
|
"dap_args":
|
|
{
|
|
"program_name": "AtmelStart.elf",
|
|
"args": ["-x", "scripts/debug.gdb"],
|
|
"build_dir": "gcc"
|
|
}
|
|
|
|
}
|