mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-07-15 15:32:51 +02:00
Initial check-in
This commit is contained in:
32
.vscode/c_cpp_properties.json
vendored
Normal file
32
.vscode/c_cpp_properties.json
vendored
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"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/soc/include",
|
||||
"${IDF_PATH}/components/soc/esp32/include",
|
||||
"${IDF_PATH}/components/tcpip_adapter/include",
|
||||
"${workspaceRoot}/examples/send_msg/build/include",
|
||||
"${workspaceRoot}/include",
|
||||
"${workspaceRoot}/src"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG"
|
||||
],
|
||||
"compilerPath": "/usr/bin/clang",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "clang-x64"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
Reference in New Issue
Block a user