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
/
examples
/
stm32g4
/
src
/
bin
/
can.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-1
/
+1
*
fixed: example loops crashing after 256 passes
Peter Kövesdi
2024-04-29
1
-2
/
+2
*
examples: stm32: can: fix build
Torin Cooper-Bennun
2024-04-22
1
-2
/
+2
*
CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...
Corey Schuhen
2024-03-28
1
-12
/
+17
*
stm32/rcc: g4: consistent PllSource, add pll pqr limits, simplify a bit.
Dario Nieuwenhuis
2024-03-04
1
-1
/
+1
*
Merge pull request #2646 from cschuhen/feature/wake_tx_on_buffered_push
Dario Nieuwenhuis
2024-03-01
1
-1
/
+5
|
\
|
*
Writing to TX buffer also needs to fire an interrupt to kick off transmission...
Corey Schuhen
2024-03-02
1
-1
/
+5
*
|
stm32: autogenerate mux config for all chips.
Dario Nieuwenhuis
2024-03-01
1
-2
/
+19
|
/
*
FDCAN: Don't require internal module for public API.
Corey Schuhen
2024-02-25
1
-2
/
+2
*
Remove the OperatingMode typestates
Corey Schuhen
2024-02-18
1
-4
/
+5
*
Add a buffered mode.
Corey Schuhen
2024-02-17
1
-7
/
+90
*
Port FDCAN HAL to use PAC directly instead of fdcan crate.
Corey Schuhen
2024-02-17
1
-14
/
+82
*
Add FDCAN examples for STM32G4, STM32H5 and STM32H7
Corey Schuhen
2024-01-31
1
-0
/
+56