esp-idf/docs/en/api-guides
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
..
esp-ble-mesh docs: Update translations for ESP-IDF unsynchronized files 2023-10-09 10:25:19 +08:00
inc docs: provide CN translation for linux-host-requirements.rst and external-ram-esp32-notes.rst 2023-06-28 16:42:17 +08:00
jtag-debugging refactor(gpio): make gpio driver as component, and fix astyle 2023-11-03 15:42:23 +08:00
performance Use configuration option instead of in components not related to FreeRTOS 2023-11-28 07:49:20 +00:00
sleep-current add low power doc and picture 2023-07-06 11:57:38 +00:00
tools feat(tools): add 'idf.py qemu' extension 2023-12-03 07:45:19 +01:00
app_trace.rst Use configuration option instead of in components not related to FreeRTOS 2023-11-28 07:49:20 +00:00
bluetooth.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
blufi.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
bootloader.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
build-system.rst fix(docs/build_system): Remove duplication about project_include.cmake usage 2023-11-10 16:12:59 +01:00
c.rst docs: Added C documentation page 2023-11-13 10:47:15 +08:00
coexist.rst feat(docs): Add RF Coexist docs for H2 2023-11-22 16:54:55 +08:00
core_dump_internals.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
core_dump.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
cplusplus.rst docs: update format issues left in EN docs 2023-09-15 10:46:25 +00:00
current-consumption-measurement-modules.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
deep-sleep-stub.rst Use configuration option instead of in components not related to FreeRTOS 2023-11-28 07:49:20 +00:00
dfu.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
error-handling.rst docs: update document format issues 2023-10-14 03:55:41 +08:00
esp-wifi-mesh.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
external-ram.rst docs: Update Chinese translation for external-ram.rst and kconfig.rst 2023-10-18 16:02:04 +08:00
fatal-errors.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
flash_psram_config.rst doc(adc): added efuse related failure doc 2023-10-30 14:20:24 +08:00
general-notes.rst docs:update CN translation for startup and debugging-example 2021-06-08 11:18:27 +08:00
hardware-abstraction.rst docs: provide CN tranlsation for api-guides/hardware-abstraction.rst 2023-07-21 16:33:36 +08:00
hlinterrupts.rst Docs: provide CN translation for three short docs of api-guides 2023-08-04 23:37:26 +08:00
host-apps.rst refactor(linux): excluded all non-Linux components from build 2023-10-16 17:06:54 +08:00
index.rst docs: Added C documentation page 2023-11-13 10:47:15 +08:00
linker-script-generation.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
lwip.rst fix(lwip): Document DNS limitation in lwIP 2023-11-22 08:48:33 +01:00
memory-types.rst docs(freertos): revert usage of hidden option CONFIG_ESP_SYSTEM_SINGLE_CORE_MODE when :ref: is used 2023-11-30 16:33:28 +08:00
openthread.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
partition-tables.rst docs: Provide CN translation for partition-tables.rst 2023-10-11 12:03:12 +02:00
reproducible-builds.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
RF_calibration.rst Docs: provide CN translation for three short docs of api-guides 2023-08-04 23:37:26 +08:00
startup.rst Use configuration option instead of in components not related to FreeRTOS 2023-11-28 07:49:20 +00:00
SYSVIEW_FreeRTOS.txt freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
thread-local-storage.rst docs: Fix typo in get-started/index.rst and thread-local-storage.rst based on customer feedback 2023-11-02 14:10:34 +08:00
unit-tests.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
usb-otg-console.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
usb-serial-jtag-console.rst fix(driver): Add docs and driver fix for the case where a full EP does not cause the host to pickup the data 2023-11-27 12:04:30 +08:00
wifi-security.rst docs: update document format issues 2023-10-14 03:55:41 +08:00
wifi.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00
wireshark-user-guide.rst docs:update format issues for files under api-guides 2023-09-07 15:26:05 +08:00