embassy/examples
Grant Miller 5ecbe5c918 embassy-stm32: Simplify time
- 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
2022-07-10 21:46:45 -05:00
..
boot Use correct chip family name for example 2022-07-05 13:17:55 +02:00
nrf Trait for UsbSupply 2022-07-09 17:57:31 +10:00
rp Merge pull request #822 from embassy-rs/remove-authors 2022-06-18 17:33:29 +02:00
std Remove the authors field from Cargo.tomls 2022-06-18 02:16:40 +02:00
stm32f0 Merge pull request #822 from embassy-rs/remove-authors 2022-06-18 17:33:29 +02:00
stm32f1 Merge pull request #822 from embassy-rs/remove-authors 2022-06-18 17:33:29 +02:00
stm32f2 Merge pull request #822 from embassy-rs/remove-authors 2022-06-18 17:33:29 +02:00
stm32f3 embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
stm32f4 embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
stm32f7 embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
stm32g0 Merge pull request #822 from embassy-rs/remove-authors 2022-06-18 17:33:29 +02:00
stm32g4 embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
stm32h7 embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
stm32l0 embassy-stm32: Simplify time 2022-07-10 21:46:45 -05:00
stm32l1 Merge pull request #822 from embassy-rs/remove-authors 2022-06-18 17:33:29 +02:00
stm32l4 Merge pull request #822 from embassy-rs/remove-authors 2022-06-18 17:33:29 +02:00
stm32l5 Merge pull request #822 from embassy-rs/remove-authors 2022-06-18 17:33:29 +02:00
stm32u5 Merge pull request #822 from embassy-rs/remove-authors 2022-06-18 17:33:29 +02:00
stm32wb Merge pull request #822 from embassy-rs/remove-authors 2022-06-18 17:33:29 +02:00
stm32wl Document configuration options and handle optional downlink 2022-07-04 10:33:29 +02:00
wasm Remove the authors field from Cargo.tomls 2022-06-18 02:16:40 +02:00