Files
trail-mate/docs/targets/nrf52_node_targets.md
vicliuandGitHub 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

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_pio
  • legacy/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.