17 lines
432 B
JSON
17 lines
432 B
JSON
|
{
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "Mac",
|
||
|
"includePath": [
|
||
|
"${workspaceFolder}/**"
|
||
|
],
|
||
|
"defines": [],
|
||
|
"macFrameworkPath": [],
|
||
|
"compilerPath": "/opt/homebrew/bin/arm-none-eabi-gcc",
|
||
|
"cStandard": "gnu17",
|
||
|
"cppStandard": "gnu++14",
|
||
|
"intelliSenseMode": "macos-gcc-arm"
|
||
|
}
|
||
|
],
|
||
|
"version": 4
|
||
|
}
|