mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-11 19:39:25 -07:00
lib: Add can2040 code
The "can2040" project implements "software canbus" support on rp2040 micro-controllers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
1636a9759b
commit
f10fd7c2fa
3 changed files with 1312 additions and 0 deletions
|
|
@ -128,3 +128,7 @@ The canboot directory contains code from:
|
|||
revision 870200826561b150137913d42fd7edc6515229ff. The Python module,
|
||||
flash_can.py, is taken from the repo's scripts directory. It may be
|
||||
used to upload firmware to devices flashed with the CanBoot bootloader.
|
||||
|
||||
The can2040 directory contains code from:
|
||||
https://github.com/KevinOConnor/can2040
|
||||
revision 17b8ace15584077cd0bf0c3e038c2a2a8edd70ed.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue