Audio working
This commit is contained in:
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.toolsPathWin}\\tools\\xtensa-esp-elf\\esp-13.2.0_20240530\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe",
|
||||
"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
|
||||
}
|
||||
15
.vscode/launch.json
vendored
15
.vscode/launch.json
vendored
@@ -1,15 +0,0 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "gdbtarget",
|
||||
"request": "attach",
|
||||
"name": "Eclipse CDT GDB Adapter"
|
||||
},
|
||||
{
|
||||
"type": "espidf",
|
||||
"name": "Launch",
|
||||
"request": "launch"
|
||||
}
|
||||
]
|
||||
}
|
||||
42
.vscode/settings.json
vendored
42
.vscode/settings.json
vendored
@@ -1,41 +1,3 @@
|
||||
{
|
||||
"C_Cpp.intelliSenseEngine": "default",
|
||||
"idf.espIdfPathWin": "C:\\Users\\brent.RPX\\esp\\v5.3.1\\esp-idf",
|
||||
"idf.openOcdConfigs": [
|
||||
"board/esp32-wrover-kit-3.3v.cfg"
|
||||
],
|
||||
"idf.portWin": "COM4",
|
||||
"idf.toolsPathWin": "C:\\Users\\brent.RPX\\.espressif\\tools",
|
||||
"idf.flashType": "UART",
|
||||
"files.associations": {
|
||||
"esp_system.h": "c",
|
||||
"task.h": "c",
|
||||
"bt_app_core.h": "c",
|
||||
"math.h": "c",
|
||||
"esp_log.h": "c",
|
||||
"freertos.h": "c",
|
||||
"queue.h": "c",
|
||||
"unistd.h": "c",
|
||||
"inttypes.h": "c",
|
||||
"esp_idf_version.h": "c",
|
||||
"timers.h": "c",
|
||||
"lvgl.h": "c",
|
||||
"esp_timer.h": "c",
|
||||
"esp_bt_device.h": "c",
|
||||
"esp_lvgl_port.h": "c",
|
||||
"lv_global.h": "c",
|
||||
"stdio.h": "c",
|
||||
"compare": "c",
|
||||
"cstdint": "c",
|
||||
"spi_master.h": "c",
|
||||
"bitset": "c",
|
||||
"format": "c",
|
||||
"system.h": "c",
|
||||
"esp_lcd_panel_ops.h": "c",
|
||||
"semphr.h": "c",
|
||||
"lv_spinbox.h": "c",
|
||||
"lv_slider.h": "c",
|
||||
"lv_menu.h": "c"
|
||||
},
|
||||
"git.ignoreLimitWarning": true
|
||||
}
|
||||
"idf.pythonInstallPath": "/usr/bin/python"
|
||||
}
|
||||
Reference in New Issue
Block a user