aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7/src/bin/eth.rs
Commit message (Expand)AuthorAgeFilesLines
...
* stm32: move dbgmcu stuff to toplevel config setting, defaulting to true.Dario Nieuwenhuis2021-08-191-5/+0
* time: replace dyn clock/alarm with a global Driver traitDario Nieuwenhuis2021-08-051-12/+1
* Merge pull request #344 from bobmcwhirter/remove_buildersDario Nieuwenhuis2021-08-041-22/+9
|\
| * Formatting again.Bob McWhirter2021-08-041-1/+1
| * Further work sharing config for example and removing duplicated code.Bob McWhirter2021-08-041-30/+9
| * Remove unused import.Bob McWhirter2021-08-041-1/+0
| * Formatting.Bob McWhirter2021-08-041-2/+2
| * Remove builders from Config(s) and examples.Bob McWhirter2021-08-041-8/+17
* | Update nightly, remove removed features.Dario Nieuwenhuis2021-08-041-2/+0
|/
* Mark `new`s as unsafe due to not being leak-safe.Dario Nieuwenhuis2021-08-021-4/+6
* hal-common: remove Pin in PeripheralMutexDario Nieuwenhuis2021-08-021-11/+7
* stm32: No need to enable GPIO clocks manuallyTimo Kröger2021-07-231-12/+0
* fix stm32 warningsRukai2021-07-051-0/+1
* net: Make the user pass in the StackResources in initThales Fragoso2021-06-201-2/+7
* stm32h7: Add ethernet exampleThales Fragoso2021-06-161-0/+167