Skip to content

Releases: espressif/esp-idf-monitor

Version 1.5.0

17 Sep 12:47
Compare
Choose a tag to compare

v1.5.0 (2024-09-17)

New Features

  • add a common prefix for all messages originating from the monitor
  • esp-idf-monitor: Add --open-port-attempts CLI option
  • Add support for multiple ELF files
  • port_detection: Filter out BT and WLAN debug serial ports on MacOS
  • added auto color log feature

Bug Fixes

  • improve error message when STDIN in not attached to TTY

Version 1.4.0

31 Jan 11:29
Compare
Choose a tag to compare

v1.4.0 (2024-01-30)

New Features

  • Enable no_reset flag be set by ESP_IDF_MONITOR_NO_RESET environment variable
  • Add port advisory locking
  • Move decoding functions to esp-idf-panic-decoder

Bug Fixes

  • Correctly decode string type in ANSIColorConverter
  • Print correct shortcut in toggle output message
  • Don't reset chip on reconnect
  • Make read unbuffered on linux target
  • serial_reader: don't set closing wait on already closed port
  • Don't require port to be specified on linux target
  • hard_reset: make sure that DTR is pulled up before hard resetting the chip