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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
can.c
Age
Commit message (
Expand
)
Author
2016-06-18
all: Rename mp_obj_type_t::stream_p to protocol.
Paul Sokolovsky
2016-05-10
stmhal: Convert to use internal errno symbols; enable uerrno module.
Damien George
2016-05-08
stmhal/can: Allow to get existing CAN obj if constructed without args.
Henrik Sölver
2016-01-11
py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*.
Damien George
2015-11-02
stmhal/can: Fix a bug in filter handling.
Henrik Sölver
2015-11-01
stmhal: Add symbolic #defines for interrupt levels in irq.h.
Dave Curtis
2015-10-31
all: Add py/mphal.h and use it in all ports.
Damien George
2015-05-27
stmhal: Remove PYBVxx defines and use config vars for UART/CAN names.
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-04-16
stmhal: Use new %q format to print qstr's in a few more places.
blmorris
2015-04-16
py: Overhaul and simplify printf/pfenv mechanism.
Damien George
2015-02-15
stmhal: Add support for CAN rx callbacks.
Henrik Sölver
2015-01-21
py: Remove mp_obj_str_builder and use vstr instead.
Damien George
2015-01-01
stmhal: Prefix includes with py/; remove need for -I../py.
Damien George
2014-11-26
Adding CAN filter management
Henrik Sölver
2014-11-17
stream: Convert .ioctl() to take fixed number of args.
Paul Sokolovsky
2014-11-15
stmhal: Improve CAN init so that it can take sjw, bs1, bs2 args.
Damien George
2014-10-31
stmhal: Update some inlined docs for network and CAN.
Damien George
2014-10-30
stmhal: Improve CAN print function.
Damien George
2014-10-30
stmhal: Added support for extended CAN frames.
Henrik Sölver
2014-10-23
stmhal: Use OSError with POSIX error code for HAL errors.
Damien George
2014-10-05
stmhal: Add config option to disable/enable CAN driver.
Damien George
2014-10-02
stmhal: Add basic CAN bus support.
Damien George