Add Phase 0 RS-232 characterization harness and test firmware with cli
This commit is contained in:
+12
-1
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user