Files
trail-mate/platform/linux
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
..
2026-05-19 16:04:42 +08:00
2026-05-09 14:03:49 +08:00
2026-05-19 16:04:42 +08:00
2026-05-09 14:03:49 +08:00

platform/linux

Linux-specific platform implementations.

This layer now holds the shared Linux-safe slice for Cardputer Zero, plus Pi-specific platform adapters.

  • platform/linux/common: code that is safe to share between simulator and Pi OS device shells
  • platform/linux/rpi: Pi OS / framebuffer specific platform adapters

Keep simulator-only presentation and desktop tooling in apps/linux_sim, and keep device shell ownership in apps/linux_rpi.

For real Cardputer Zero hardware bring-up, prefer M5Stack_Linux_Libs for the device-facing LVGL and driver path. Treat platform/linux/rpi as the place for Trail Mate specific Linux adapters that remain necessary after the SDK takes care of the generic hardware plumbing.