Commit graph

5 commits

Author SHA1 Message Date
Sam Perry
4338d92bb4
esp_intr.h depreciated, using esp_intr_alloc.h
changed per build warning
2022-10-13 14:24:32 -04:00
Sam Perry
5415ff65c3
properly reset module
danielkucera "It looks like the module is much more stable when reset bit is first set and then cleared."
2022-09-09 08:04:55 -04:00
Sam Perry
c2d6b13103
fix speed halved in ESP32-WROOM-32E
ESP32 ECO3 added a configurable bit that will cause CAN bus speeds to be halved in new V3 core 32E module.
This bit is in `TWAI_INT_ENA_REG`, bit4 which was previously reserved.
Change respects reserved bit and should not cause issues for previous versions since this bit should not have been written to.
2022-02-20 16:57:10 -05:00
Michael Wagner
232cc7365e Semaphore in ISR changed 2018-07-28 19:43:43 +02:00
Michael Wagner
be9a76a65d ESP32 CAN Driver with examples 2018-04-01 20:56:36 +02:00