embassy/embassy-stm32
Will Glynn 34a8a64bf5 stm32: make tick rate configurable
The stm32 time drivers support arbitrary tick rates but the associated
Cargo features do not. Enabling any time driver presently enables
`embassy/time-tick-32768hz`; instead, enable only `embassy/time`.

This is a breaking change: users must now choose a tick rate. The
previous behavior is available by enabling the
`embassy/time-tick-32768hz` feature, but now users may also choose
`embassy/time-tick-1000hz` or `embassy/time-tick-1mhz` instead.
2022-05-30 20:13:25 -05:00
..
src Merge #781 #785 2022-05-31 00:25:21 +00:00
build.rs Replace embassy::io with embedded_io. 2022-05-07 01:45:54 +02:00
Cargo.toml stm32: make tick rate configurable 2022-05-30 20:13:25 -05:00