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
+9
View File
@@ -0,0 +1,9 @@
#pragma once
#include "esp_err.h"
/* Configure all MAX3243 logic-side signals in their safe static-test state. */
esp_err_t rs232_hw_test_init(void);
/* Register the Phase 0 hardware-characterization commands with esp_console. */
esp_err_t rs232_hw_test_register_console_commands(void);