19 lines
448 B
JSON
19 lines
448 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Pico",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${env:PICO_SDK_PATH}/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "${env:PICO_INSTALL_PATH}/gcc-arm-none-eabi/bin/arm-none-eabi-gcc.exe",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++11",
|
|
"intelliSenseMode": "linux-gcc-arm",
|
|
"configurationProvider": "ms-vscode.cmake-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|