index
:
embassy
cyw43-link-status-update
fix-input-sync-bypass
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
embassy-stm32
/
src
/
can
/
bxcan
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-6
/
+6
*
stm32/afio: make af_num() unavailable in afio chips.
Dario Nieuwenhuis
2025-09-06
1
-6
/
+4
*
stm32/afio: make the A generic param only appear in chips with AFIO.
Dario Nieuwenhuis
2025-09-05
1
-3
/
+3
*
Add STM32F1 AFIO remap
Fabian Wolter
2025-09-05
1
-5
/
+7
*
FDCAN/BXCAN: Finish implementation of RAII instance counters.
Corey Schuhen
2025-06-21
1
-96
/
+95
*
BXCAN: Put State inside a critical section mutex of RefCell. This removed uns...
Corey Schuhen
2025-06-21
1
-127
/
+113
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-7
/
+6
*
Reference count senders and receivers so that we don't close down early.
Corey Schuhen
2025-03-09
1
-16
/
+48
*
Allow split CAN Rx to modify the filters
Tamme Dittrich
2025-01-07
1
-3
/
+27
*
This fixes 2 issues where STM32 BXCAN would hang
Emil Fresk
2024-10-27
1
-3
/
+7
*
stm32: Fix log storm when no CAN is connected
Emil Fresk
2024-08-25
1
-3
/
+1
*
stm32/gpio: refactor AfType
Jan Špaček
2024-06-16
1
-5
/
+5
*
Remove more BXCAN generics.
Corey Schuhen
2024-06-02
1
-32
/
+53
*
Emit cargo:rustc-check-cfg instructions from build.rs
Jan Špaček
2024-05-30
1
-2
/
+2
*
Merge pull request #3020 from cschuhen/feature/bxcan_no_generics
Dario Nieuwenhuis
2024-05-30
1
-104
/
+190
|
\
|
*
Use phantom for lifetime holder instead of not used pointer to pointer.
Corey Schuhen
2024-05-30
1
-9
/
+7
|
*
Remove generics for BXCAN.
Corey Schuhen
2024-05-30
1
-104
/
+192
*
|
Merge pull request #3002 from honzasp/rcc-info
Dario Nieuwenhuis
2024-05-30
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
stm32/rcc: replace generated enable/disable code with runtime info
Jan Špaček
2024-05-25
1
-3
/
+3
*
|
embassy_stm32: allow scheduling lower priority frames in bxcan driver
Maarten de Vries
2024-05-27
1
-2
/
+14
*
|
embassy_stm32: implement optional FIFO scheduling for outgoing frames
Maarten de Vries
2024-05-27
1
-1
/
+28
|
/
*
rustfmt fixes
Eric Yanush
2024-04-22
1
-5
/
+6
*
Add sleep/wakeup handling for bxCAN peripherals
Eric Yanush
2024-04-22
1
-1
/
+47
*
rustfmt whitespace fixes
Eric Yanush
2024-04-22
1
-1
/
+1
*
Enable LEC interrupt as well
Eric Yanush
2024-04-22
1
-0
/
+1
*
Ensure bus errors are forwarded only once, enable bus off/passive/warning int...
Eric Yanush
2024-04-22
1
-2
/
+13
*
stm32/can: simplify bxcan api, merging bx::* into the main structs.
Dario Nieuwenhuis
2024-04-02
1
-0
/
+989