Sming (Esp32)

This Component builds a library containing architecture-specific code, and defines dependencies for Sming to build for the Esp32.

Interactive debugging on the device

ENABLE_GDB

In order to be able to debug live directly on the ESP8266 microcontroller you should re-compile your application with ENABLE_GDB=1 directive.

undefined (default)

Compile normally

1

Compile with debugging support provided by Esp8266 GDBSTUB for Sming. See also the Live Debug sample.

References

Used by

Environment Variables

  • TARGET_BIN

  • TARGET_OUT

SoC support

  • esp32

  • esp32c3

  • esp32s2

  • esp32s3