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

Releases: esp-rs/espmonitor

0.5.0

17 Sep 04:19
v0.5.0
Compare
Choose a tag to compare

What’s Changed

Commands (like ctrl+r) should now (theoretically) work on Windows.

0.4.2

13 Sep 21:16
v0.4.2
Compare
Choose a tag to compare

What’s Changed

  • Fix blocking stdin.read() loop when no data available (#3) @tcbennun

0.4.1

10 Sep 15:48
v0.4.1
Compare
Choose a tag to compare

What’s Changed

0.4.0

09 Sep 02:23
v0.4.0
Compare
Choose a tag to compare
  • Add reset command (ctrl+r while monitoring)
  • Add --flash-speed option to set baud rate while (optionally) flashing
  • Fix typo in esp8622 target name

Build/flash support

05 Sep 06:24
v0.3.0
Compare
Choose a tag to compare

Add options to optionally build the project and flash the image before starting the monitor (requires cargo-espflash).

ESP-IDF & ESP32S2 support

03 Sep 09:19
v0.2.0
Compare
Choose a tag to compare

Adds support for the new espidf targets, as well as for the ESP32-S2 chip.

Initial Release

19 Mar 09:21
v0.1.0
Compare
Choose a tag to compare

First release! Both a cargo and standalone command can be installed. Reads logs from the serial device and prints them. Can also look up symbol information of hex values it finds in the output.