Compare commits
2 Commits
51f132a6b8
...
ff3bf49924
| Author | SHA1 | Date | |
|---|---|---|---|
| ff3bf49924 | |||
| 8f616063ad |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ESP-IDF Dev Environment",
|
"name": "ESP-IDF Dev Environment",
|
||||||
"image": "espressif/idf:release-v5.5.2", // Actualizado
|
"image": "espressif/idf:release-v5.5", // Actualizado
|
||||||
|
|
||||||
"customizations": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
|
|||||||
6
.gitignore
vendored
6
.gitignore
vendored
@ -6,6 +6,12 @@
|
|||||||
# Directory metadata
|
# Directory metadata
|
||||||
.directory
|
.directory
|
||||||
|
|
||||||
|
# removed vscode files from :
|
||||||
|
.vscode/c_cpp_properties.json
|
||||||
|
.vscode/settings.json
|
||||||
|
.vscode/launch.json
|
||||||
|
build/
|
||||||
|
|
||||||
# Temporary files
|
# Temporary files
|
||||||
*~
|
*~
|
||||||
*.swp
|
*.swp
|
||||||
|
|||||||
23
.vscode/c_cpp_properties.json
vendored
23
.vscode/c_cpp_properties.json
vendored
@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "ESP-IDF",
|
|
||||||
"compilerPath": "${config:idf.toolsPath}/tools/xtensa-esp-elf/esp-14.2.0_20251107/xtensa-esp-elf/bin/xtensa-esp32-elf-gcc",
|
|
||||||
"compileCommands": "${config:idf.buildPath}/compile_commands.json",
|
|
||||||
"includePath": [
|
|
||||||
"${config:idf.espIdfPath}/components/**",
|
|
||||||
"${config:idf.espIdfPathWin}/components/**",
|
|
||||||
"${workspaceFolder}/**"
|
|
||||||
],
|
|
||||||
"browse": {
|
|
||||||
"path": [
|
|
||||||
"${config:idf.espIdfPath}/components",
|
|
||||||
"${config:idf.espIdfPathWin}/components",
|
|
||||||
"${workspaceFolder}"
|
|
||||||
],
|
|
||||||
"limitSymbolsToIncludedHeaders": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"version": 4
|
|
||||||
}
|
|
||||||
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"C_Cpp.intelliSenseEngine": "default",
|
"C_Cpp.intelliSenseEngine": "default",
|
||||||
"idf.espIdfPath": "/home/unai/.esp/v5.5.2/esp-idf",
|
"idf.espIdfPath": "/opt/esp/idf",
|
||||||
"idf.pythonInstallPath": "/usr/bin/python",
|
"idf.pythonInstallPath": "/usr/bin/python3",
|
||||||
"idf.openOcdConfigs": [
|
"idf.openOcdConfigs": [
|
||||||
"board/esp32c6-builtin.cfg"
|
"board/esp32c6-builtin.cfg"
|
||||||
],
|
],
|
||||||
"idf.port": "detect",
|
"idf.port": "detect",
|
||||||
"idf.toolsPath": "/home/unai/.espressif",
|
"idf.toolsPath": "/opt/esp",
|
||||||
"idf.customExtraVars": {
|
"idf.customExtraVars": {
|
||||||
"IDF_TARGET": "esp32c6"
|
"IDF_TARGET": "esp32c6"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user