mirror of
https://github.com/JasonYANG170/logicanalyzer.git
synced 2024-11-23 20:16:29 +00:00
20 lines
497 B
JSON
20 lines
497 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"${env:PICO_SDK_PATH}/**"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "C:\\Program Files (x86)\\GNU Arm Embedded Toolchain\\10 2021.10\\bin\\arm-none-eabi-gcc.exe",
|
|
"cStandard": "gnu17",
|
|
"cppStandard": "gnu++14",
|
|
"intelliSenseMode": "linux-gcc-arm",
|
|
"configurationProvider" : "ms-vscode.cmake-tools"
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|
|
|