diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2022-10-13 17:11:57 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2022-10-13 17:11:57 -0400 |
commit | 6cc104677eacd41ada1518f538c96f903874c0b7 (patch) | |
tree | aa049e7eff414a85d549f9d6520931883bc8ca83 /lib/README | |
parent | eb9cda91b505e53a895f3aa58b13648401abfe0a (diff) | |
download | kutter-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/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 9ca095c939a48391de60dd353f0cd91999bb9257. +revision aff2940f1fa5b0c9822a7694403ec9d70710193d. |