Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Releases: 107-systems/107-Arduino-Debug

1.3.0

09 Aug 11:08
Compare
Choose a tag to compare

What's Changed

  • Bump carlosperate/download-file-action from 2.0.0 to 2.0.1 by @dependabot in #36
  • Add support for ArduinoCore-renesas. by @aentinger in #37

Full Changelog: 1.2.0...1.3.0

1.2.0

24 Apr 09:38
Compare
Choose a tag to compare

What's Changed

  • Implement 4-bit pretty printing using ANSI shell escape sequence by @aentinger in #34
  • Document pretty printing in README/keywords. by @aentinger in #35

Full Changelog: 1.1.6...1.2.0

1.1.6

17 Apr 04:34
Compare
Choose a tag to compare

What's Changed

  • Add official support for arduino-pico/rp2040. by @aentinger in #33

Full Changelog: 1.1.5...1.1.6

1.1.5

12 Apr 04:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.4...1.1.5

1.1.4

26 Aug 07:21
Compare
Choose a tag to compare

What's Changed

  • Link logo to 107-Arduino-DroneCore by @aentinger in #19
  • Replace outdated manage-labels.yml with sync-labels.yml by @aentinger in #20
  • Rename top-level-include file to be consistent with library name. by @aentinger in #21

Full Changelog: 1.1.3...1.1.4

1.1.3

23 Jul 06:22
Compare
Choose a tag to compare

Changelog

  • Add mbed_nano and mbed_portenta to list of supported architectures. (#13)
  • Update CI workflow for Arduino project-specific linting (#16)
  • Add Arduino Library Badge (ArduBadge) (#15)
  • Adding 107-systems logo in top/right corner of README. (#17)
  • Add support for esp32/mbed_portenta/mbed_nano/mbed_edge boards (#18)

1.1.2

11 Jan 05:43
d7de020
Compare
Choose a tag to compare

Changelog

  • Signal that this library only works for mbed and samd boards. (#12)

1.1.1

08 Jan 09:04
Compare
Choose a tag to compare

Changelog

  • Add a CI workflow to sync organization-wide labels. (#5)
  • Add continuous integration workflows. (#6)
  • Add missing CI badges to README. (#9)
  • Do not compile dtostrf since the symbol dtostrf is available within ArduinoCore-mbed leading to a multiple definition error during the linking step. (#10)

1.1.0

03 Dec 08:04
f53a488
Compare
Choose a tag to compare

Changelog

  • Reducing debug level tag message to conserve space for actual message (#3)

1.0.1

01 Dec 09:09
Compare
Choose a tag to compare

Changelog

  • Bugfix: Wrong definition of debug macros (#2)