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=1directive.- undefined (default)
- Compile normally
- 1
- Compile with debugging support provided by Esp8266 GDBSTUB for Sming. See also the Live Debug sample.
References¶
- Source Code
- Esp32 Drivers Component
- Esp32 Core Component Component
- Host ESP HAL Component
- References Component
- References Component
- FAT Filing System Component
- Heap Component
- Esp32 LIBC Component Component
- Esp8266 SPI Flash Support Component
Used by¶
- Sming (main) ,Component