Merge remote-tracking branch 'upstream/prepare_for_master' into prepare_for_master

This commit is contained in:
TXuian
2022-11-22 08:03:14 -08:00
588 changed files with 231095 additions and 12153 deletions
@@ -76,8 +76,8 @@ static struct io_config {
IOCONFIG(BSP_UART2_RXD_PIN, FUNC_UART2_RX),
#endif
#ifdef BSP_USING_UART3
IOCONFIG(BSP_UART3_TXD_PIN, FUNC_UART3_TX),
IOCONFIG(BSP_UART3_RXD_PIN, FUNC_UART3_RX),
IOCONFIG(BSP_UART3_TXD_PIN, FUNC_UART3_RX),
IOCONFIG(BSP_UART3_RXD_PIN, FUNC_UART3_TX),
#endif
#ifdef BSP_USING_I2C1
IOCONFIG(BSP_I2C_SDA, FUNC_GPIO3),