mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
02fdf8271d
Expand 'make monitor' support New 'make monitor' idf_monitor tool for better monitor output. Running 'make monitor' will now: * Automatically look up code addresses via addr2line and print function, source file, line number in terminal. * Can reset the ESP32 by typing Ctrl-T Ctrl-R. * Can run "make flash" by typing Ctrl-T Ctrl-F. * Can run "make app-flash" by typing Ctrl-T Ctrl-A. * If gdb stub starts, monitor will automatically run gdb and connect. When gdb exits, ESP32 resets and monitor resumes. * Exit is still Ctrl-[ Have some more features I'd like to add (log output to file, crash dump support) but I think this is at the point of being useful. See merge request !565
Documentation Source Folder
This folder contains source files of ESP-IDF documentation.
The sources do not render well in GitHub and some information is not visible at all.
Use actual documentation generated instantly on each commit:
- Main server: http://esp-idf.readthedocs.io/ or http://esp-idf.rtfd.io/
- Mirror: https://dl.espressif.com/doc/esp-idf/latest/