summaryrefslogtreecommitdiff
path: root/examples/stm32l4/src/bin/rng.rs
AgeCommit message (Expand)Author
2022-08-18Split embassy-time from embassy-executor.Dario Nieuwenhuis
2022-08-17examples Remove the `fn config()` idiom.Dario Nieuwenhuis
2022-08-17Remove HAL initialization from #[embassy::main] macro.Dario Nieuwenhuis
2022-07-29Split embassy crate into embassy-executor, embassy-util.Dario Nieuwenhuis
2022-06-12Run rustfmt.Dario Nieuwenhuis
2022-04-11fix clock in l4 rng examplePhilip A Reimer
2022-04-02Use embassy/defmt-timestamp-uptime in all examples.Dario Nieuwenhuis
2022-01-27traits: migrate Delay to embedded-hal 1.0+async, remove Rng and Flash.Dario Nieuwenhuis
2022-01-04stm32/rcc: remove builders on Config.Dario Nieuwenhuis
2021-10-26Fix clock setup for MSI and PLL to allow RNG opereationUlf Lilleengen