retro-go/retro-go.code-workspace

78 lines
1.5 KiB
Plaintext
Raw Normal View History

{
"folders": [
{
"path": "components"
},
{
"path": "gnuboy-go"
},
{
"path": "handy-go"
},
{
"path": "launcher"
},
{
"path": "nofrendo-go"
},
{
"path": "pce-go"
},
{
"path": "smsplusgx-go"
},
{
"path": "snes9x-go"
},
{
"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",
"CONFIG_FREERTOS_HZ=100",
"CONFIG_TCPIP_LWIP=1"
],
"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",
2021-05-30 17:18:51 -04:00
"C_Cpp.default.intelliSenseMode": "gcc-x86",
"cSpell.words": [
"espressif",
2021-08-25 16:58:34 -04:00
"gnuboy",
"MOSI",
"MRGC",
2021-08-25 16:58:34 -04:00
"newboy",
"newfrendo",
"nofrendo",
"SDSPI",
"smsplusgx",
"TCPIP",
"WROVER"
],
"files.trimTrailingWhitespace": true,
"files.exclude": {
"**/build": true,
"root": true
}
}
}