release dev branch

This commit is contained in:
2025-08-17 02:58:32 +08:00
parent f82ab23898
commit 5cdd7ca58c
34 changed files with 5220 additions and 181 deletions

View File

@@ -3,14 +3,6 @@
#include "gd32e23x.h"
typedef enum {
UART_PRINTF_USART0 = 0,
UART_PRINTF_USART1 = 1,
UART_PRINTF_BOTH = 2
} uart_printf_port_t;
void uart0_init(uint32_t baudrate);
void uart1_init(uint32_t baudrate);
void uart_set_printf_port(uart_printf_port_t port);
void rs485_init(void);
#endif // UART_H