Added rpi-pico-sdk
This commit is contained in:
78
motor-control/firmware/.vscode/settings.json
vendored
Normal file
78
motor-control/firmware/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"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}/firmware/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",
|
||||
}
|
||||
Reference in New Issue
Block a user