aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/fdcan.c
Commit message (Expand)AuthorAgeFilesLines
* 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