firt commit

This commit is contained in:
2026-06-17 17:28:22 +08:00
commit b3bb7002cd
18 changed files with 96507 additions and 0 deletions

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

@@ -0,0 +1,24 @@
{
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
"C_Cpp.default.configurationProvider": "espressif.esp-idf-extension",
"C_Cpp.intelliSenseEngine": "disabled",
"idf.extensionActivationMode": "always",
"idf.openOcdConfigs": [
"board/esp32s3-builtin.cfg"
],
"idf.portWin": "COM14",
"idf.currentSetup": "D:\\esp\\v5.5.4\\esp-idf",
"idf.buildPath": "D:\\esp\\Project\\lcd\\lcd\\build",
"idf.pythonInstallPath": "C:\\Espressif\\tools\\python\\python.exe",
"idf.toolsPathWin": "C:\\Espressif\\tools",
"idf.customExtraVars": {
"IDF_TARGET": "esp32s3"
},
"clangd.path": "C:\\Espressif\\tools\\esp-clang\\esp-19.1.2_20250312\\esp-clang\\bin\\clangd.exe",
"clangd.arguments": [
"--background-index",
"--query-driver=**",
"--compile-commands-dir=d:\\esp\\Project\\lcd\\lcd\\build"
],
"idf.flashType": "JTAG"
}