Merge branch 'bugfix/remove_uart2_c3' into 'master'

uart: remove misleading ld files and soc defs for UART2

See merge request espressif/esp-idf!13340
This commit is contained in:
Michael (XIAO Xufeng)
2021-04-29 05:18:25 +00:00
5 changed files with 10 additions and 17 deletions

View File

@@ -1,6 +1,5 @@
PROVIDE ( UART0 = 0x60000000 );
PROVIDE ( UART1 = 0x60010000 );
PROVIDE ( UART2 = 0x6002e000 );
PROVIDE ( SPIMEM1 = 0x60002000 );
PROVIDE ( SPIMEM0 = 0x60003000 );
PROVIDE ( GPIO = 0x60004000 );