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:
Kevin O'Connor
2022-06-02 12:40:18 -04:00
parent 1636a9759b
commit f10fd7c2fa
3 changed files with 1312 additions and 0 deletions

View File

@@ -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.