Files
gobot/motor-control/firmware/.vscode/settings.json
2024-09-11 23:32:55 +02:00

78 lines
1.8 KiB
JSON

{
"cSpell.words": [
"apcsw",
"apreg",
"apsel",
"arrayname",
"baseaddr",
"Bhaskra",
"bitwidth",
"BOOTSEL",
"cget",
"channellist",
"charmsg",
"clkdiv",
"cpnum",
"deassert",
"deasserted",
"deasserting",
"doxygen",
"dpreg",
"drawio",
"dreq",
"eabi",
"eventlist",
"gpio",
"helptext",
"jtag",
"lindex",
"memaccess",
"microcontroller",
"multiarch",
"multicore",
"Pico",
"picoprobe",
"pindirs",
"pinout",
"pregen",
"resexit",
"semihosting",
"srst",
"struct",
"targetname",
"TPIU",
"trst",
"UART",
"virt",
"waitstate",
"watchpoint",
"watchpoints",
"wready"
],
"cmake.sourceDirectory": "/home/alexander/Projects/gobot/motor-control/firmware",
"cmake.buildDirectory": "${workspaceFolder}/build",
"cmake.configureOnOpen": true,
"files.associations": {
"timer.h": "c",
"stdlib.h": "c",
"stdio.h": "c",
"string.h": "c",
"assert.h": "c",
"gen.h": "c",
"multicore.h": "c",
"pio.h": "c",
"freertos.h": "c",
"random": "c",
"queue.h": "c",
"string_view": "c",
"instructionformat.h": "c",
"includeglobals.h": "c",
"dacconfig.h": "c",
"freertosconfig.h": "c"
},
"cortex-debug.variableUseNaturalFormat": false,
"todo-tree.filtering.ignoreGitSubmodules": true,
"todo-tree.tree.showBadges": true,
"terminal.integrated.scrollback": 10000,
"C_Cpp.refactoring.includeHeader": "always",
}