aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/can.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: Simplify USB/Serial/CANbus Kconfig selectionKevin O'Connor2021-03-181-9/+9
* canbus: Rework CAN command protocolKevin O'Connor2021-03-131-18/+10
* stm32: Add STM32F429 variant (#3926)Arek2021-02-181-3/+8
* canbus: Call can_notify_rx() at startup so low-level code does not need toKevin O'Connor2021-02-091-3/+0
* canbus: Rename canbus_set_dataport() to canbus_set_filter() and simplifyKevin O'Connor2021-02-091-11/+6
* canbus: Move high-level CAN code to new src/generic/canbus.cKevin O'Connor2021-02-021-175/+70
* stm32: Simplify can.c irq handlerKevin O'Connor2021-02-021-127/+130
* stm32: Use CAN_TSR_CODE to select next tx fifo in can.cKevin O'Connor2021-02-021-6/+2
* stm32: Avoid read+write modify instructions in can.cKevin O'Connor2021-02-021-24/+13
* stm32: Introduce new can_set_filter() helper function in can.cKevin O'Connor2021-02-021-40/+32
* stm32: Update can.c to use more consistent indentationKevin O'Connor2021-02-021-146/+143
* stm32: Fixed CAN bus for STM32F4, there were syntax errors that prevented com...bondus2020-10-111-3/+3
* stm32: Improvements to CAN bus ID generation. And added a small fast hash lib...bondus2020-08-091-4/+3
* stm32: Improved CAN support for STM32 (#2976)bondus2020-06-241-0/+440