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
/
stm32h7
/
src
/
bin
/
eth_client_mii.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new{_with_phy}, new_mii{_with_phy}
datdenkikniet
2025-11-14
1
-6
/
+6
*
Rustfmt for edition 2024.
Dario Nieuwenhuis
2025-10-06
1
-2
/
+2
*
executor: return error when creating the spawntoken, not when spawning.
Dario Nieuwenhuis
2025-08-29
1
-1
/
+1
*
Add rand-core v0.9 support.
Dario Nieuwenhuis
2025-05-18
1
-1
/
+0
*
stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes.
Dario Nieuwenhuis
2025-01-26
1
-4
/
+3
*
stm32: change all examples and tests to use GenericSMI::new_auto().
Dario Nieuwenhuis
2025-01-26
1
-1
/
+1
*
Update smoltcp, embedded-nal-async to use the `core::net` IP addr types.
Dario Nieuwenhuis
2024-10-07
1
-1
/
+3
*
net: refactor to simplify lifetimes/generics.
Dario Nieuwenhuis
2024-09-16
1
-7
/
+6
*
examples: ensure at least 3 sockets to avoid running out (DHCP, DNS, the user's)
Dario Nieuwenhuis
2024-08-07
1
-6
/
+1
*
examples/stm32: reduce packet queue count to avoid OOM on smaller chips.
Dario Nieuwenhuis
2024-05-13
1
-2
/
+2
*
Implement MII interface
Simon B. Gasse
2024-02-01
1
-0
/
+142