| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "C_Cpp_Runner.cCompilerPath": "C:/Users/zzz17/.platformio/packages/toolchain-agrv/bin/riscv64-unknown-elf-gcc.exe",
- "C_Cpp_Runner.cppCompilerPath": "C:/Users/zzz17/.platformio/packages/toolchain-agrv/bin/riscv64-unknown-elf-g++.exe",
- "C_Cpp_Runner.debuggerPath": "C:/Users/zzz17/.platformio/packages/toolchain-agrv/bin/riscv64-unknown-elf-gdb.exe",
- "C_Cpp_Runner.cStandard": "",
- "C_Cpp_Runner.cppStandard": "",
- "C_Cpp_Runner.msvcBatchPath": "C:/Program Files/Microsoft Visual Studio/VR_NR/Community/VC/Auxiliary/Build/vcvarsall.bat",
- "C_Cpp_Runner.useMsvc": false,
- "C_Cpp_Runner.warnings": [
- "-Wall",
- "-Wextra",
- "-Wpedantic",
- "-Wshadow",
- "-Wformat=2",
- "-Wcast-align",
- "-Wconversion",
- "-Wsign-conversion",
- "-Wnull-dereference"
- ],
- "C_Cpp_Runner.msvcWarnings": [
- "/W4",
- "/permissive-",
- "/w14242",
- "/w14287",
- "/w14296",
- "/w14311",
- "/w14826",
- "/w44062",
- "/w44242",
- "/w14905",
- "/w14906",
- "/w14263",
- "/w44265",
- "/w14928"
- ],
- "C_Cpp_Runner.enableWarnings": true,
- "C_Cpp_Runner.warningsAsError": false,
- "C_Cpp_Runner.compilerArgs": [],
- "C_Cpp_Runner.linkerArgs": [],
- "C_Cpp_Runner.includePaths": [
- "D:/80_work/Manufacturer_Material/agm/pro/examples/multi_uart-1/src",
- "D:/80_work/Manufacturer_Material/agm/pro/examples/multi_uart-1",
- "D:/80_work/Manufacturer_Material/agm/pro/examples/multi_uart-1/.pio/build/debug",
- "C:/Users/zzz17/.platformio/packages/framework-agrv_sdk/misc",
- "C:/Users/zzz17/.platformio/packages/framework-agrv_sdk/src",
- "C:/Users/zzz17/.platformio/platforms/AgRV/boards/agrv2k_407",
- "D:/80_work/Manufacturer_Material/agm/pro/examples/multi_uart-1/logic",
- ""
- ],
- "C_Cpp_Runner.includeSearch": [
- "*",
- "**/*"
- ],
- "C_Cpp_Runner.excludeSearch": [
- "**/build",
- "**/build/**",
- "**/.*",
- "**/.*/**",
- "**/.vscode",
- "**/.vscode/**"
- ],
- "C_Cpp_Runner.useAddressSanitizer": false,
- "C_Cpp_Runner.useUndefinedSanitizer": false,
- "C_Cpp_Runner.useLeakSanitizer": false,
- "C_Cpp_Runner.showCompilationTime": false,
- "C_Cpp_Runner.useLinkTimeOptimization": false,
- "C_Cpp_Runner.msvcSecureNoWarnings": false,
- "files.associations": {
- "fifo.h": "c",
- "stdint.h": "c",
- "timer.h": "c",
- "tools.h": "c",
- "board.h": "c",
- "sim_driver.h": "c",
- "stdbool.h": "c",
- "sim_tools.h": "c",
- "*.hx": "c",
- "sim_timer.h": "c",
- "tca9535.h": "c",
- "sim_pro.h": "c",
- "includes.h": "c",
- "wifi_pro.h": "c",
- "stdio.h": "c",
- "decode.h": "c",
- "mqtt_pro.h": "c",
- "eeprom.h": "c",
- "ne2_t1m.h": "c",
- "flexible_button.h": "c",
- "queue.h": "c",
- "memory.h": "c",
- "ota.h": "c",
- "at24c128.h": "c"
- }
- }
|