diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-09-30 18:03:21 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-10-13 11:28:27 -0400 |
commit | 4b77f29c1b20d5fdac577c557699e0b20f78d799 (patch) | |
tree | 7c1e15d1f14286158b43826f2b3233db611825e9 /docs/CANBUS.md | |
parent | 0a9becc39110c397b5cf2adfe69f369f70cb8925 (diff) | |
download | kutter-4b77f29c1b20d5fdac577c557699e0b20f78d799.tar.gz kutter-4b77f29c1b20d5fdac577c557699e0b20f78d799.tar.xz kutter-4b77f29c1b20d5fdac577c557699e0b20f78d799.zip |
atsamd: Add support CANbus on ATSAME5x chips
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs/CANBUS.md')
-rw-r--r-- | docs/CANBUS.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CANBUS.md b/docs/CANBUS.md index f8d64676..c71273d5 100644 --- a/docs/CANBUS.md +++ b/docs/CANBUS.md @@ -4,8 +4,8 @@ This document describes Klipper's CAN bus support. ## Device Hardware -Klipper currently supports CAN on stm32 and rp2040 chips. In addition, -the micro-controller chip must be on a board that has a CAN +Klipper currently supports CAN on stm32, same5x, and rp2040 chips. In +addition, the micro-controller chip must be on a board that has a CAN transceiver. To compile for CAN, run `make menuconfig` and select "CAN bus" as the |