]> granicus.if.org Git - esp-idf/commit
idf_monitor: Small fixes (baud rate, EOL, /dev/tty.X on macOS, Ctrl-T on failure)
authorAngus Gratton <angus@espressif.com>
Fri, 17 Mar 2017 10:41:18 +0000 (18:41 +0800)
committerAngus Gratton <angus@espressif.com>
Tue, 21 Mar 2017 08:00:32 +0000 (16:00 +0800)
commite477ce93e9257d5700f25df6366308682f00bb5a
tree9591cbf299d8882da82662d2c55815bef290fd97
parent57486a1f618fa39771e7e1e875fd4ab59584e2c5
idf_monitor: Small fixes (baud rate, EOL, /dev/tty.X on macOS, Ctrl-T on failure)

* "make monitor" not passed the configured baud rate
  Closes #436 https://github.com/espressif/esp-idf/issues/436
* Pass toolchain prefix from sdkconfig into monitor tool
* Allow setting EOL in idf_monitor.py, use CRLF by default
* Detect if /dev/tty.X is used on macOS, warn and replace with /dev/cu.X
* If a build fails or gdb exits, ignore Ctrl-T (allowing Ctrl-T Ctrl-A/F to be same key sequence everywhere)
* Add a note about winpty on Windows
  Ref https://github.com/espressif/esp-idf/commit/02fdf8271de3a6db2ab9d4d6f023c160c84ebdbe#commitcomment-21369196
components/esptool_py/Makefile.projbuild
docs/idf-monitor.rst
tools/idf_monitor.py