2020-11-05 03:31:56 -05:00
|
|
|
{
|
|
|
|
|
"folders": [
|
|
|
|
|
{
|
|
|
|
|
"path": "components"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "gnuboy-go"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "handy-go"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "huexpress-go"
|
|
|
|
|
},
|
|
|
|
|
{
|
2021-02-13 14:33:21 -05:00
|
|
|
"path": "launcher"
|
2020-11-05 03:31:56 -05:00
|
|
|
},
|
|
|
|
|
{
|
2021-02-13 14:33:21 -05:00
|
|
|
"path": "nofrendo-go"
|
2020-11-05 03:31:56 -05:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "smsplusgx-go"
|
|
|
|
|
},
|
2021-01-06 15:57:46 -05:00
|
|
|
{
|
|
|
|
|
"path": "snes9x-go"
|
|
|
|
|
},
|
2020-11-05 03:31:56 -05:00
|
|
|
{
|
|
|
|
|
"path": ".",
|
|
|
|
|
"name": "root"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"settings": {
|
|
|
|
|
"esp.sdk-path": "C:/Users/alex/Apps/esp-idf/4.0",
|
|
|
|
|
"esp.tools-path": "C:/Users/alex/Apps/esp-idf/tools/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf",
|
|
|
|
|
|
|
|
|
|
"git.confirmForcePush": false,
|
|
|
|
|
"C_Cpp.default.defines": [
|
|
|
|
|
"PROJECT_VER",
|
|
|
|
|
"IS_LITTLE_ENDIAN",
|
|
|
|
|
"INLINE=",
|
|
|
|
|
"uint=unsigned int",
|
2020-11-17 14:51:04 -05:00
|
|
|
"CONFIG_FREERTOS_HZ=100"
|
2020-11-05 03:31:56 -05:00
|
|
|
],
|
|
|
|
|
"C_Cpp.default.includePath": [
|
|
|
|
|
"${workspaceFolder}/components/**",
|
|
|
|
|
"${workspaceFolder}/../components/**",
|
|
|
|
|
"${config:esp.sdk-path}/components/**",
|
|
|
|
|
"${config:esp.tools-path}/include/**"
|
|
|
|
|
],
|
|
|
|
|
"C_Cpp.default.forcedInclude": [
|
|
|
|
|
"${workspaceFolder}/build/config/sdkconfig.h",
|
|
|
|
|
"${workspaceFolder}/build/sdkconfig.h",
|
|
|
|
|
],
|
|
|
|
|
"C_Cpp.default.compilerPath": "${config:esp.tools-path}/bin/xtensa-esp32-elf-g++.exe",
|
|
|
|
|
"C_Cpp.default.cStandard": "c11",
|
|
|
|
|
"C_Cpp.default.cppStandard": "c++11",
|
|
|
|
|
"C_Cpp.default.intelliSenseMode": "gcc-x64",
|
|
|
|
|
"cSpell.words": [
|
|
|
|
|
"huexpress",
|
|
|
|
|
"nofrendo",
|
|
|
|
|
"smsplusgx",
|
|
|
|
|
"supergraphx"
|
|
|
|
|
],
|
2021-04-22 15:32:26 -04:00
|
|
|
"files.trimTrailingWhitespace": true,
|
2020-11-05 03:31:56 -05:00
|
|
|
"files.exclude": {
|
2020-12-18 05:10:36 -05:00
|
|
|
"**/build": true,
|
|
|
|
|
"root": true
|
2020-11-05 03:31:56 -05:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|