aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-10-13 17:11:57 -0400
committerKevin O'Connor <kevin@koconnor.net>2022-10-13 17:11:57 -0400
commit6cc104677eacd41ada1518f538c96f903874c0b7 (patch)
treeaa049e7eff414a85d549f9d6520931883bc8ca83 /lib/README
parenteb9cda91b505e53a895f3aa58b13648401abfe0a (diff)
downloadkutter-6cc104677eacd41ada1518f538c96f903874c0b7.tar.gz
kutter-6cc104677eacd41ada1518f538c96f903874c0b7.tar.xz
kutter-6cc104677eacd41ada1518f538c96f903874c0b7.zip
lib: Update to latest can2040 code
Fix gpio function selection for PIO1 usage. Minor variable name changes. Allow scheduling tx "matched" event after a crc match. Allow for up to 5 passive bits after unstuf_clear_state(). Pause PIO "rx" bit reception after 10 passive bits. Signal the CPU to process data every 10 read bits. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r--lib/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/README b/lib/README
index ce923cd4..0ee9b642 100644
--- a/lib/README
+++ b/lib/README
@@ -146,4 +146,4 @@ used to upload firmware to devices flashed with the CanBoot bootloader.
The can2040 directory contains code from:
https://github.com/KevinOConnor/can2040
-revision 9ca095c939a48391de60dd353f0cd91999bb9257.
+revision aff2940f1fa5b0c9822a7694403ec9d70710193d.