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 |
||
---|---|---|
.. | ||
_static | ||
api | ||
security | ||
build-system.rst | ||
conf.py | ||
contributing.rst | ||
contributor-agreement.rst | ||
COPYRIGHT.rst | ||
core_dump.rst | ||
deep-sleep-stub.rst | ||
documenting-code.rst | ||
Doxyfile | ||
doxygen_xml_to_rst.xslt | ||
eclipse-setup-windows.rst | ||
eclipse-setup.rst | ||
esp32.cfg | ||
general-notes.rst | ||
idf-monitor.rst | ||
index.rst | ||
link-roles.py | ||
linux-setup.rst | ||
macos-setup.rst | ||
make-project.rst | ||
Makefile | ||
openocd.rst | ||
partition-tables.rst | ||
README.md | ||
repo_util.py | ||
requirements.txt | ||
style-guide.rst | ||
ulp.rst | ||
unit-tests.rst | ||
windows-setup.rst |
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/