Add Phase 0 RS-232 characterization harness and test firmware with cli

This commit is contained in:
2026-08-22 16:15:53 +02:00
parent e43b624aec
commit 3024b135dc
11 changed files with 1164 additions and 71 deletions
+12 -1
View File
@@ -1,4 +1,15 @@
idf_component_register(
SRCS "main.c"
SRCS
"main.c"
"status_led.c"
"rs232_hw_test.c"
INCLUDE_DIRS "."
REQUIRES
console
esp_driver_gpio
esp_driver_uart
esp_psram
esp_timer
freertos
led_strip
)