diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2023-10-03 23:24:18 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2023-10-03 23:24:18 -0400 |
commit | aa726cb7cbf6c58607885efe8f0cb07d009d5546 (patch) | |
tree | 1482c3806b18697b6bace4d31dd56b1baedacc4c /lib/README | |
parent | 7bd32994d4ee7eff613413d7a813bb3b17b8f6d3 (diff) | |
download | kutter-aa726cb7cbf6c58607885efe8f0cb07d009d5546.tar.gz kutter-aa726cb7cbf6c58607885efe8f0cb07d009d5546.tar.xz kutter-aa726cb7cbf6c58607885efe8f0cb07d009d5546.zip |
lib: Update to latest can2040 code
Add support for can2040_stop()
Add data_state_go_error() helper
Add new can2040_get_statistics() API function
Call report_note_discarding() after setting MS_DISCARD state
Convert report_is_rx_eof_pending() to report_is_not_in_tx()
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
@@ -167,7 +167,7 @@ used to upload firmware to devices flashed with the CanBoot bootloader. The can2040 directory contains code from: https://github.com/KevinOConnor/can2040 -revision d1190afcaa6245c20da28199d06e453d2e743099. +version v1.6.0 (af3d21e5d61b8408c63fbdfb0aceb21d69d91693) The Huada HC32F460 directory contains code from: https://www.hdsc.com.cn/Category83-1490 |