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
/
stm32f4
/
src
/
bin
/
eth.rs
Commit message (
Collapse
)
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
-1
/
+1
|
*
executor: return error when creating the spawntoken, not when spawning.
Dario Nieuwenhuis
2025-08-29
1
-1
/
+1
|
*
stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes.
Dario Nieuwenhuis
2025-01-26
1
-4
/
+3
|
|
|
|
|
We shouldn't use `unsafe` to mark merely "dangerous" actions, only actions that actually cause UB.
*
stm32: change all examples and tests to use GenericSMI::new_auto().
Dario Nieuwenhuis
2025-01-26
1
-1
/
+1
|
*
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
-7
/
+2
|
*
examples/stm32: reduce packet queue count to avoid OOM on smaller chips.
Dario Nieuwenhuis
2024-05-13
1
-2
/
+2
|
*
ci: use beta, add secondary nightly ci.
Dario Nieuwenhuis
2023-12-21
1
-1
/
+0
|
*
chore: replace make_static! macro usage with non-macro version
Ulf Lilleengen
2023-12-21
1
-5
/
+8
|
*
stm32/rcc: fix pll enum naming on f4, f7.
Dario Nieuwenhuis
2023-11-13
1
-1
/
+1
|
*
stm32/rcc: refactor and unify f4 into f7.
Dario Nieuwenhuis
2023-10-18
1
-2
/
+20
|
*
time: Update examples, tests, and other code to use new Timer::after_x ↵
Adam Greig
2023-10-15
1
-3
/
+3
|
|
|
|
convenience methods
*
Patch tests & examples
Gabriel Górski
2023-10-09
1
-2
/
+1
|
*
stm32/rcc: unify h5 and h7.
Dario Nieuwenhuis
2023-09-21
1
-1
/
+2
|
*
add wait_config_up to examples
JuliDi
2023-09-08
1
-1
/
+4
|
*
Update to embedded-io 0.5 (#1752)
Dario Nieuwenhuis
2023-08-07
1
-1
/
+1
|
*
stm32/rng: use bind_interrupts!.
Dario Nieuwenhuis
2023-07-31
1
-2
/
+4
|
*
stm32/eth: add set_poll_interval
xoviat
2023-07-15
1
-1
/
+1
|
*
stm32/eth: impl. poll interval
xoviat
2023-07-15
1
-1
/
+1
|
*
stm32/eth: add f4 example
xoviat
2023-07-15
1
-0
/
+111