jmattsson / esp-toolchains

Releases of toolchains for ESP8266 and ESP32.
13 stars 8 forks source link

ESP toolchains

Convenience script for building both esp8266 and esp32 toolchains:

make esp8266
make esp32

Uses pfalcon's esp-open-sdk for the esp8266 toolchain (in toolchain-only mode), and the official Espressif repo for the esp32 toolchain.

Based on the nodemcu-prebuilt-toolchains script.