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
/
ports
/
stm32
/
pyb_can.c
Age
Commit message (
Expand
)
Author
2020-12-17
stm32/pyb_can: Add ability to calculate CAN bit timing from baudrate.
iabdalkader
2020-12-07
stm32: Add support for a board to reserve certain peripherals.
Damien George
2020-07-09
stm32/pyb_can: Handle timeout arg for FDCAN in pyb_can_send.
iabdalkader
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-05
all: Use MP_ERROR_TEXT for all error messages.
Jim Mussared
2020-03-28
all: Remove spaces inside and around parenthesis.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-13
py: Add mp_raise_msg_varg helper and use it where appropriate.
Damien George
2019-12-27
stm32: Fix to build in nanbox mode.
Damien George
2019-12-27
py: Introduce MP_ROM_NONE macro for ROM to refer to None object.
Damien George
2019-09-23
stm32: Use mp_printf with MICROPY_ERROR_PRINTER for uncaught exceptions.
Damien George
2019-09-23
stm32: Add support for FDCAN peripheral, exposed as pyb.CAN.
iabdalkader
2019-09-23
stm32/can: Factor CAN driver into low-level and Python bindings.
Damien George