A lightweight, UART-based debug shell for ESP32 using FreeRTOS. Useful for embedded board diagnostics, task monitoring, and memory inspection.
help: Show available commandstasklist: View running FreeRTOS tasks and stack usageheap: Inspect current and minimum heapreadmem <addr> <len>: Dump memory at runtime
- ESP-IDF v5.3+
- ESP32 DevKitC or compatible board
- UART terminal (e.g. PuTTY, TeraTerm)
- Clone this repo:
git clone https://github.com/ritesh006/esp32_debug_shell.git cd esp32_debug_shell
