Merge branch 'bugfix/uart_baud_c3_s3' into 'master'

uart: fixed incorrect baudrate on C3 and S3 when target is too slow

See merge request espressif/esp-idf!12664
This commit is contained in:
Michael (XIAO Xufeng)
2021-03-10 03:48:12 +00:00
3 changed files with 19 additions and 11 deletions

View File

@@ -31,7 +31,7 @@ PROVIDE ( I2C1 = 0x60027000 );
PROVIDE ( TWAI = 0x6002B000 );
PROVIDE ( GPSPI4 = 0x60037000 );
PROVIDE ( GDMA = 0x6003F000 );
PROVIDE ( UART2 = 0x60010000 );
PROVIDE ( UART2 = 0x6001e000 );
PROVIDE ( DMA = 0x6003F000 );
PROVIDE ( APB_SARADC = 0x60040000 );
PROVIDE ( LCD_CAM = 0x60041000 );