mirror of
https://github.com/gusmanb/logicanalyzer.git
synced 2025-03-13 00:34:53 +00:00
16 lines
625 B
JSON
16 lines
625 B
JSON
[
|
|
{
|
|
"name": "Pico",
|
|
"compilers": {
|
|
"C": "${userHome}/.pico-sdk/toolchain/13_2_Rel1/bin/arm-none-eabi-gcc.exe",
|
|
"CXX": "${userHome}/.pico-sdk/toolchain/13_2_Rel1/bin/arm-none-eabi-gcc.exe"
|
|
},
|
|
"toolchainFile": "${env:USERPROFILE}/.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}"
|
|
}
|
|
}
|
|
] |