Got Pico SDK + FreeRTOS to work

This commit is contained in:
AlexanderHD27
2024-12-29 17:30:22 +01:00
parent 6ef60a3f2f
commit ec2225aa4e
17 changed files with 1382 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
[
{
"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}"
}
}
]