Skip to content

v0.6 - implement EpoxyFS, EpoxyPromAvr, EpoxyPromEsp libraries

Compare
Choose a tag to compare
@bxparks bxparks released this 20 Feb 02:12
· 182 commits to master since this release
8379066
  • 0.6 (2021-02-19)
    • Add libraries/EpoxyFS, an implementation of the ESP8266 FS file system
      that runs on Linux and MacOS.
    • Add delayMicroSeconds(), WCharacter.h, and stub implementations of
      IPAddress.h, SPI.h, by Erik Tideman (@ramboerik), see
      PR #18.
    • Add libraries/EpoxyPromEsp (EEPROM using the API of ESP8266/ESP32).
    • Add libraries/EpoxyPromAvr (EEPROM using the API of AVR processors).