aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/can.c
AgeCommit message (Expand)Author
2020-12-07stm32/Makefile: Change -O0 to -Og for DEBUG=1 builds.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.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
2019-05-02stm32: Add support for F413 MCUs.Chris Mason
2019-02-12ports: Convert legacy uppercase macro names to lowercase.Damien George
2018-07-08stm32: Support compiling with object representation D.Damien George
2018-06-18stm32/can: Use MP_OBJ_ARRAY_TYPECODE_FLAG_RW where appropriate.Damien George
2018-05-02stm32/irq: Define IRQ priorities directly as encoded hardware values.Damien George
2018-04-11stm32/can: Allow CAN pins to be configured per board.Damien George
2018-03-19stm32/can: Add "list" param to CAN.recv() to receive data inplace.Damien George
2018-03-16stm32/can: Use explicit byte extraction instead of casting to word ptr.Damien George
2018-03-16stm32/can: Add CAN.info() method to retrieve error and tx/rx buf info.Damien George
2018-03-16stm32/can: Add CAN.state() method to get the state of the controller.Damien George
2018-03-15stm32/can: Add CAN.restart() method so controller can leave bus-off.Damien George
2018-03-15stm32/can: Add "auto_restart" option to constructor and init() method.Damien George
2018-03-15stm32/can: Use enums to index keyword arguments, for clarity.Damien George
2018-03-15stm32/can: Improve can.recv() so it checks for events, eg ctrl-C.Damien George
2018-02-13stm32: Update HAL macro and constant names to use newer versions.Damien George
2018-02-01stm32/can: Support MCUs without a CAN2 peripheral.Damien George
2017-10-04all: Remove inclusion of internal py header files.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George