3 Commits

Author SHA1 Message Date
tracey
c680590394 Revert accidental changes to sthen's import.
Reviewed with, and advice from sthen@

ok kmos@
2020-02-23 17:15:26 +00:00
tracey
7eadb828d4 Import devel/esptool-ck: firmware creation helper for esp8266 chips
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@
2020-02-22 16:26:38 +00:00
sthen
58e5effcae import ports/devel/esptool-ck, from Tracey Emery, ok martin@, tweaks from
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.
2020-02-11 20:19:44 +00:00