aboutsummaryrefslogtreecommitdiff
path: root/main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorElwin Hammer <elwinhamer@gmail.com>2024-04-23 11:49:54 +0200
committerElwin Hammer <elwinhamer@gmail.com>2024-04-23 11:49:54 +0200
commit65f139edb2d3cfa055504e04cba266566fdfbf3b (patch)
treed0c19ceec58bb1df5ee03aa09b861b2bbbe5df31 /main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json
parent7b8d066223b9af513193020423b86c9f52234001 (diff)
ESP version of the neotrellis puzzle (first setup)
Diffstat (limited to 'main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json')
-rw-r--r--main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json b/main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json
new file mode 100644
index 0000000..ee1cac1
--- /dev/null
+++ b/main/puzzle/neo/esp-neopuzzle/.vscode/c_cpp_properties.json
@@ -0,0 +1,27 @@
+{
+ "configurations": [
+ {
+ "name": "ESP-IDF",
+ "compilerPath": "${config:idf.toolsPathWin}\\tools\\xtensa-esp-elf\\esp-13.2.0_20230928\\xtensa-esp-elf\\bin\\xtensa-esp32-elf-gcc.exe",
+ "compileCommands": "${workspaceFolder}/build/compile_commands.json",
+ "includePath": [
+ "${config:idf.espIdfPath}/components/**",
+ "${config:idf.espIdfPathWin}/components/**",
+ "${config:idf.espAdfPath}/components/**",
+ "${config:idf.espAdfPathWin}/components/**",
+ "${workspaceFolder}/**"
+ ],
+ "browse": {
+ "path": [
+ "${config:idf.espIdfPath}/components",
+ "${config:idf.espIdfPathWin}/components",
+ "${config:idf.espAdfPath}/components/**",
+ "${config:idf.espAdfPathWin}/components/**",
+ "${workspaceFolder}"
+ ],
+ "limitSymbolsToIncludedHeaders": false
+ }
+ }
+ ],
+ "version": 4
+}