micropython/tests/multi_extmod/machine_can_06_remote_req.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

9 lines
143 B
Plaintext

--- instance0 ---
recv 0x750 True 3
recv 0x750 False b'abc'
recv 0x750 True 5
recv 0x101 True 3
recv 0x101 False b'hij'
--- instance1 ---
done