c_cpp_properties.json 1.9 KB
{
    "version": 4,
    "configurations": [
        {
            "name": "Arduino",
            "compilerPath": "C:\\Users\\鍒橀煬\\AppData\\Local\\Arduino15\\packages\\esp32\\tools\\xtensa-esp32s2-elf-gcc\\gcc8_4_0-esp-2021r1\\bin\\xtensa-esp32s2-elf-g++",
            "compilerArgs": [
                "-mlongcalls",
                "-ffunction-sections",
                "-fdata-sections",
                "-Wno-error=unused-function",
                "-Wno-error=unused-variable",
                "-Wno-error=deprecated-declarations",
                "-Wno-unused-parameter",
                "-Wno-sign-compare",
                "-Wwrite-strings",
                "-fstack-protector",
                "-fstrict-volatile-bitfields",
                "-Wno-error=unused-but-set-variable",
                "-fno-jump-tables",
                "-fno-tree-switch-conversion",
                "-std=gnu++11",
                "-fexceptions",
                "-fno-rtti"
            ],
            "intelliSenseMode": "gcc-x64",
            "includePath": [],
            "forcedInclude": [],
            "cStandard": "c11",
            "cppStandard": "c++11",
            "defines": [
                "HAVE_CONFIG_H",
                "MBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\"",
                "UNITY_INCLUDE_CONFIG_H",
                "WITH_POSIX",
                "_GNU_SOURCE",
                "IDF_VER=\"v4.4-dev-2313-gc69f0ec32\"",
                "ESP_PLATFORM",
                "F_CPU=240000000L",
                "ARDUINO=10607",
                "ARDUINO_ESP32S2_DEV",
                "ARDUINO_ARCH_ESP32",
                "ARDUINO_BOARD=\"ESP32S2_DEV\"",
                "ARDUINO_VARIANT=\"esp32s2\"",
                "ESP32",
                "CORE_DEBUG_LEVEL=0",
                "ARDUINO_USB_CDC_ON_BOOT=0",
                "ARDUINO_USB_MSC_ON_BOOT=0",
                "ARDUINO_USB_DFU_ON_BOOT=0",
                "USBCON"
            ]
        }
    ]
}