Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By Necromant
#6287 Okay, folks. I'm somewhat back after a lengthy timeout. Merged all the pull requests, and have done a little bit of bugfixes, binaries updated.
  • Buildsystem now only uses esptool.py (recent esptool.py with elf2image is a must).
  • esptool.py is now a 'deployment' method consistent with the rest of antares.
  • New command baud (modify serial port(s) speed on the go).

That's part of news. The other part is I've tried running esp8266 and a serial2tcp bridge. To make the long story short - it sucks. lwip is compiled in a weird way that assembles data in big packets, so you when you send a single character via telnet you have to wait for a second or so for it to appear. Working on lwip now.