index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
stm32
/
can.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stm32: Remove stm32f4 canbus warning
Kevin O'Connor
2022-07-29
1
-1
/
+0
*
canserial: Rename canbus.c to canserial.c
Kevin O'Connor
2022-06-27
1
-0
/
+1
*
stm32: Add support for disabling the canbus filter
Kevin O'Connor
2022-06-27
1
-7
/
+13
*
canbus: Move canbus uuid calculation to canbus.c
Kevin O'Connor
2022-06-16
1
-5
/
+0
*
stm32: Support passing through RTR and EFF canbus frames
Kevin O'Connor
2022-06-16
1
-2
/
+13
*
canbus: Use single method for reading canbus messages
Kevin O'Connor
2022-06-16
1
-66
/
+16
*
stm32: use TME bits to find the canbus tx mailbox
Eric Callahan
2022-06-03
1
-1
/
+5
*
stm32: stm32g0b1 fdcan support (#5488)
BIGTREETECH
2022-06-01
1
-1
/
+1
*
stm32: Remove unused header from can.c
Kevin O'Connor
2022-05-10
1
-1
/
+0
*
stm32: CAN Kconfig typo
Oliver
2021-04-07
1
-1
/
+1
*
stm32: Minor optimization to can.c IRQ data reading
Kevin O'Connor
2021-03-18
1
-10
/
+5
*
canbus: Support reading CAN packets directly from IRQ handler
Kevin O'Connor
2021-03-18
1
-3
/
+24
*
stm32: Simplify USB/Serial/CANbus Kconfig selection
Kevin O'Connor
2021-03-18
1
-9
/
+9
*
canbus: Rework CAN command protocol
Kevin O'Connor
2021-03-13
1
-18
/
+10
*
stm32: Add STM32F429 variant (#3926)
Arek
2021-02-18
1
-3
/
+8
*
canbus: Call can_notify_rx() at startup so low-level code does not need to
Kevin O'Connor
2021-02-09
1
-3
/
+0
*
canbus: Rename canbus_set_dataport() to canbus_set_filter() and simplify
Kevin O'Connor
2021-02-09
1
-11
/
+6
*
canbus: Move high-level CAN code to new src/generic/canbus.c
Kevin O'Connor
2021-02-02
1
-175
/
+70
*
stm32: Simplify can.c irq handler
Kevin O'Connor
2021-02-02
1
-127
/
+130
*
stm32: Use CAN_TSR_CODE to select next tx fifo in can.c
Kevin O'Connor
2021-02-02
1
-6
/
+2
*
stm32: Avoid read+write modify instructions in can.c
Kevin O'Connor
2021-02-02
1
-24
/
+13
*
stm32: Introduce new can_set_filter() helper function in can.c
Kevin O'Connor
2021-02-02
1
-40
/
+32
*
stm32: Update can.c to use more consistent indentation
Kevin O'Connor
2021-02-02
1
-146
/
+143
*
stm32: Fixed CAN bus for STM32F4, there were syntax errors that prevented com...
bondus
2020-10-11
1
-3
/
+3
*
stm32: Improvements to CAN bus ID generation. And added a small fast hash lib...
bondus
2020-08-09
1
-4
/
+3
*
stm32: Improved CAN support for STM32 (#2976)
bondus
2020-06-24
1
-0
/
+440