sandeepmistry / arduino-CAN

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

Not working with Espressif 3.0 #125

Open fixajteknik opened 6 months ago

fixajteknik commented 6 months ago

it gives error (esp_intr.h no such file) if esp32 modul select after updating espressif to 3.0 ( no problem at 2.x version of espressif)

Dexord commented 3 weeks ago

As detailed in the link: "The header file esp_intr.h has been deleted. Please include esp_intr_alloc.h to allocate and manipulate interrupts."

https://docs.espressif.com/projects/esp-idf/en/v5.0/esp32/migration-guides/release-5.x/system.html