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>
This commit is contained in:
Kevin O'Connor 2022-07-16 00:16:51 -04:00
parent 24a1b50e51
commit 36887ce6fe
3 changed files with 96 additions and 81 deletions

View file

@ -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.