Esptool is a tool to create firmware files for the ESP8266 chip and flash the
firmware to the chip over serial port. Esptool reads the compiled program in ELF
format, extracts code and data sections, and either dumps a section to a file or
assembles the firmware file from several segments. Esptool also communicates
with the ESP8266 bootloader to upload firmware files to flash.
With some corrections from martin@ and kmos@
ok martin@ and kmos@
me (drop setting DISTNAME to what is already set by default, more accurate
license marker "v2 or newer" -> GPLv2+, no need to patch Makefile to remove
a variable which is overridden in MAKE_FLAGS, don't forcibly strip as
INSTALL_PROGRAM will take care of that when needed).
Esptool is a tool to create firmware files for the ESP8266 chip and flash the
firmware to the chip over serial port.