timurrrr / arduino-CAN

An Arduino library for sending and receiving data using CAN bus.
MIT License
22 stars 8 forks source link

Error compiling for ESP32 - S3 missing declarations #5

Open exoper7 opened 11 months ago

exoper7 commented 11 months ago

When trying to compile for ESP32-S3 got compilation error for several missing declarations in file src\ESP32SJA1000.cpp missing declarations are : DPORT_CAN_RST DPORT_CAN_CLK_EN CAN_RX_IDX CAN_RX_IDX ETS_CAN_INTR_SOURCE DPORT_CAN_CLK_EN

It is posibble that those registers have diffrent name in definitions or change is more significent?

fixajteknik commented 10 months ago

Author please add esp32 s3 support