aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CANBUS.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add new CANBUS_Troubleshooting.md documentKevin O'Connor2023-05-301-0/+4
| | | | | | Add information on troubleshooting canbus connections. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update CANBUS.mdKevin O'Connor2023-05-301-37/+44
| | | | | | | | | | | | | Recommend USB to CAN adapter and no longer recommend using the waveshare rpi hat. Recommend using allow-hotplug for all USB adapters. Note bandwidth limitations when using USB to CAN bridge mode. Note that a USB to CAN mcu is not a USB serial device. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* atsamd: Add support CANbus on ATSAME5x chipsKevin O'Connor2022-10-131-2/+2
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Recommend allow-hotplug in CANBUS.md when using USB to canbus bridgeKevin O'Connor2022-07-291-8/+14
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* usb_canbus: Initial support for USB to CAN bridge modeKevin O'Connor2022-06-271-0/+31
| | | | | | | Support a USB interface that shows up as a canbus adapter to linux. Route both local and real canbus packets over that interface. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Various minor fixes (#5175)Yifei Ding2022-01-261-1/+1
| | | Signed-off-by: Yifei Ding<yifeiding@protonmail.com
* docs : make modifications to all md files to make them compatible with mkdocsDamien2021-07-271-5/+7
| | | | | | | | all markdown files must have a single H1 heading at the top. Signed-off-by: Damien Martin <damlobster@gmail.com> Update CNAME
* docs: Avoid link descriptions that span multiple linesKevin O'Connor2021-05-281-9/+9
| | | | | | | The Jekyll markdown renderer gets confused by links that span multiple lines. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Add notes on terminating resistors to CANBUS.mdKevin O'Connor2021-04-251-4/+21
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs: Update CAN bus documentsKevin O'Connor2021-03-131-0/+74
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>