aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/time.rs
Commit message (Collapse)AuthorAgeFilesLines
* sdmmc: use storage devices with referencexoviat2025-12-091-1/+1
|
* Hand-roll defmt::Format for HertzDániel Buga2025-04-081-1/+7
|
* stm32: impl Display for time::Hertzdimi2025-01-131-0/+7
|
* fmtDion Dokter2024-07-091-1/+1
|
* Make clocks repr C.Dion Dokter2024-07-081-0/+36
| | | | | | Add shared data. Modify freq functions to use shared data. Modify examples to use new init/
* stm32: document hrtim, qspi, sdmmc, spi.Dario Nieuwenhuis2023-12-191-0/+3
|
* stm32/rcc: use more PLL etc enums from PAC.Dario Nieuwenhuis2023-10-111-0/+7
|
* Make Hertz constructors `const`Sebastian Goll2023-04-131-6/+6
| | | | This allows them to be used in constant values.
* stm32: add H5 support.Dario Nieuwenhuis2023-04-061-1/+45
|
* stm32/rcc: print actual freqs on boot.Dario Nieuwenhuis2023-01-201-0/+1
|
* embassy-stm32: Simplify timeGrant Miller2022-07-101-108/+16
| | | | | | | | | | - Remove unused `MilliSeconds`, `MicroSeconds`, and `NanoSeconds` types - Remove `Bps`, `KiloHertz`, and `MegaHertz` types that were only used for converting to `Hertz` - Replace all instances of `impl Into<Hertz>` with `Hertz` - Add `hz`, `khz`, and `mhz` methods to `Hertz`, as well as free function shortcuts - Remove `U32Ext` extension trait
* More work on H7 RCCThales Fragoso2021-05-211-1/+1
|
* Adjust pin-names to FooPin.Bob McWhirter2021-05-141-2/+1
| | | | | Move common bits up to spi/mod.rs. Isolate the RNG interrupt in a sub-module to avoid conflict with the const.
* Continuing to update clocks (unused now) and SPIBob McWhirter2021-05-121-0/+127