Skip to content

Releases: import-tiago/DrizzlingBytes

v2.0

17 Aug 18:06
Compare
Choose a tag to compare

v2.0 stable release.

Release notes:

  • Improved memory usage techniques.
  • Code normalized to snake case naming convention.
  • Focus on ESP32 as MSP430 programmer, not OTA code.

v1.1.0

28 Jul 18:07
Compare
Choose a tag to compare

v1.1.0 stable release.

Release notes:

  • Flush ESP32 RX UART buffer (with the MSP430 received bytes) before each new transmission to MSP430 to allow multiple sequential OTA updates.

v1.0.0

05 Jun 01:50
9d773f8
Compare
Choose a tag to compare

June 4, 2022

v1.0.0 stable initial release.

Release notes:

  • Not dependent on any cloud services.
  • Uses the ESP32's internal flash memory (with SPIFFS) as an interface between any cloud service/server that can store the MSP430 firmware file and this library that will consume it.
  • In this version, it only supports MCUs up to 64KB. But it can easily be increased manually through the constants available in the library.