Skip to content
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

v1.7.0 to add support to Portenta_H7, to reduce usage of Arduino String with std::string and optimize library code and examples by using reference-passing instead of value-passing

Choose a tag to compare

@khoih-prog khoih-prog released this 20 Dec 08:32
· 209 commits to main since this release
7bcb770

Major Releases v1.7.0

  1. Add support to Portenta_H7 using Arduino mbed_portenta core
  2. Reduce usage of Arduino String with std::string
  3. Optimize library code and examples by using reference-passing instead of value-passing.
  4. Update Packages' Patches
  5. Add more ESP32/ESP8266 supporting code