mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-07-02 01:51:42 +00:00
aab37e7436
Integrate the T-Echo Lite board, e-paper driver path, physical keypad input, mono UI refactor, and initial 192x176 layout adaptations.
platform/shared
Platform-neutral contracts and utilities shared across multiple runtime families.
Current responsibilities:
- shared board-facing contracts under
include/board/* - shared lightweight board utilities that are not tied to a single platform runtime
Boundary note:
- code under this package must not depend on
platform/esp/*orplatform/nrf52/* - platform-specific runtime dispatch, display glue, and board selection stay under their platform roots
- concrete board implementations stay under
boards/<name>/*