Skip to content

Releases: mcci-catena/Catena-mcciadk

Fix ESP32 compile bug, parallelize CI

22 Dec 01:47
a428006
Compare
Choose a tag to compare

This is a maintenance release. It fixes a compile failure on ESP32 systems, and adds ESP32 to the CI test matrix. No functional changes were made.

Add a compile-time version number

14 Jul 01:12
96fe979
Compare
Choose a tag to compare

The Catena Arduino Platform needs to be able to display the library versions. So.. added a version, MCCIADK_VERSION, plus standard macros for creating and dissecting the version semantic-version style.

Prepare for Arduino library inclusion

26 Dec 03:35
c499e33
Compare
Choose a tag to compare

This release fixes #16, so that this library can be included in the Arduino library list.

Bug fixes, small enhancements

26 Nov 09:33
852e24c
Compare
Choose a tag to compare

v0.1.4 is a maintenance release. It adds McciAdkLib_SafeCopyString() (issue #8). Fixed a bug due to use of dot_a_linkage (issue #10). CI testing was extended to the MCCI STM32-based board support package (v2.0.0 or later).

Bug fix/continuous integration release

02 Jun 22:18
c52973d
Compare
Choose a tag to compare

This release has no functional changes; it simply adds continuous integration support, fixes some compiler warnings, and aligns library.properties with MCCI general practice.