Update main code (led_driver) + build options

This commit is contained in:
XupaMisto 2025-12-27 12:57:35 +00:00
parent 5f483c443d
commit 4f3030b5fb
3 changed files with 0 additions and 52 deletions

0
.vscode/.gitignore vendored
View File

View File

@ -1,21 +0,0 @@
{
"configurations": [
{
"name": "ESP-IDF",
"compilerPath": "C:/esp/tools/xtensa-esp32-elf/esp-12.2.0_20230208/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc.exe",
"compileCommands": "${workspaceFolder}/build/compile_commands.json",
"includePath": [
"${workspaceFolder}/**",
"C:/ESP/frameworks/v5.1.6/esp-idf/components/**"
],
"defines": [
"ESP_PLATFORM",
"IDF_VER=\"v5.1.6\""
],
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-x64"
}
],
"version": 4
}

31
.vscode/settings.json vendored
View File

@ -1,31 +0,0 @@
{
"files.associations": {
"*.c": "c",
"*.h": "c"
},
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"C_Cpp.default.compileCommands": "${workspaceFolder}/build/compile_commands.json",
"C_Cpp.default.includePath": [
"${workspaceFolder}/**",
"C:/ESP/frameworks/v5.1.6/esp-idf/components/**"
],
"idf.espIdfPath": "C:/Users/carec/esp/v5.1.6/esp-idf",
"idf.pythonBinPath": "C:/Users/carec/.espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe",
"idf.toolsPath": "C:/Users/carec/.espressif/tools",
"idf.showOnboardingOnInit": false,
"idf.adapterTargetName": "esp32",
"idf.portWin": "COM3",
"idf.flashType": "UART",
"idf.buildDir": "${workspaceFolder}/build",
"idf.flashDir": "${workspaceFolder}/build",
"cmake.buildDirectory": "${workspaceFolder}/build",
"cmake.configureSettings": {
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
}
}