aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-06-02 12:40:18 -0400
committerKevin O'Connor <kevin@koconnor.net>2022-07-06 00:28:48 -0400
commitf10fd7c2fabec78f5b30a2f3e6ec79cd8a3e4805 (patch)
tree81be9b6366ea8b8622c8467ef5ff7e827f125152 /lib/README
parent1636a9759bc2d5f162312ac8bf5823e95e0ad053 (diff)
downloadkutter-f10fd7c2fabec78f5b30a2f3e6ec79cd8a3e4805.tar.gz
kutter-f10fd7c2fabec78f5b30a2f3e6ec79cd8a3e4805.tar.xz
kutter-f10fd7c2fabec78f5b30a2f3e6ec79cd8a3e4805.zip
lib: Add can2040 code
The "can2040" project implements "software canbus" support on rp2040 micro-controllers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/README b/lib/README
index 3e243b9b..ef9b5a98 100644
--- a/lib/README
+++ b/lib/README
@@ -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.