summaryrefslogtreecommitdiffstatshomepage
path: root/tests/pyb/can.py
Commit message (Expand)AuthorAge
* tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky2017-06-10
* various: Spelling fixesVille Skyttä2017-05-29
* tests/pyb: Adjust tests so they can run on PYB and PYBLITE.Damien George2017-02-06
* stmhal/can: Allow to get existing CAN obj if constructed without args.Henrik Sölver2016-05-08
* stmhal/can: Fix a bug in filter handling.Henrik Sölver2015-11-02
* tests: Add tests to create valid and invalid UART, I2C, SPI, CAN busses.Damien George2015-05-28
* stmhal: Add support for sending and receiving CAN RTR messages.Henrik2015-04-18
* stmhal: Allow sending CAN messages with timeout=0.Damien George2015-04-16
* stmhal: Add support for CAN rx callbacks.Henrik Sölver2015-02-15
* Adding CAN filter managementHenrik Sölver2014-11-26
* stmhal: Improve CAN print function.Damien George2014-10-30
* tests: Added and adapted CAN tests for extended messagesHenrik Sölver2014-10-30
* tests: Add simple CAN test.Damien George2014-10-02