Dario Nieuwenhuis
|
b1245858f3
|
stm32/eth: rename PHY->Phy, GenericSMI -> GenericPhy. Remove unneeded unsafes.
We shouldn't use `unsafe` to mark merely "dangerous" actions, only actions that
actually cause UB.
|
2025-01-26 22:43:28 +01:00 |
|
Dario Nieuwenhuis
|
ff52bde787
|
stm32: change all examples and tests to use GenericSMI::new_auto().
|
2025-01-26 22:17:25 +01:00 |
|
Dario Nieuwenhuis
|
be0d9775e3
|
net: refactor to simplify lifetimes/generics.
|
2024-09-16 21:17:11 +02:00 |
|
Martin Liska
|
961ec387ed
|
Simplify construction of StackResources::new()
|
2024-08-08 12:03:43 +02:00 |
|
Dion Dokter
|
3cd2081450
|
Fix tests
|
2024-08-05 15:07:51 +02:00 |
|
Dario Nieuwenhuis
|
8b36a32ed5
|
ci: use beta, add secondary nightly ci.
|
2023-12-21 15:03:57 +01:00 |
|
Ulf Lilleengen
|
0acf7b09c3
|
chore: replace make_static! macro usage with non-macro version
|
2023-12-21 10:29:57 +01:00 |
|
Dario Nieuwenhuis
|
3d03c18d4f
|
stm32/tests: add stm32h753zi, stm32h7a3zi.
|
2023-10-21 04:46:45 +02:00 |
|
Gabriel Górski
|
e62bf6a9fd
|
Patch tests & examples
|
2023-10-09 13:46:56 +02:00 |
|
Dario Nieuwenhuis
|
c0a6c78a14
|
stm32/hil: add f2, f3, f7, l49
|
2023-10-03 02:11:58 +02:00 |
|
Dario Nieuwenhuis
|
eff61648fe
|
tests/stm32: add eth test.
|
2023-10-02 20:40:11 +02:00 |
|