Skip to content

Commit

Permalink
Merge pull request #8 from zhkag/master
Browse files Browse the repository at this point in the history
移除非 4.1.1 文件
  • Loading branch information
eclipsesw authored Feb 10, 2023
2 parents 94f791f + ca3a5b0 commit 320e8e1
Show file tree
Hide file tree
Showing 2,566 changed files with 2,869 additions and 1,615,628 deletions.
9 changes: 0 additions & 9 deletions .gitee/ISSUE_TEMPLATE.en.md

This file was deleted.

9 changes: 0 additions & 9 deletions .gitee/ISSUE_TEMPLATE.zh-CN.md

This file was deleted.

30 changes: 0 additions & 30 deletions .gitee/PULL_REQUEST_TEMPLATE.en.md

This file was deleted.

30 changes: 0 additions & 30 deletions .gitee/PULL_REQUEST_TEMPLATE.zh-CN.md

This file was deleted.

10 changes: 10 additions & 0 deletions bsp/ESP32_C3/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "espidf",
"name": "Launch",
"request": "launch"
}
]
}
26 changes: 26 additions & 0 deletions bsp/ESP32_C3/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"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"
}
Loading

0 comments on commit 320e8e1

Please sign in to comment.