Mplatform

deki-esp32-integration

ESP32 platform HAL: SD card via ESP-IDF SDMMC, FATFS filesystem, serial commands, memory and filesystem setup.

depends on
fatfs (ESP-IDF), sdmmc (ESP-IDF), driver (ESP-IDF)

What it does

Sets up the ESP32 platform layer that the rest of the engine needs to boot: serial command handling, SD card mounting via ESP-IDF’s SDMMC driver, FATFS filesystem support, and the memory and filesystem providers expected by the asset system.

Pair this module with deki-lovyangfx-integration for display and touch, and with the bus and peripheral modules you need (I²C, UART, GPS, IMU, audio, etc.) for the specific board you target.

PSRAM support, when present on the SoC variant, lets the asset manager prefer PSRAM allocations for large textures and decoded frames.