micropython/tests/multi_extmod/machine_can_08_init_mode.py.exp
Angus Gratton 6cac2d275d stm32: Add machine.CAN implementation.
Implemented according to API docs in a parent comment.

Adds new multi_extmod/machine_can_* tests which pass when testing between
NUCLEO_G474RE, NUCLEO_H723ZG and PYBDV11.

This work was mostly funded through GitHub Sponsors.

Signed-off-by: Angus Gratton <angus@redyak.com.au>
2026-03-19 17:36:50 +11:00

15 lines
252 B
Plaintext

--- instance0 ---
Normal True
Loopback True
recv 0x51 b'Loopback'
Silent False
silent_rx_count True
Silent Loopback True
recv 0x54 b'SiLoop'
Normal again True
--- instance1 ---
recv 0x50 b'Normal'
recv 0x51 b'Loopback'
send failed
recv 0x55 b'Normal2'