12345678910111213141516 |
- [
- {
- "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}"
- }
- }
- ]
|