0
mirror of https://github.com/gusmanb/logicanalyzer.git synced 2025-03-13 00:34:53 +00:00
gusmanb-logicanalyzer/Firmware/LogicAnalyzer_V2/.vscode/cmake-kits.json
Agustín Gimenez 34793d9a3c Added new interface functionalities
Added first version of firmware for the Pico 2
2024-08-27 12:45:24 +02:00

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}"
}
}
]