aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/src/bin/eth.rs
Commit message (Expand)AuthorAgeFilesLines
* ci: use beta, add secondary nightly ci.Dario Nieuwenhuis2023-12-211-1/+0
* chore: replace make_static! macro usage with non-macro versionUlf Lilleengen2023-12-211-5/+8
* stm32/rcc: fix pll enum naming on f4, f7.Dario Nieuwenhuis2023-11-131-1/+1
* stm32/rcc: refactor and unify f4 into f7.Dario Nieuwenhuis2023-10-181-2/+20
* time: Update examples, tests, and other code to use new Timer::after_x conven...Adam Greig2023-10-151-3/+3
* Patch tests & examplesGabriel Górski2023-10-091-2/+1
* stm32/rcc: unify h5 and h7.Dario Nieuwenhuis2023-09-211-1/+2
* add wait_config_up to examplesJuliDi2023-09-081-1/+4
* Update to embedded-io 0.5 (#1752)Dario Nieuwenhuis2023-08-071-1/+1
* stm32/rng: use bind_interrupts!.Dario Nieuwenhuis2023-07-311-2/+4
* stm32/eth: add set_poll_intervalxoviat2023-07-151-1/+1
* stm32/eth: impl. poll intervalxoviat2023-07-151-1/+1
* stm32/eth: add f4 examplexoviat2023-07-151-0/+111