joelguittet / mender-esp32-example

Mender MCU example running on ESP32 using ESP-IDF platform
Apache License 2.0
15 stars 7 forks source link

esp-idf: provide v5 support #3

Closed joelguittet closed 1 year ago

joelguittet commented 1 year ago

This pull request provides support of ESP-IDF v5.0 framework (the latest releases actually from Espressif).

Main part of the job was already done in mender-mcu-client: support of mbedtls v3 which is the main modification impacting this project.

Migrating from v4.4 based framework to v5.0 has also been tested successfully.