Damien George
22c693aa6f
tests/pyb/can: Update to test pyb.CAN restart, state, info, inplace recv
7 years ago
Paul Sokolovsky
85d809d1f4
tests: Convert remaining "sys.exit()" to "raise SystemExit".
8 years ago
Ville Skyttä
ca16c38210
various: Spelling fixes
8 years ago
Damien George
d3bb3e38df
tests/pyb: Adjust tests so they can run on PYB and PYBLITE.
A few tests still fail on PYBLITE, and that's due to differences in the
available peripheral block numbers on the different MCUs (eg I2C(2)
exists on one, but it's I2C(3) on the other).
8 years ago
Henrik Sölver
c4587e2426
stmhal/can: Allow to get existing CAN obj if constructed without args.
Initialisation of CAN objects should now behave as other peripheral
objects.
Fixes issue #2001 .
9 years ago
Henrik Sölver
35e7d9c0f1
stmhal/can: Fix a bug in filter handling.
Reported here: http://forum.micropython.org/viewtopic.php?f=2&t=845
9 years ago
Damien George
6d1ff7e966
tests: Add tests to create valid and invalid UART, I2C, SPI, CAN busses.
10 years ago
Henrik
e3cd154317
stmhal: Add support for sending and receiving CAN RTR messages.
10 years ago
Damien George
7d5e34287c
stmhal: Allow sending CAN messages with timeout=0.
Thanks to Henrik Sölver for this patch.
10 years ago
Henrik Sölver
f80f1a7077
stmhal: Add support for CAN rx callbacks.
10 years ago
Henrik Sölver
acb92c186c
Adding CAN filter management
10 years ago
Damien George
efc49c5591
stmhal: Improve CAN print function.
10 years ago
Henrik Sölver
6a15ac80dc
tests: Added and adapted CAN tests for extended messages
10 years ago
Damien George
e535a61983
tests: Add simple CAN test.
10 years ago