summaryrefslogtreecommitdiff
path: root/docs/library/pyb.CAN.rst
AgeCommit message (Expand)Author
2018-03-19stm32/can: Add "list" param to CAN.recv() to receive data inplace.Damien George
2018-03-16docs/library/pyb.CAN: Clean up documentation of data constants.Damien George
2018-03-16stm32/can: Add CAN.info() method to retrieve error and tx/rx buf info.Damien George
2018-03-16stm32/can: Add CAN.state() method to get the state of the controller.Damien George
2018-03-15stm32/can: Add CAN.restart() method so controller can leave bus-off.Damien George
2018-03-15stm32/can: Add "auto_restart" option to constructor and init() method.Damien George
2018-03-15docs/library/pyb.CAN: Update markup to use latest doc conventions.Damien George
2017-10-11docs/library: Add missing cross-ref links for classes in pyb module.Mike Causer
2016-06-08docs/pyb.*: Use proper class case in method headers.Paul Sokolovsky
2016-06-08docs/pyb.CAN: Mark CAN.initfilterbanks() as classmethod explicitly.Paul Sokolovsky
2016-06-08docs/pyb.*: Add "currentmodule:: pyb" directive.Paul Sokolovsky
2015-04-18stmhal: Add support for sending and receiving CAN RTR messages.Henrik
2015-04-16stmhal: Allow sending CAN messages with timeout=0.Damien George
2015-02-15stmhal: Add support for CAN rx callbacks.Henrik Sölver
2014-11-30Update documentation for the CAN classHenrik Sölver
2014-11-15stmhal: Improve CAN init so that it can take sjw, bs1, bs2 args.Damien George
2014-10-31docs: Cleanup and update some docs.Damien George
2014-10-31docs: Import documentation from source-code inline comments.Damien George