mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-07-11 22:28:53 +00:00
25381c5c22
- migrate ESP board-specific implementations and runtime adapters into boards/* - continue GAT562/Tab5/UI runtime alignment across app and board layers - sync BLE and runtime integrations, and apply repository clang-format rules
modules/core_chat
Shared chat/domain/protocol core for all targets.
Layout
modules/core_chat/
include/chat/
src/
domain/
usecase/
infra/
third_party/
nanopb/
generated/
meshtastic/
Notes
include/chat/...is the stable public include surfacesrc/domain,src/usecase, andsrc/infrahold the shared implementationgenerated/meshtasticholds generated Meshtastic protobuf sourcesthird_party/nanopbholds vendored nanopb runtime sources- platform-bound chat shells live in
platform/esp/arduino_common/src/chat/...