add mcu flash size detect and auto config usart

This commit is contained in:
2025-08-25 17:26:19 +08:00
parent 2d752eed5e
commit d651ff73c9
7 changed files with 136 additions and 19 deletions

View File

@@ -29,7 +29,7 @@ set(TARGET_SRC
Src/led.c
Src/uart_ring_buffer.c
Src/command.c
Src/i2c.c
Src/board_config.c
Src/ultrasonic_analog.c
)