Files
trail-mate/apps/README.md
T
vicliuandGitHub d320b6511d Unify PlatformIO and ESP-IDF around a shared UI/runtime shellRefactor/repo structure (#11)
* Unify PlatformIO and ESP-IDF around a shared UI/runtime shell
2026-03-12 01:17:46 +08:00

441 B

App Shells

This directory contains platform-specific application shells.

An app shell is responsible for:

  • startup and entrypoints
  • feature composition
  • selecting platform adapters
  • build/runtime configuration

During the migration period, the root-level platformio.ini and current root build flow remain authoritative for the Arduino/PlatformIO targets. The directories here define the target structure we are converging toward.