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
/
eth
/
v2
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Small adjustment to 'set_as_af' interface
Mariusz Ryndzionek
2021-09-24
1
-2
/
+2
*
embassy: Refactor module structure to remove kitchen-sink `util`.
Dario Nieuwenhuis
2021-09-11
1
-1
/
+2
*
STM32H7: Ethernet: Disable RA in MAC filtering, fix order of MACA0 register w...
Adam Greig
2021-09-06
1
-3
/
+4
*
Don't set SAF=true, do set RA=true for Ethernet.
Bob McWhirter
2021-09-06
1
-1
/
+1
*
common: Initialize PeripheralMutex state with closure to ensure it's done in-...
Dario Nieuwenhuis
2021-08-02
1
-3
/
+1
*
Make const the states when able.
Dario Nieuwenhuis
2021-08-02
1
-1
/
+1
*
Mark `new`s as unsafe due to not being leak-safe.
Dario Nieuwenhuis
2021-08-02
1
-61
/
+60
*
hal-common: remove Pin in PeripheralMutex
Dario Nieuwenhuis
2021-08-02
1
-41
/
+23
*
Rename embassy-extras to embassy-hal-common
Dario Nieuwenhuis
2021-07-29
1
-2
/
+2
*
Replace `PeripheralStateUnchecked` with `register_interrupt_unchecked`
Liam Murphy
2021-07-29
1
-4
/
+4
*
Remove critical sections from `PeripheralMutex` interrupt handler by checking...
Liam Murphy
2021-07-27
1
-4
/
+4
*
Update the import
Liam Murphy
2021-07-05
1
-1
/
+1
*
Fix stm32 ethernet
Liam Murphy
2021-07-05
1
-1
/
+2
*
eth-v2: Get hclk frequency from clock singleton
Thales Fragoso
2021-06-16
1
-3
/
+4
*
eth-v2: Enable source address filtering
Thales Fragoso
2021-06-16
1
-12
/
+3
*
eth-v2: Fix setting the registers for the descriptors
Thales Fragoso
2021-06-16
1
-5
/
+11
*
eth-v2: Work around missing AF for REF_CLK
Thales Fragoso
2021-06-16
1
-10
/
+10
*
eth-v2: Enable clocks in new
Thales Fragoso
2021-06-16
1
-1
/
+15
*
eth-v2: Remove Instance trait
Thales Fragoso
2021-06-16
1
-83
/
+57
*
eth-v2: Implement embassy-net's Device Trait and fix Drop
Thales Fragoso
2021-06-16
1
-1
/
+88
*
eth: Add lan8742a PHY
Thales Fragoso
2021-06-16
1
-20
/
+74
*
eth-v2: Start Ethernet peripheral implementation
Thales Fragoso
2021-06-16
1
-0
/
+350
[prev]