Skip to content

Commit ca3a5b0

Browse files
committed
移除非 4.1.1 文件
1 parent 94f791f commit ca3a5b0

File tree

2,566 files changed

+2869
-1615628
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,566 files changed

+2869
-1615628
lines changed

.gitee/ISSUE_TEMPLATE.en.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.gitee/ISSUE_TEMPLATE.zh-CN.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.gitee/PULL_REQUEST_TEMPLATE.en.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

bsp/ESP32_C3/.vscode/launch.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"type": "espidf",
6+
"name": "Launch",
7+
"request": "launch"
8+
}
9+
]
10+
}

bsp/ESP32_C3/.vscode/settings.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
}

0 commit comments

Comments
 (0)