esp-idf/docs/en/api-guides/tools
Ivan Grokhotkov 71153c7dbb
feat(tools): add 'idf.py qemu' extension
This extension allows running programs in QEMU similar to running
them on a real chip:

- 'idf.py qemu' — builds and runs the program in QEMU. User gets
  a QEMU instance launched, and can work with it as a normal QEMU
  instance.
- 'idf.py qemu monitor' — same, but QEMU is launched in the
  background, and idf_monitor runs in the foreground, showing QEMU
  output. Compared to only running 'idf.py qemu' this enables, for
  example, automatic backtrace decoding.
- 'idf.py qemu gdb' — launches QEMU in the background and opens an
  interactive GDB prompt, connecting it to QEMU.
- 'idf.py qemu --gdb monitor' and 'idf.py gdb' in another shell:
  launches QEMU in the background, keeps it suspended until GDB is
  connected, and opens idf_monitor. GDB can be used in another shell
  to debug the application.
2023-12-03 07:45:19 +01:00
..
idf-clang-tidy.rst docs(idf-clang-tidy): Mention the need for a clang based toolchain 2023-10-30 11:10:11 +08:00
idf-component-manager.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
idf-docker-image.rst docs: update cn trans idf-docker-image 2023-11-30 12:18:40 +01:00
idf-monitor.rst docs: Update CN translation for api-guides/tools/idf-monitor.rst 2023-11-16 09:20:48 +01:00
idf-py.rst fix(tools): Remove idf.py dependencies from documentation 2023-11-13 14:33:54 +01:00
idf-tools-notes.inc feat(tools): Add QEMU 8.0.0_20230522 to tools.json 2023-10-10 09:59:38 +07:00
idf-tools.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
idf-windows-installer.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
index.rst feat(tools): add 'idf.py qemu' extension 2023-12-03 07:45:19 +01:00
qemu.rst feat(tools): add 'idf.py qemu' extension 2023-12-03 07:45:19 +01:00