mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-03-14 18:24:27 +01:00
37 lines
1.6 KiB
JSON
37 lines
1.6 KiB
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "ESP32",
|
|
"includePath": [
|
|
"${XTENSA_TOOLCHAIN}/xtensa-esp32-elf/include",
|
|
"${XTENSA_TOOLCHAIN}/lib/gcc/xtensa-esp32-elf/5.2.0/include",
|
|
"${IDF_PATH}/components/driver/include",
|
|
"${IDF_PATH}/components/esp32/include",
|
|
"${IDF_PATH}/components/freertos/include",
|
|
"${IDF_PATH}/components/heap/include",
|
|
"${IDF_PATH}/components/log/include",
|
|
"${IDF_PATH}/components/lwip/include/lwip",
|
|
"${IDF_PATH}/components/lwip/include/lwip/port",
|
|
"${IDF_PATH}/components/nvs_flash/include",
|
|
"${IDF_PATH}/components/soc/include",
|
|
"${IDF_PATH}/components/soc/esp32/include",
|
|
"${IDF_PATH}/components/tcpip_adapter/include",
|
|
"${IDF_PATH}/components/mbedtls/mbedtls/include",
|
|
"${workspaceRoot}/examples/provisioning/build/include",
|
|
"${workspaceRoot}/examples/hello_world/build/include",
|
|
"${workspaceRoot}/examples/send_recv/build/include",
|
|
"${workspaceRoot}/include",
|
|
"${workspaceRoot}/src"
|
|
],
|
|
"defines": [
|
|
"_DEBUG"
|
|
],
|
|
"compilerPath": "/usr/bin/clang",
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++11",
|
|
"intelliSenseMode": "clang-x64",
|
|
"compileCommands": "${workspaceFolder}/examples/hello_world/build/compile_commands.json"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |