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

Releases: esp-rs/esp-println

Release 0.9.1

11 Mar 16:03
ea55c30
Compare
Choose a tag to compare
  • Un-pinned the defmt package's version number

Release 0.9.0

07 Feb 14:07
3b49310
Compare
Choose a tag to compare
  • remove ESP 8266 support
  • add support for ESP32-P4

Release 0.8.0

21 Dec 10:59
48514c0
Compare
Choose a tag to compare
  • Remove RTT and defmt-raw support
  • Update CI workflow

Full Changelog: v0.7.1...v0.8.0

Release 0.7.1

28 Nov 09:49
c5bd57a
Compare
Choose a tag to compare
v0.7.1

Bump version to 0.7.1 (#66)

Release 0.7.0

26 Oct 10:09
f501eb8
Compare
Choose a tag to compare

Release 0.6.0

04 Sep 08:47
8b52dca
Compare
Choose a tag to compare
  • optional defmt support

Release 0.5.0

18 Apr 11:38
5f41ff7
Compare
Choose a tag to compare
  • colored log output
  • dbg! macro
  • a way to initialize the logger from env-vars
  • a way to filter log messages by crate