add reliable BLE telemetry transport

This commit is contained in:
Jay
2026-08-18 06:24:10 -04:00
parent 00f52ecf0f
commit 7617010d8e
26 changed files with 1499 additions and 47 deletions
+15
View File
@@ -0,0 +1,15 @@
choice TRIKKE_TRANSPORT
prompt "Telemetry transport"
default TRIKKE_TRANSPORT_BLE
config TRIKKE_TRANSPORT_BLE
bool "Reliable BLE"
help
Stream TRK1 frames over the Trikke GATT service and retain each
frame until the receiver writes its application acknowledgement.
config TRIKKE_TRANSPORT_USB
bool "Direct USB Serial/JTAG"
help
Preserve the audited direct USB transport for wired validation.
endchoice