Skip to content

Releases: joelguittet/mender-mcu-client

0.4.0

25 May 07:42
Compare
Choose a tag to compare

Features

  • Integration of Device Configure add-on #9 #10
  • Rework and clean Device Inventory parameters #10
  • Uniformisation of the storage API #10
  • Rework artifact parser #10
  • Introduction of key-store #10
  • Uniformisation of includes syntax #10
  • Cleanup KConfig files #10

Bug fix

  • Fix missing memory check in mender-api.c #10
  • Fix HTTP receive data issue on ESP-IDF platform #10
  • Fix HTTP error handling on Zephyr platform #10

0.3.0

14 Apr 15:59
Compare
Choose a tag to compare

Features

  • Rework architecture to introduce add-ons #7
  • Rework mender-rtos implementation to limit usage of memory by using the workqueues #7
  • Add support of C++ linkage #5

Bug fix

  • No bug corrected

0.2.0

11 Feb 08:18
Compare
Choose a tag to compare

Features

  • Record authentication keys using DER format to reduce storage memory used (#1)
  • Support boards using zephyr RTOS v3.3.0-rc2 (#3)
  • Support ESP32 boards using ESP-IDF v4.4.x and v5.0.x

Bug fix

  • No bug corrected

0.1.0

03 Jan 20:22
Compare
Choose a tag to compare

Features

  • Initial release
  • Support ESP32 boards using ESP-IDF v4.4.x

Bug fix

  • No bug corrected