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
/
mod.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
ETH no longer knows about Station management
datdenkikniet
2025-11-13
1
-11
/
+4
*
Move SMA responsibility to SMA peripheral
datdenkikniet
2025-11-13
1
-10
/
+3
*
Add SMA peripheral
datdenkikniet
2025-11-13
1
-0
/
+1
*
Add STM32F1 AFIO remap
Fabian Wolter
2025-09-05
1
-16
/
+16
*
Remove Peripheral trait, rename PeripheralRef->Peri.
Dario Nieuwenhuis
2025-03-27
1
-1
/
+2
*
stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes.
Dario Nieuwenhuis
2025-01-26
1
-20
/
+18
*
Use inline const for initializing arrays. (#3567)
Dario Nieuwenhuis
2024-11-24
1
-4
/
+2
*
rustfmt for new nightly.
Dario Nieuwenhuis
2024-10-14
1
-2
/
+8
*
embassy_stm32/eth: support compliance testing
Gerhard de Clercq
2024-09-20
1
-0
/
+14
*
stm32: use private_bounds for sealed traits.
Dario Nieuwenhuis
2024-03-23
1
-6
/
+5
*
stm32: autogenerate clocks struct, enable mux for all chips.
Dario Nieuwenhuis
2024-02-02
1
-1
/
+2
*
Implement MII interface
Simon B. Gasse
2024-02-01
1
-0
/
+7
*
stm32: more docs.
Dario Nieuwenhuis
2023-12-19
1
-0
/
+1
*
stm32: add some docs.
Dario Nieuwenhuis
2023-12-18
1
-1
/
+24
*
stm32/eth: Move `phy_addr` from `Ethernet` to `PHY`
Gabriel Górski
2023-10-09
1
-2
/
+2
*
Introduce driver::HardwareAddress without smoltcp dependency
Ruben De Smet
2023-07-31
1
-3
/
+3
*
stm32/eth: refactor genericsmi
xoviat
2023-07-15
1
-6
/
+4
*
stm32: move to bind_interrupts
xoviat
2023-05-24
1
-1
/
+1
*
Apply fix
Davide Della Giustina
2023-03-01
1
-1
/
+1
*
PacketQueue::init() does not need to be unsafe
Davide Della Giustina
2023-02-28
1
-2
/
+4
*
Implemented suggestions from @Dirbaio
Davide Della Giustina
2023-02-28
1
-33
/
+10
*
PacketQueue::new() uses ::init() when in nightly
Davide Della Giustina
2023-02-28
1
-7
/
+18
*
Added PacketQueue::init()
Davide Della Giustina
2023-02-28
1
-0
/
+18
*
net: split driver trait to a separate crate.
Dario Nieuwenhuis
2022-12-26
1
-72
/
+67
*
stm32/eth_v1: update to new embassy-net trait, remove PeripheralMutex.
Dario Nieuwenhuis
2022-12-13
1
-2
/
+119
*
Replace embassy::io with embedded_io.
Dario Nieuwenhuis
2022-05-07
1
-0
/
+2
*
embassy-stm32/eth: consolidate v1a/v1c and add v1b
David Lenfesty
2022-04-30
1
-3
/
+1
*
embassy-stm32/eth: convert LAN8742 driver to generic SMI driver
David Lenfesty
2022-04-30
1
-1
/
+1
*
Initial import to v1a, does not compile
David Lenfesty
2022-04-30
1
-0
/
+1
*
stm32: move pin trait impls from macrotables to build.rs
Dario Nieuwenhuis
2022-02-23
1
-30
/
+0
*
stm32: Add standard crate-wide macros for pin/dma traits, switch all drivers ...
Dario Nieuwenhuis
2022-02-10
1
-0
/
+55
*
Add v1c ethernet driver for the STM32F7 family.
Matous Hybl
2021-11-10
1
-1
/
+2
*
eth: Add lan8742a PHY
Thales Fragoso
2021-06-16
1
-0
/
+27
*
eth-v2: Start Ethernet peripheral implementation
Thales Fragoso
2021-06-16
1
-0
/
+7