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
/
frame.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add mutable accessors for ID in Header and Frame structs
Malte Brieske
2025-07-29
1
-0
/
+10
*
Make raw_data public.
Corey Schuhen
2025-04-27
1
-2
/
+2
*
STM32: Fix CAN transmit on bxcan targets
Adam Greig
2025-04-18
1
-0
/
+5
*
STM32: Change CAN data() to return slice with correct length
Adam Greig
2025-04-18
1
-10
/
+8
*
Fix rustfmt #4075
RichardWGNR
2025-04-11
1
-4
/
+4
*
Capability to modify CAN frame data without copying. #4075
RichardWGNR
2025-04-11
1
-0
/
+20
*
Fixes for no-time.
Corey Schuhen
2024-03-28
1
-6
/
+13
*
CAN: Unify API's between BXCAN and FDCAN. Use Envelope for all read methods i...
Corey Schuhen
2024-03-28
1
-8
/
+52
*
Use Result instead of Option for Frame creation.
Corey Schuhen
2024-03-13
1
-85
/
+55
*
Shared frame types.
Corey Schuhen
2024-03-13
1
-5
/
+49
*
stm32: can: fd: Fix Frame is_extended() function
Siebe Claes
2024-03-01
1
-2
/
+2
*
stm32: can: fd: rm some irrelevant commented code and dead code
Torin Cooper-Bennun
2024-02-27
1
-2
/
+0
*
stm32: can: fd: refactor out some duplicate code
Torin Cooper-Bennun
2024-02-27
1
-0
/
+30
*
Port FDCAN HAL to use PAC directly instead of fdcan crate.
Corey Schuhen
2024-02-17
1
-0
/
+370