feat(i2c): support i2c on esp32-c61

This commit is contained in:
laokaiyao
2024-08-05 18:16:57 +08:00
parent cd1178298f
commit 1397e5421e
27 changed files with 1304 additions and 156 deletions

View File

@@ -8,7 +8,7 @@ PROVIDE ( UART0 = 0x60000000 );
PROVIDE ( UART1 = 0x60001000 );
PROVIDE ( SPIMEM0 = 0x60002000 );
PROVIDE ( SPIMEM1 = 0x60003000 );
PROVIDE ( I2C = 0x60004000 );
PROVIDE ( I2C0 = 0x60004000 );
PROVIDE ( UART2 = 0x60006000 );
PROVIDE ( LEDC = 0x60007000 );
PROVIDE ( TIMERG0 = 0x60008000 );