Files
trail-mate/platform/shared
vicliu bf7068b02b 0.1.26-alpha release
* refactor: render chat rows from presentation state

* Fix Meshtastic channel sync and add MeshCore CN preset

* Add granular chat notification settings

* Add SD settings backup and restore

* Prepare 0.1.26-alpha release

---------

Co-authored-by: vicliu624 <vicliu@outlook.com>
2026-05-19 16:04:42 +08:00
..
2026-05-19 16:04:42 +08:00

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/* or platform/nrf52/*
  • platform-specific runtime dispatch, display glue, and board selection stay under their platform roots
  • concrete board implementations stay under boards/<name>/*