1
0
Fork 0
Go to file
Austin Morlan e6687c543c
Part 1: Build System
2020-07-01 17:40:36 -07:00
src Part 1: Build System 2020-07-01 17:40:36 -07:00
.gitignore Part 1: Build System 2020-07-01 17:40:36 -07:00
CMakeLists.txt Part 1: Build System 2020-07-01 17:40:36 -07:00
LICENSE Part 1: Build System 2020-07-01 17:40:36 -07:00
README.md Part 1: Build System 2020-07-01 17:40:36 -07:00
export.sh Part 1: Build System 2020-07-01 17:40:36 -07:00
sdkconfig.defaults Part 1: Build System 2020-07-01 17:40:36 -07:00

README.md

Embedded Game Programming

  • Get the ESP-IDF v4.0
  • Modify the export.sh script in this directory and fill out IDF_PATH and IDF_TOOLS_PATH
    • IDF_PATH is the extracted ESP-IDF
    • IDF_TOOLS_PATH is the path to the toolchain
  • source export.sh