diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-06-02 12:40:18 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-07-06 00:28:48 -0400 |
commit | f10fd7c2fabec78f5b30a2f3e6ec79cd8a3e4805 (patch) | |
tree | 81be9b6366ea8b8622c8467ef5ff7e827f125152 /lib/README | |
parent | 1636a9759bc2d5f162312ac8bf5823e95e0ad053 (diff) | |
download | kutter-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/README | 4 |
1 files changed, 4 insertions, 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. |