first commit

This commit is contained in:
Wang Beihong
2026-04-05 20:13:30 +08:00
commit 400bf83204
10 changed files with 172 additions and 0 deletions

17
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"C_Cpp.intelliSenseEngine": "default",
"idf.openOcdConfigs": [
"board/esp32c3-builtin.cfg"
],
"idf.port": "/dev/ttyACM0",
"idf.currentSetup": "/home/beihong/esp/v5.5.2/esp-idf",
"idf.customExtraVars": {
"IDF_TARGET": "esp32c3"
},
"clangd.path": "/home/beihong/.espressif/tools/esp-clang/esp-19.1.2_20250312/esp-clang/bin/clangd",
"clangd.arguments": [
"--background-index",
"--query-driver=**",
"--compile-commands-dir=/home/beihong/esp_projects/esp32c3-smart-scale/build"
]
}