Update main code (led_driver) + build options
This commit is contained in:
parent
5f483c443d
commit
4f3030b5fb
0
.vscode/.gitignore
vendored
0
.vscode/.gitignore
vendored
21
.vscode/c_cpp_properties.json
vendored
21
.vscode/c_cpp_properties.json
vendored
@ -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
31
.vscode/settings.json
vendored
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue
Block a user