aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/fdcan.c
Commit message (Expand)AuthorAgeFilesLines
* stm32: Fix RESERVE_PINS_CAN pin ordering in fdcan.cKevin O'Connor2025-04-011-1/+1
* stm32: Added PH13/14 CAN pin option for stm32h743 (#6857)FrY Sennberg2025-03-271-0/+4
* stm32: Add support for reporting canbus state from fdcan.cKevin O'Connor2025-02-021-2/+47
* stm32: Add FDCAN2 channel needed for stm32g4 alternate pinsDropeffect GmbH2024-05-141-2/+9
* stm32: Fix CAN for STM32G4Alex Maclean2023-12-211-3/+3
* stm32: add PB5/PB6 as CAN pins - required for BTT U2C v2.xStefan Dej2023-05-201-1/+5
* stm32: add PB12/PB13 FDCAN2 support STM32G0B1bigtreetech2023-02-031-1/+6
* canbus: Rename canbus_send() to canhw_send()Kevin O'Connor2022-12-141-3/+3
* stm32g4: implement build,usb,can,i2c,spi,serial,adc.Matt Baker2022-12-021-3/+7
* fdcan: Remove spurious executable flag on fdcan.cKevin O'Connor2022-11-041-0/+0
* stm32: Protect message ram with barrier() calls instead of voltaile in fdcan.cKevin O'Connor2022-10-131-22/+25
* stm32: No need for fdcan_ram global pointer in fdcan.cKevin O'Connor2022-10-131-24/+10
* stm32: Minor code movement in fdcan.cKevin O'Connor2022-10-131-37/+41
* stm32: add FDCAN support for STM32H743 (SKR-3 Series) (#5668)BIGTREETECH2022-08-231-3/+49
* 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-0/+2
* 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-26/+23
* stm32: Support PA11/PA12 and PB8/PB9 on fdcanKevin O'Connor2022-06-161-14/+18
* stm32: Simplify fdcan tx irq handlingKevin O'Connor2022-06-161-8/+4
* canbus: Use single method for reading canbus messagesKevin O'Connor2022-06-161-90/+32
* stm32: Enable Automatic retransmission feature to avoid data loss caused by b...BIGTREETECH2022-06-061-2/+0
* stm32: stm32g0b1 fdcan support (#5488)BIGTREETECH2022-06-011-0/+331