16 lines
595 B
JSON
16 lines
595 B
JSON
|
[
|
||
|
{
|
||
|
"name": "Pico",
|
||
|
"compilers": {
|
||
|
"C": "${userHome}/.pico-sdk/toolchain/13_2_Rel1/bin/arm-none-eabi-gcc",
|
||
|
"CXX": "${userHome}/.pico-sdk/toolchain/13_2_Rel1/bin/arm-none-eabi-gcc"
|
||
|
},
|
||
|
"toolchainFile": "${env:HOME}/.pico-sdk/sdk/2.0.0/cmake/preload/toolchains/pico_arm_cortex_m0plus_gcc.cmake",
|
||
|
"environmentVariables": {
|
||
|
"PATH": "${command:raspberry-pi-pico.getEnvPath};${env:PATH}"
|
||
|
},
|
||
|
"cmakeSettings": {
|
||
|
"Python3_EXECUTABLE": "${command:raspberry-pi-pico.getPythonPath}"
|
||
|
}
|
||
|
}
|
||
|
]
|