pico-bt-display/.vscode/cmake-kits.json

16 lines
581 B
JSON
Raw Normal View History

2024-05-13 19:20:39 +02:00
[
{
"name": "Pico",
"compilers": {
"C": "${env:HOME}/.pico-sdk/toolchain/13_2_Rel1/bin/arm-none-eabi-gcc",
"CXX": "${env:HOME}/.pico-sdk/toolchain/13_2_Rel1/bin/arm-none-eabi-gcc"
},
"toolchainFile": "${env:HOME}/.pico-sdk/sdk/1.5.1/cmake/preload/toolchains/pico_arm_gcc.cmake",
"environmentVariables": {
"PATH": "${command:raspberry-pi-pico.getEnvPath};${env:PATH}"
},
"cmakeSettings": {
"Python3_EXECUTABLE": "${command:raspberry-pi-pico.getPythonPath}"
}
}
]