diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-11-19 10:30:11 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-11-19 10:31:08 -0500 |
commit | cfb633a0ecb21e855781c106fa37a214f3b9a0d3 (patch) | |
tree | bb24d7251a811e57c758ec32e791a1494c1fd7a4 /lib/README | |
parent | 8977c4e764688917689f1c2ac427d4cddcbe0515 (diff) | |
download | kutter-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/README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |