index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
library
/
pyb.CAN.rst
Age
Commit message (
Expand
)
Author
2018-03-19
stm32/can: Add "list" param to CAN.recv() to receive data inplace.
Damien George
2018-03-16
docs/library/pyb.CAN: Clean up documentation of data constants.
Damien George
2018-03-16
stm32/can: Add CAN.info() method to retrieve error and tx/rx buf info.
Damien George
2018-03-16
stm32/can: Add CAN.state() method to get the state of the controller.
Damien George
2018-03-15
stm32/can: Add CAN.restart() method so controller can leave bus-off.
Damien George
2018-03-15
stm32/can: Add "auto_restart" option to constructor and init() method.
Damien George
2018-03-15
docs/library/pyb.CAN: Update markup to use latest doc conventions.
Damien George
2017-10-11
docs/library: Add missing cross-ref links for classes in pyb module.
Mike Causer
2016-06-08
docs/pyb.*: Use proper class case in method headers.
Paul Sokolovsky
2016-06-08
docs/pyb.CAN: Mark CAN.initfilterbanks() as classmethod explicitly.
Paul Sokolovsky
2016-06-08
docs/pyb.*: Add "currentmodule:: pyb" directive.
Paul Sokolovsky
2015-04-18
stmhal: Add support for sending and receiving CAN RTR messages.
Henrik
2015-04-16
stmhal: Allow sending CAN messages with timeout=0.
Damien George
2015-02-15
stmhal: Add support for CAN rx callbacks.
Henrik Sölver
2014-11-30
Update documentation for the CAN class
Henrik Sölver
2014-11-15
stmhal: Improve CAN init so that it can take sjw, bs1, bs2 args.
Damien George
2014-10-31
docs: Cleanup and update some docs.
Damien George
2014-10-31
docs: Import documentation from source-code inline comments.
Damien George