mirror of
https://github.com/vicliu624/trail-mate.git
synced 2026-08-16 15:49:46 +00:00
* 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>
1.1 KiB
1.1 KiB
nRF52 Node Target Profiles
Phase 8.3 target profile baseline only.
No behavior change in Phase 8.3.
Build Entrypoint invokes.
App Shell composes.
Target chooses.
Board describes.
UX Pack presents.
| Target | Board | Platform | Build entrypoint | App shell | UX profile | Status |
|---|---|---|---|---|---|---|
gat562 |
gat562_mesh_evb_pro |
nRF52 | builds/pio_nrf52 |
apps/nrf52_node |
tiny_node_status |
transitional |
nrf52_node_dev |
target-selected nRF52 board | nRF52 | builds/pio_nrf52 |
apps/nrf52_node |
tiny_node_status |
planned |
Transitional Source
Current transitional paths:
legacy/app_implementations/esp_piolegacy/app_implementations/gat562_mesh_evb_pro- root
platformio.ini
The final apps/nrf52_node shell should select target profile and hand off to
product composition. It should not absorb PlatformIO environment definitions or
board facts.
Non-Goals
This document does not move PlatformIO files, root build configuration, GAT562 source files, board packages, or mono UI code.