settings.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "C_Cpp_Runner.cCompilerPath": "C:/Users/zzz17/.platformio/packages/toolchain-agrv/bin/riscv64-unknown-elf-gcc.exe",
  3. "C_Cpp_Runner.cppCompilerPath": "C:/Users/zzz17/.platformio/packages/toolchain-agrv/bin/riscv64-unknown-elf-g++.exe",
  4. "C_Cpp_Runner.debuggerPath": "C:/Users/zzz17/.platformio/packages/toolchain-agrv/bin/riscv64-unknown-elf-gdb.exe",
  5. "C_Cpp_Runner.cStandard": "",
  6. "C_Cpp_Runner.cppStandard": "",
  7. "C_Cpp_Runner.msvcBatchPath": "C:/Program Files/Microsoft Visual Studio/VR_NR/Community/VC/Auxiliary/Build/vcvarsall.bat",
  8. "C_Cpp_Runner.useMsvc": false,
  9. "C_Cpp_Runner.warnings": [
  10. "-Wall",
  11. "-Wextra",
  12. "-Wpedantic",
  13. "-Wshadow",
  14. "-Wformat=2",
  15. "-Wcast-align",
  16. "-Wconversion",
  17. "-Wsign-conversion",
  18. "-Wnull-dereference"
  19. ],
  20. "C_Cpp_Runner.msvcWarnings": [
  21. "/W4",
  22. "/permissive-",
  23. "/w14242",
  24. "/w14287",
  25. "/w14296",
  26. "/w14311",
  27. "/w14826",
  28. "/w44062",
  29. "/w44242",
  30. "/w14905",
  31. "/w14906",
  32. "/w14263",
  33. "/w44265",
  34. "/w14928"
  35. ],
  36. "C_Cpp_Runner.enableWarnings": true,
  37. "C_Cpp_Runner.warningsAsError": false,
  38. "C_Cpp_Runner.compilerArgs": [],
  39. "C_Cpp_Runner.linkerArgs": [],
  40. "C_Cpp_Runner.includePaths": [
  41. "D:/80_work/Manufacturer_Material/agm/pro/examples/multi_uart-1/src",
  42. "D:/80_work/Manufacturer_Material/agm/pro/examples/multi_uart-1",
  43. "D:/80_work/Manufacturer_Material/agm/pro/examples/multi_uart-1/.pio/build/debug",
  44. "C:/Users/zzz17/.platformio/packages/framework-agrv_sdk/misc",
  45. "C:/Users/zzz17/.platformio/packages/framework-agrv_sdk/src",
  46. "C:/Users/zzz17/.platformio/platforms/AgRV/boards/agrv2k_407",
  47. "D:/80_work/Manufacturer_Material/agm/pro/examples/multi_uart-1/logic",
  48. ""
  49. ],
  50. "C_Cpp_Runner.includeSearch": [
  51. "*",
  52. "**/*"
  53. ],
  54. "C_Cpp_Runner.excludeSearch": [
  55. "**/build",
  56. "**/build/**",
  57. "**/.*",
  58. "**/.*/**",
  59. "**/.vscode",
  60. "**/.vscode/**"
  61. ],
  62. "C_Cpp_Runner.useAddressSanitizer": false,
  63. "C_Cpp_Runner.useUndefinedSanitizer": false,
  64. "C_Cpp_Runner.useLeakSanitizer": false,
  65. "C_Cpp_Runner.showCompilationTime": false,
  66. "C_Cpp_Runner.useLinkTimeOptimization": false,
  67. "C_Cpp_Runner.msvcSecureNoWarnings": false,
  68. "files.associations": {
  69. "fifo.h": "c",
  70. "stdint.h": "c",
  71. "timer.h": "c",
  72. "tools.h": "c",
  73. "board.h": "c",
  74. "sim_driver.h": "c",
  75. "stdbool.h": "c",
  76. "sim_tools.h": "c",
  77. "*.hx": "c",
  78. "sim_timer.h": "c",
  79. "tca9535.h": "c",
  80. "sim_pro.h": "c",
  81. "includes.h": "c",
  82. "wifi_pro.h": "c",
  83. "stdio.h": "c",
  84. "decode.h": "c",
  85. "mqtt_pro.h": "c",
  86. "eeprom.h": "c",
  87. "ne2_t1m.h": "c",
  88. "flexible_button.h": "c",
  89. "queue.h": "c",
  90. "memory.h": "c",
  91. "ota.h": "c",
  92. "at24c128.h": "c"
  93. }
  94. }