Skip to content

Instantly share code, notes, and snippets.

@AshUK
Last active July 23, 2020 20:12
Show Gist options
  • Save AshUK/fb8434d374517e211ebec094c2d26a83 to your computer and use it in GitHub Desktop.
Save AshUK/fb8434d374517e211ebec094c2d26a83 to your computer and use it in GitHub Desktop.
esp-idf-tools-vs-code-path
{
"idf.espIdfPath": "/Users/ash/dev/esp/esp-idf",
"idf.customExtraPaths": "/Users/ash/Library/Python/2.7/bin:/Library/Python/2.7/site-packages:/Users/ash/.espressif/tools/openocd-esp32/v0.10.0-esp32-20190313/openocd-esp32/bin:/Users/ash/.espressif/tools/esp32ulp-elf/2.28.51.20170517/esp32ulp-elf-binutils/bin:/Users/ash/.espressif/tools/xtensa-esp32-elf/esp-2019r2-8.2.0/xtensa-esp32-elf/bin:/Users/ash/dev/esp/esp-idf/components/partition_table/:/Users/ash/dev/esp/esp-idf/components/espcoredump:/Users/ash/dev/esp/esp-idf/components/esptool_py/esptool:/Users/ash/dev/esp/esp-idf/tools:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin",
"idf.customExtraVars": "{\"OPENOCD_SCRIPTS\":\"/Users/ash/.espressif/tools/openocd-esp32/v0.10.0-esp32-20190313/openocd-esp32/share/openocd/scripts\"}",
"idf.port": "/dev/tty.usbserial-1412401",
"idf.openOcdConfigs": ["interface/ftdi/esp32_devkitj_v1.cfg", "board/esp-wroom-32.cfg"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment