|
@@ -0,0 +1,112 @@
|
|
|
+{
|
|
|
+ "env": {},
|
|
|
+ "configurations": [
|
|
|
+ {
|
|
|
+ "name": "Wall Segment Clock",
|
|
|
+ "includePath": [
|
|
|
+ "${workspaceRoot}/include",
|
|
|
+ "C:/ESP/Sming/Sming/Components",
|
|
|
+ "C:/ESP/Sming/Sming/System/include",
|
|
|
+ "C:/ESP/Sming/Sming/Wiring",
|
|
|
+ "C:/ESP/Sming/Sming/Core",
|
|
|
+ "C:/ESP/Sming/Sming",
|
|
|
+ "C:/ESP/Sming/Sming/Components/Storage/src/include",
|
|
|
+ "C:/ESP/Sming/Sming/Arch/Esp8266",
|
|
|
+ "C:/ESP/Sming/Sming/Arch/Esp8266/Core",
|
|
|
+ "C:/ESP/Sming/Sming/Arch/Esp8266/Components",
|
|
|
+ "C:/ESP/Sming/Sming/Arch/Esp8266/Components/libc/include",
|
|
|
+ "C:/ESP/Sming/Sming/Components/rboot/rboot",
|
|
|
+ "C:/ESP/Sming/Sming/Components/rboot/rboot/appcode",
|
|
|
+ "C:/ESP/Sming/Sming/Components/rboot/include",
|
|
|
+ "C:/ESP/Sming/Sming/Arch/Esp8266/Components/esp8266/include",
|
|
|
+ "C:/ESP/Sming/Sming/Arch/Esp8266/Components/esp8266",
|
|
|
+ "C:/ESP/Sming/Sming/Arch/Esp8266/Components/driver/include",
|
|
|
+ "C:/ESP/Sming/Sming/Components/arch_driver/src/include",
|
|
|
+ "C:/ESP/Sming/Sming/Arch/Esp8266/Components/gdbstub",
|
|
|
+ "C:/ESP/Sming/Sming/Arch/Esp8266/Components/driver",
|
|
|
+ "C:/ESP/esp-quick-toolchain/xtensa-lx106-elf/include",
|
|
|
+ "C:/ESP/Sming/Sming/Arch/Esp8266/Components/spi_flash/include",
|
|
|
+ "C:/ESP/Sming/Sming/Arch/Esp8266/Components/esp_wifi/include",
|
|
|
+ "C:/ESP/Sming/Sming/Components/FlashString/src/include",
|
|
|
+ "C:/ESP/Sming/Sming/Libraries/Spiffs/src/include",
|
|
|
+ "C:/ESP/Sming/Sming/Components/IFS/src/include",
|
|
|
+ "C:/ESP/Sming/Sming/Libraries/SPI/src",
|
|
|
+ "C:/ESP/Sming/Sming/Libraries/SPI/src/Arch/Esp8266",
|
|
|
+ "C:/ESP/Sming/Sming/Components/Network/src",
|
|
|
+ "C:/ESP/Sming/Sming/Components/ssl/include",
|
|
|
+ "C:/ESP/Sming/Sming/Components/crypto/include",
|
|
|
+ "C:/ESP/Sming/Sming/Arch/Esp8266/Components/esp-open-lwip/esp-open-lwip/include",
|
|
|
+ "C:/ESP/Sming/Sming/Libraries/ArduinoJson6/include",
|
|
|
+ "C:/ESP/Sming/Sming/Libraries/ArduinoJson6/ArduinoJson/src"
|
|
|
+ ],
|
|
|
+ "defines": [
|
|
|
+ "ARCH_ESP8266=1"
|
|
|
+ ],
|
|
|
+ "compilerPath": "${env:ESP_HOME}/xtensa-lx106-elf/bin/xtensa-lx106-elf-g++.exe",
|
|
|
+ "cStandard": "c11",
|
|
|
+ "cppStandard": "c++17",
|
|
|
+ "intelliSenseMode": "gcc-x86",
|
|
|
+ "compilerArgs": [
|
|
|
+ "-DCOM_SPEED_SERIAL=115200",
|
|
|
+ "-DSERIAL_BAUD_RATE=115200",
|
|
|
+ "-DRBOOT_INTEGRATION",
|
|
|
+ "-DGDBSTUB_GDB_PATCHED=0",
|
|
|
+ "-DSMING_ARCH=Esp8266",
|
|
|
+ "-DSMING_SOC=esp8266",
|
|
|
+ "-DPROJECT_DIR=\\\"/c/ESP/Sming/samples/MeteoControl\\\"",
|
|
|
+ "-DSMING_HOME=\\\"/C/ESP/Sming/Sming\\\"",
|
|
|
+ "-D${SMING_SOC_VAR}=1",
|
|
|
+ "-DENABLE_CMD_EXECUTOR=1",
|
|
|
+ "-DDEBUG_PRINT_FILENAME_AND_LINE=0",
|
|
|
+ "-DCUST_FILE_BASE=$*",
|
|
|
+ "-DDEBUG_VERBOSE_LEVEL=2",
|
|
|
+ "-DSTRING_OBJECT_SIZE=12",
|
|
|
+ "-DUSE_US_TIMER",
|
|
|
+ "-DHTTP_SERVER_EXPOSE_NAME=1",
|
|
|
+ "-DHTTP_SERVER_EXPOSE_VERSION=0"
|
|
|
+ ],
|
|
|
+ "configurationProvider": "ms-vscode.makefile-tools",
|
|
|
+ "browse": {
|
|
|
+ "path": [
|
|
|
+ "${workspaceRoot}/include",
|
|
|
+ "${env:SMING_HOME}/Components",
|
|
|
+ "${env:SMING_HOME}/System/include",
|
|
|
+ "${env:SMING_HOME}/Wiring",
|
|
|
+ "${env:SMING_HOME}/Core",
|
|
|
+ "${env:SMING_HOME}",
|
|
|
+ "${env:SMING_HOME}/Components/Storage/src/include",
|
|
|
+ "${env:SMING_HOME}/Arch/Esp8266",
|
|
|
+ "${env:SMING_HOME}/Arch/Esp8266/Core",
|
|
|
+ "${env:SMING_HOME}/Arch/Esp8266/Components",
|
|
|
+ "${env:SMING_HOME}/Arch/Esp8266/Components/libc/include",
|
|
|
+ "${env:SMING_HOME}/Components/rboot/rboot",
|
|
|
+ "${env:SMING_HOME}/Components/rboot/rboot/appcode",
|
|
|
+ "${env:SMING_HOME}/Components/rboot/include",
|
|
|
+ "${env:SMING_HOME}/Arch/Esp8266/Components/esp8266/include",
|
|
|
+ "${env:SMING_HOME}/Arch/Esp8266/Components/esp8266",
|
|
|
+ "${env:SMING_HOME}/Arch/Esp8266/Components/driver/include",
|
|
|
+ "${env:SMING_HOME}/Components/arch_driver/src/include",
|
|
|
+ "${env:SMING_HOME}/Arch/Esp8266/Components/gdbstub",
|
|
|
+ "${env:SMING_HOME}/Arch/Esp8266/Components/driver",
|
|
|
+ "${env:ESP_HOME}/xtensa-lx106-elf/include",
|
|
|
+ "${env:SMING_HOME}/Arch/Esp8266/Components/spi_flash/include",
|
|
|
+ "${env:SMING_HOME}/Arch/Esp8266/Components/esp_wifi/include",
|
|
|
+ "${env:SMING_HOME}/Components/FlashString/src/include",
|
|
|
+ "${env:SMING_HOME}/Libraries/Spiffs/src/include",
|
|
|
+ "${env:SMING_HOME}/Components/IFS/src/include",
|
|
|
+ "${env:SMING_HOME}/Libraries/SPI/src",
|
|
|
+ "${env:SMING_HOME}/Libraries/SPI/src/Arch/Esp8266",
|
|
|
+ "${env:SMING_HOME}/Components/Network/src",
|
|
|
+ "${env:SMING_HOME}/Components/ssl/include",
|
|
|
+ "${env:SMING_HOME}/Components/crypto/include",
|
|
|
+ "${env:SMING_HOME}/Arch/Esp8266/Components/esp-open-lwip/esp-open-lwip/include",
|
|
|
+ "${env:SMING_HOME}/Libraries/ArduinoJson6/include",
|
|
|
+ "${env:SMING_HOME}/Libraries/ArduinoJson6/ArduinoJson/src"
|
|
|
+ ],
|
|
|
+ "limitSymbolsToIncludedHeaders": true,
|
|
|
+ "databaseFilename": "${workspaceRoot}/.vscode/browse.vc.db"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "version": 4
|
|
|
+}
|