index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
pyb
/
can.py
Age
Commit message (
Expand
)
Author
2018-03-19
tests/pyb/can: Update to test pyb.CAN restart, state, info, inplace recv
Damien George
2017-06-10
tests: Convert remaining "sys.exit()" to "raise SystemExit".
Paul Sokolovsky
2017-05-29
various: Spelling fixes
Ville Skyttä
2017-02-06
tests/pyb: Adjust tests so they can run on PYB and PYBLITE.
Damien George
2016-05-08
stmhal/can: Allow to get existing CAN obj if constructed without args.
Henrik Sölver
2015-11-02
stmhal/can: Fix a bug in filter handling.
Henrik Sölver
2015-05-28
tests: Add tests to create valid and invalid UART, I2C, SPI, CAN busses.
Damien George
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-26
Adding CAN filter management
Henrik Sölver
2014-10-30
stmhal: Improve CAN print function.
Damien George
2014-10-30
tests: Added and adapted CAN tests for extended messages
Henrik Sölver
2014-10-02
tests: Add simple CAN test.
Damien George