mirror of
https://git.planet-casio.com/Lephenixnoir/fxsdk.git
synced 2025-04-04 09:37:11 +02:00
37 lines
979 B
JSON
37 lines
979 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "fx-9860G",
|
|
"compilerPath": "~/.local/bin/sh-elf-gcc",
|
|
"compilerArgs": [ "-D FX9860G" ],
|
|
|
|
"cStandard": "c17",
|
|
"cppStandard": "gnu++17",
|
|
|
|
"includePath": [],
|
|
"intelliSenseMode": "${default}",
|
|
"mergeConfigurations": false,
|
|
"browse": {
|
|
"path": [],
|
|
"limitSymbolsToIncludedHeaders": true
|
|
}
|
|
},
|
|
{
|
|
"name": "fx-CG50",
|
|
"compilerPath": "~/.local/bin/sh-elf-gcc",
|
|
"compilerArgs": [ "-D FXCG50" ],
|
|
|
|
"cStandard": "c17",
|
|
"cppStandard": "gnu++17",
|
|
|
|
"includePath": [],
|
|
"intelliSenseMode": "${default}",
|
|
"mergeConfigurations": false,
|
|
"browse": {
|
|
"path": [],
|
|
"limitSymbolsToIncludedHeaders": true
|
|
}
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|