settings.json 572 B

1234567891011121314151617181920212223242526
  1. {
  2. "C_Cpp.intelliSenseEngine": "Tag Parser",
  3. "idf.adapterTargetName": "esp32c3",
  4. "idf.openOcdConfigs": [
  5. "board/esp32c3-builtin.cfg"
  6. ],
  7. "idf.portWin": "COM7",
  8. "idf.flashType": "UART",
  9. "files.associations": {
  10. "panic_internal.h": "c",
  11. "rtthread.h": "c",
  12. "bitset": "c",
  13. "chrono": "c",
  14. "algorithm": "c",
  15. "rtdebug.h": "c",
  16. "rtservice.h": "c",
  17. "rtdef.h": "c",
  18. "rtconfig.h": "c",
  19. "thread": "c",
  20. "rthw.h": "c",
  21. "typeinfo": "c",
  22. "serial.h": "c",
  23. "timer.h": "c"
  24. },
  25. "RTT_Studio.Build.Parallel_Jobs": "4"
  26. }