Commit Graph
36 Commits
Author SHA1 Message Date
EthanethiolandGitHub 23666a81df Added MCP_8MHz_95k2BPS (#150) 2024-03-18 09:06:42 +08:00
Micah MundyandGitHub 6dcfabc65e Patch four-argument sendmsgbuf (#146)
maintains backward compatibility with previous versions of
the function call
2023-08-09 08:23:01 +08:00
Pasakorn TiwatthanontandGitHub 02d18fb3b3 Reset rx overflow flag (#144) 2023-06-01 08:54:16 +08:00
Micah MundyandGitHub eb6887ba3c Move the four-argument sendMsgBuf wrapper to mcp_can.h (#136) 2022-08-30 13:44:00 +08:00
Lucas DietrichandGitHub e2cbc7bb07 Fix compilation warning -Wshift-count-overflow (#134)
Fix issue #129

Signed-off-by: Lucas Dietrich <ld.adecy@gmail.com>
2022-03-14 14:08:36 +08:00
Jacob GandGitHub c991cacd9a Merge branch 'Seeed-Studio:master' into master 2021-07-06 16:44:28 -07:00
QuentinTorg 4080671c63 fix variable collision that broke compatibility with Arudino Uno Wifi R2 boards. May also affect Arduino Nano Every 2021-06-06 09:31:59 -04:00
Jacob Geigle e9adda5cea 12MHz 10KBPS and 5KBPS removed 2021-05-15 12:16:58 -07:00
Jacob Geigle bb92e93e9b Added definitions for mcp2515 to use 12MHz clock 2021-05-15 06:44:15 -04:00
Silviu ToderitaandGitHub 5863c67c70 Re-include SoftwareSerial in conditional in can-serial.cpp 2021-05-08 12:28:14 -07:00
Silviu ToderitaandGitHub f3ae9d0f10 Removed unused include statement 2021-05-07 11:20:06 -07:00
TyphoonSBandGitHub d756ec0980 Update mcp2518fd_can.cpp
disable filter controle register before changing the filter, and reenable it after chage.
2021-05-04 12:48:16 +02:00
turmary 66305bbf5d Move: can-serial.{h,cpp} back to src folder 2021-02-03 10:01:21 +08:00
turmary 240bb4de04 Add: predefined CAN baudrate 800KBPS 2021-02-02 21:08:26 +08:00
turmary b2247a8436 Add: arbitary baudrate for MCP2518FD, and MCP2515 compatible definitions 2021-01-29 23:32:51 +08:00
turmary 9826a04cae Move: all wrapper functions into header file 2021-01-29 23:32:51 +08:00
turmary e1047f27e3 Optimize: code style of mcp2518fd 2021-01-29 16:36:44 +08:00
turmary d89af776af Move: CAN baudrate definitions to common header mcp_can.h 2021-01-29 16:36:06 +08:00
turmary c45e7935ff Remove: duplicate error code definitions 2021-01-29 11:24:27 +08:00
turmary 300c1c4a4b Add: optional argument err_ptr for checkError() 2021-01-29 09:32:40 +08:00
turmary cfd840cd23 Add: API CANFD::len2dlc() 2021-01-18 17:30:00 +08:00
turmary 6dc4e7d197 Fix to: remove delay() which decrease performance 2021-01-15 17:49:56 +08:00
turmary c522d7842f Fix to: sendMsgBuf() support ext & rtr 2021-01-15 15:48:32 +08:00
turmary 0677b13bfc Fix to: readMsgBufID support ext & rtrBit 2021-01-15 14:37:22 +08:00
turmary 544d2c8eeb Add: a baudrate compatible argument to MCP2518FD CAN.begin() 2021-01-15 11:32:22 +08:00
turmaryandBaozhu Zuo 3a35904217 Move: can-serial source to example directory 2021-01-04 09:00:15 +08:00
turmaryandBaozhu Zuo 4577e4fa7b Move: can-serial compiled pass again 2021-01-04 09:00:15 +08:00
turmary d8ecb0ddcc Move: close DEBUG message to reduce Flash or RAM usage 2020-12-28 22:38:28 +08:00
wangcoolc 9a153768ee Remove useless debugging information 2020-12-10 19:32:14 +08:00
wangcoolc 69791769cf Add TransmitChannelEventAttemptClear() function 2020-12-10 19:31:16 +08:00
Baozhu Zuo fc85852e2e Formatting using clang 2020-12-10 17:10:14 +08:00
Baozhu Zuo 0838960cdd add canbus monitor exmaple,compiled 2020-12-10 17:10:14 +08:00
Baozhu Zuo 57d8f936b2 use enum to aline bittime 2020-12-10 17:10:14 +08:00
Baozhu Zuo c31b9fbbd6 use MCP2518FD_BITTIME_SETUP to mark mcp2518fd's bittime 2020-12-10 17:10:14 +08:00
Baozhu Zuo 7d08979ce1 delete src/mcp2518fd_can_def.h 2020-12-10 17:10:14 +08:00
Baozhu Zuo 0a1883947a change to arduino recomanded dir structure 2020-12-10 17:10:14 +08:00