aboutsummaryrefslogtreecommitdiffstats
path: root/lib/README
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2022-11-19 10:30:11 -0500
committerKevin O'Connor <kevin@koconnor.net>2022-11-19 10:31:08 -0500
commitcfb633a0ecb21e855781c106fa37a214f3b9a0d3 (patch)
treebb24d7251a811e57c758ec32e791a1494c1fd7a4 /lib/README
parent8977c4e764688917689f1c2ac427d4cddcbe0515 (diff)
downloadkutter-cfb633a0ecb21e855781c106fa37a214f3b9a0d3.tar.gz
kutter-cfb633a0ecb21e855781c106fa37a214f3b9a0d3.tar.xz
kutter-cfb633a0ecb21e855781c106fa37a214f3b9a0d3.zip
lib: Update to latest can2040 code
Minor comment change to unstuf_pull_bits() Introduce unstuf_get_raw() helper function Move crc stuffed bit calculation to data_state_go_crc() Restore stuffed_bits state on missing ack Use a single pio_irq_set() function Reschedule tx if previous tx unexpectedly finished transmit Simplify report_state handling 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 0ee9b642..ca2b516c 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 aff2940f1fa5b0c9822a7694403ec9d70710193d.
+revision e509ac03367d5b4c72a44eb9cecc3182b2dbe881.