Files
Embedded-Hacking/drivers/0x0d_timer/.vscode/cmake-kits.json
T
Kevin Thomas a98b864d4c Fixed drivers
2026-03-23 11:20:32 -04:00

15 lines
442 B
JSON

[
{
"name": "Pico",
"compilers": {
"C": "${command:raspberry-pi-pico.getCompilerPath}",
"CXX": "${command:raspberry-pi-pico.getCxxCompilerPath}"
},
"environmentVariables": {
"PATH": "${command:raspberry-pi-pico.getEnvPath};${env:PATH}"
},
"cmakeSettings": {
"Python3_EXECUTABLE": "${command:raspberry-pi-pico.getPythonPath}"
}
}
]