You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/multi_extmod: Make small adaptions of CAN tests 04, 05, 07 and 08.
- multi_extmod/machine_can_04_tx_order.py: Skip for Alif, since
the Alif port has an opaque send queue which provides no information
of the slot number of a message in the TX queue.
- multi_extmod/machine_can_05_tx_prio_cancel.py: Skip for Alif, since
the Alif port has an opaque send queue which does not allow specific
cancels and provides no information of the slot number of a
message in the TX queue.
- tests/multi_extmod/machine_can_07_error_states.py: Swap the order of
resetting the baud rate and restart(). If restart() happens before
resetting the baud rate, then the REC counter increases fast and the
bus state switched to PASSIVE before the baud rate can be fixed.
- tests/multi_extmod/machine_can_07_error_states.py: Add a delay after
sending the message "PAYLOAD" avoiding a collision with the
test broadcast messages.
- multi_extmod/machine_can_08_init_mode.py: Cater for error frames not
being reported in SILENT mode.
Signed-off-by: robert-hh <robert@hammelrath.com>
0 commit comments