first commit v2.0.1

This commit is contained in:
hulk
2024-08-08 19:18:16 +08:00
commit f526aa2b8f
159 changed files with 43838 additions and 0 deletions

10
XLSW_SONIC/board_init.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef BOARD_INIT_H
#define BOARD_INIT_H
#define USART0_BAUDRATE 115200U
void board_init_I2C(void);
void configure_console(void);
void i2c_bus_reset(void);
#endif /* BOARD_INIT_H */