diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-04-11 11:20:57 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-04-11 11:20:57 -0400 |
commit | aa8a6f4cf1a50724a61fd0ee6a80590677856b21 (patch) | |
tree | 841683db509ef79381c3b4a99cfba58e64154eee /lib/README | |
parent | 83308a10510ca4efa022c463b5e6455192f8a0a7 (diff) | |
download | kutter-aa8a6f4cf1a50724a61fd0ee6a80590677856b21.tar.gz kutter-aa8a6f4cf1a50724a61fd0ee6a80590677856b21.tar.xz kutter-aa8a6f4cf1a50724a61fd0ee6a80590677856b21.zip |
lib: Update to latest can2040 code
Avoid some gcc warnings by using uint32_t for iterators
Better document the fallthough case statement in crc_bytes()
Fix txpending race from report_line_ackdone()
Make can2040_transmit() multi-cpu atomic
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
@@ -155,7 +155,7 @@ used to upload firmware to devices flashed with the CanBoot bootloader. The can2040 directory contains code from: https://github.com/KevinOConnor/can2040 -revision 177b0073fe6f19281ee7f7fdbe9599e32d1b4b8b. +revision d1190afcaa6245c20da28199d06e453d2e743099. The Huada HC32F460 directory contains code from: https://www.hdsc.com.cn/Category83-1490 |