Files
trail-mate/platform
liu weikai 231078528e fix(reticulum): stabilize Network page cache worker
Reserve the PageCache worker stack statically, keep its large state in PSRAM, and make worker startup failure terminal instead of retrying every UI tick. Freeze the lifecycle contract in the runtime ownership specification.
2026-07-20 23:55:53 +08:00
..

Platform Adapters

This directory will contain runtime, hardware, and framework-specific implementations.

Examples:

  • BLE adapters
  • LoRa/radio adapters
  • storage implementations
  • display drivers
  • input drivers
  • audio platform glue
  • board support packages