mirror of
https://github.com/micropython/micropython.git
synced 2025-09-09 19:30:53 +02:00
Currently only classic CAN, but tests run on both the stm32 classic CAN controller and the FD-CAN controller with the same results. Signed-off-by: Angus Gratton <angus@redyak.com.au>
10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
--- instance0 ---
|
|
rx0 reason full
|
|
rx0 reason overflow
|
|
rxed_spam True
|
|
(256, False, False, 0, b'aaaaa')
|
|
any False
|
|
--- instance1 ---
|
|
(85, False, False, 0, b'overflow')
|
|
any False
|