Files
trail-mate/platform/nrf52/README.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

497 B

nRF52 Platform Owners

This directory owns nRF52 platform glue that is not a board fact and not an app shell decision.

  • arduino_common/ contains shared nRF52 Arduino infrastructure.
  • debug/ owns the nRF52 serial debug console.
  • protocol/ owns nRF52 protocol adapter construction.
  • runtime/ owns nRF52 runtime apply services for active board/app state.

GAT562 board hardware facts remain in boards/gat562_mesh_evb_pro/. The nRF52 node app lifecycle remains in apps/nrf52_node/.