Sam Perry
03d49ff175
Update README.md
2022-12-23 18:55:42 -05:00
Sam Perry
930c46509f
check box this time
2022-12-23 18:42:23 -05:00
Sam Perry
6aa4a129e0
check TODO after RTOS example
2022-12-23 18:41:11 -05:00
Sam Perry
8e59fdeac9
Create esp32can_rtos.ino
2022-12-23 18:40:41 -05:00
Sam Perry
dde827a338
remove rtos header defines
2022-12-23 17:49:22 -05:00
Sam Perry
b643a09188
add comments
2022-12-23 17:43:53 -05:00
Sam Perry
32bf5abf99
remove if esp32can_debug
2022-12-23 17:43:21 -05:00
Sam Perry
13be1319b2
spelling and bad endif
2022-12-23 17:30:52 -05:00
Sam Perry
308d179e4b
define to disable debug msgs
2022-12-23 17:27:40 -05:00
Sam Perry
d9edd16d7a
check if msg received
2022-12-23 13:20:26 -05:00
Sam Perry
579c15cc95
formatting, add todo item
2022-12-13 20:07:06 -05:00
Sam Perry
0aa21c7df8
README for V2
2022-12-13 20:02:47 -05:00
Sam Perry
219fffb5e5
new examples
2022-12-13 20:02:31 -05:00
Sam Perry
fef49ed71c
bad underscore, bad!
2022-12-13 19:22:30 -05:00
Sam Perry
ae6e01ba51
updated V2 lib code
2022-12-13 19:13:24 -05:00
Sam Perry
c3ff112f17
remove old code
2022-12-11 16:18:28 -05:00
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
f95cadabb2
Merge pull request #3 from per1234/keywords-separator
...
Use correct field separator in keywords.txt
2019-05-08 09:15:11 +02:00
Michael Wagner
2621a4844c
Merge pull request #7 from premultiply/patch-1
...
Extends "uint64_t data buffer access"
2019-05-08 09:12:11 +02:00
Michael Wagner
7751993fd6
Include Arduino.h
2019-05-08 09:01:34 +02:00
premultiply
1b6508346e
uint64_t data buffer access
2019-02-09 21:03:18 +01:00
per1234
ef3c6cf569
Use correct field separator in keywords.txt
...
The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is not highlighted.
Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywords
2018-08-03 06:47:16 -07:00
Michael Wagner
a62dddde18
Merge branch 'FrontAccountingERP_ISR'
2018-07-28 19:45:14 +02:00
Michael Wagner
232cc7365e
Semaphore in ISR changed
2018-07-28 19:43:43 +02:00
Michael Wagner
2d7d0d1222
Merge branch 'per1234-invalid-reference_link'
2018-07-28 18:33:23 +02:00
per1234
5688542ef8
Remove invalid reference link from keywords.txt
...
The third field of keywords.txt is used to provide Arduino Language/Libraries Reference links, which are accessed from the Arduino IDE by highlighting the keyword and then selecting "Find in Reference" from the Help or right click menu. Adding values to this field that do not match any existing reference pages results in a "Could not open the URL" error.
Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#keywordstxt-format
2018-07-15 05:24:42 -07:00
Michael Wagner
be9a76a65d
ESP32 CAN Driver with examples
2018-04-01 20:56:36 +02:00
Michael Wagner
0570338401
Initial commit
2018-04-01 15:58:35 +02:00