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