1234567891011121314151617181920212223242526 |
- {
- "C_Cpp.intelliSenseEngine": "Tag Parser",
- "idf.adapterTargetName": "esp32c3",
- "idf.openOcdConfigs": [
- "board/esp32c3-builtin.cfg"
- ],
- "idf.portWin": "COM7",
- "idf.flashType": "UART",
- "files.associations": {
- "panic_internal.h": "c",
- "rtthread.h": "c",
- "bitset": "c",
- "chrono": "c",
- "algorithm": "c",
- "rtdebug.h": "c",
- "rtservice.h": "c",
- "rtdef.h": "c",
- "rtconfig.h": "c",
- "thread": "c",
- "rthw.h": "c",
- "typeinfo": "c",
- "serial.h": "c",
- "timer.h": "c"
- },
- "RTT_Studio.Build.Parallel_Jobs": "4"
- }
|