Skip to content

Tags: nextime/makeEspArduino

Tags

4.9.2

Toggle 4.9.2's commit message
Fix for latest (2.4.0) ESP-Arduino version

Board.txt contents changed in latest versions and this broke a reg
exp matching for LWIP variant.
Changed build state trigger to do a full clean build.

4.9.1

Toggle 4.9.1's commit message
Fixed board handling for esp32

Some problems with board specific flash size etc, affecting
all esp32 boards, have now been fixed

4.9.0

Toggle 4.9.0's commit message
Added support for LwIP

It is now possible to select which variant of the LwIP library
that should be used during the build (when applicable)
Controlled via the variable LWIP_VARIANT and the value should
be set to the corresponding value in boards.txt. Current values are:
open, Prebuilt, Espressif, OpenSource

4.8.0

Toggle 4.8.0's commit message
CUSTOM_LIBS added. Build problems fixed.

Added new variable CUSTOM_LIBS which can be used to emable
automatic scan for libraries outside of esp and Arduino libs

Fixed build problems due to new format in boards.txt in latest
version of esp8266/Arduino

4.7.3

Toggle 4.7.3's commit message
Fixed error in state version handling

4.7.2

Toggle 4.7.2's commit message
Mac OSX problems fixed

4.7.1

Toggle 4.7.1's commit message
Improved state check

4.7.0

Toggle 4.7.0's commit message
Filesystem ota added

Added new rules for
  File system update via ota
  Complete flash erase
Corrected dependencies for file system generation
Fixed case bug for ARDUINO_ARCH_ macro
Readme updated
Progress bar now shown during ota operations

4.6.0

Toggle 4.6.0's commit message
dump_fs added

New option to extract the whole file system from the flash

4.5.0

Toggle 4.5.0's commit message
Use esptool.py also for esp8266 when available

Added LD_EXTRA