CAN Driver

The following commit contains the first version of the ESP32 CAN Driver.

closes #544
This commit is contained in:
Darian Leung
2017-12-18 20:32:29 +08:00
parent a3c43251b4
commit 1d2727f4c8
36 changed files with 3546 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ PROVIDE ( SPI3 = 0x3ff65000 );
PROVIDE ( SYSCON = 0x3ff66000 );
PROVIDE ( I2C1 = 0x3ff67000 );
PROVIDE ( SDMMC = 0x3ff68000 );
PROVIDE ( CAN = 0x3ff6B000 );
PROVIDE ( MCPWM1 = 0x3ff6C000 );
PROVIDE ( I2S1 = 0x3ff6D000 );
PROVIDE ( UART2 = 0x3ff6E000 );