aboutsummaryrefslogtreecommitdiff
path: root/ports/stm32/can.h
AgeCommit message (Expand)Author
2019-09-23stm32/can: Guard header file by MICROPY_HW_ENABLE_CAN.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
2018-03-16stm32/can: Add CAN.info() method to retrieve error and tx/rx buf info.Damien George
2018-02-15stm32: Change header include guards from STMHAL to STM32 to match dir.Damien George
2017-09-06ports: Make new ports/ sub-directory and move all ports there.Damien George