aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/can.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: Remove stm32f4 canbus warningKevin O'Connor2022-07-291-1/+0
* canserial: Rename canbus.c to canserial.cKevin O'Connor2022-06-271-0/+1
* stm32: Add support for disabling the canbus filterKevin O'Connor2022-06-271-7/+13
* canbus: Move canbus uuid calculation to canbus.cKevin O'Connor2022-06-161-5/+0
* stm32: Support passing through RTR and EFF canbus framesKevin O'Connor2022-06-161-2/+13
* canbus: Use single method for reading canbus messagesKevin O'Connor2022-06-161-66/+16
* stm32: use TME bits to find the canbus tx mailboxEric Callahan2022-06-031-1/+5
* stm32: stm32g0b1 fdcan support (#5488)BIGTREETECH2022-06-011-1/+1
* stm32: Remove unused header from can.cKevin O'Connor2022-05-101-1/+0
* stm32: CAN Kconfig typoOliver2021-04-071-1/+1
* stm32: Minor optimization to can.c IRQ data readingKevin O'Connor2021-03-181-10/+5
* canbus: Support reading CAN packets directly from IRQ handlerKevin O'Connor2021-03-181-3/+24
* 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