Skip to content

Instantly share code, notes, and snippets.

@C47D
Last active June 7, 2019 22:39
Show Gist options
  • Save C47D/c1c4d8735749e67d9703230dde4bbb4e to your computer and use it in GitHub Desktop.
Save C47D/c1c4d8735749e67d9703230dde4bbb4e to your computer and use it in GitHub Desktop.
esp32 environment setup
export PATH="$HOME/esp/xtensa-esp32-elf/bin:$PATH"
export IDF_PATH=~/esp/esp-idf
export PATH="$IDF_PATH/tools:$PATH"
# ADD INCLUDE PATHS
Edit component.mk
(from https://esp32.com/viewtopic.php?t=958)
See: https://docs.espressif.com/projects/esp-idf/en/latest/api-guides/build-system.html?highlight=component#component-makefiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment