diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-07-16 00:16:51 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-07-16 09:57:12 -0400 |
commit | 36887ce6fec3b98bc9f66aae675fb3b4fe712c3d (patch) | |
tree | 0cbb420f7f2248b734a61aceebb084cc8805326b /lib/README | |
parent | 24a1b50e512f3038a51060e3cc8ce2a847b9fafa (diff) | |
download | kutter-36887ce6fec3b98bc9f66aae675fb3b4fe712c3d.tar.gz kutter-36887ce6fec3b98bc9f66aae675fb3b4fe712c3d.tar.xz kutter-36887ce6fec3b98bc9f66aae675fb3b4fe712c3d.zip |
lib: Update to the latest can2040 code
Rename to "match" state machine instead of "ack".
Minor simplification to tx_note_crc_start().
Call pio_match_clear() from report functions.
Add pio_match_calc_key() helper function.
Raise irq after 6 passive eof bits for faster rx message notification.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -131,4 +131,4 @@ used to upload firmware to devices flashed with the CanBoot bootloader. The can2040 directory contains code from: https://github.com/KevinOConnor/can2040 -revision 17b8ace15584077cd0bf0c3e038c2a2a8edd70ed. +revision c981fa7666ee9ce1650904e38f7287cb861df18c. |