Files
trail-mate/platform/esp/idf_common
liu weikai 400c5ed996 fix(esp): reduce RAM pressure and TDeck display stalls
Tune Arduino task stacks and board env flags to recover internal RAM for BLE startup.

Avoid synchronous boot UI rendering on Arduino loopTask and move large board singletons toward PSRAM where available.

Improve TDeck/Pager display responsiveness by restoring practical LVGL DMA buffers, using SPI pixel writes, disabling transition animations, and testing TDeck display SPI at 80MHz.
2026-06-26 16:20:37 +08:00
..
2026-06-11 10:00:29 +08:00

platform/esp/idf_common

Shared ESP-IDF platform glue.

Current responsibilities:

  • common IDF startup logging helpers
  • common IDF runtime/bootstrap helpers as the IDF shells mature

Longer-term role:

  • provide shared ESP-IDF glue for multiple IDF targets, not only Tab5
  • sit below apps/esp32_lvgl and above platform/esp/boards/<board> in the dependency graph