harden USB telemetry transport

This commit is contained in:
Jay
2026-08-17 14:51:12 -04:00
parent 1cf0a9ac77
commit 3c95f3d7be
17 changed files with 709 additions and 114 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
idf_component_register(
SRCS "trikke_sensor_main.c" "trikke_protocol.c"
SRCS "trikke_sensor_main.c" "trikke_protocol.c" "trikke_transport.c"
"trikke_usb_transport.c"
INCLUDE_DIRS "."
REQUIRES adxl345 l3g4200d esp_timer esp_driver_gpio esp_driver_i2c
esp_driver_usb_serial_jtag vfs