index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
stmhal
/
can.c
Age
Commit message (
Expand
)
Author
2017-09-06
ports: Make new ports/ sub-directory and move all ports there.
Damien George
2017-08-30
all: Convert remaining "mp_uint_t n_args" to "size_t n_args".
Damien George
2017-08-29
stmhal: Update to new STM Cube HAL library.
Damien George
2017-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-06-15
stmhal: Make error messages more consistent across peripherals.
Damien George
2017-06-15
all: Make more use of mp_raise_{msg,TypeError,ValueError} helpers.
Damien George
2017-05-06
stmhal: Convert all module and method tables to use MP_ROM macros.
Damien George
2017-03-29
stmhal: Update to use size_t for tuple/list accessors.
Damien George
2017-03-20
stmhal: Enable micropython.schedule().
Damien George
2017-01-04
all: Consistently update signatures of .make_new and .call methods.
Paul Sokolovsky
2016-12-02
py/stream: Move ad-hoc ioctl constants to stream.h and rename them.
Damien George
2016-11-16
stmhal/can: clear FIFO flags in IRQ handler
Krzysztof Blazewicz
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