aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/clock.rs
Commit message (Expand)AuthorAgeFilesLines
* time: replace dyn clock/alarm with a global Driver traitDario Nieuwenhuis2021-08-051-372/+0
* Provide a way for a peripheral to query its clock frequencyUlf Lilleengen2021-06-141-1/+3
* Enable timer clock in RCC on timer startUlf Lilleengen2021-06-101-19/+5
* Fix stm32l0 buildUlf Lilleengen2021-06-071-1/+1
* Use macrotables from build.rsDario Nieuwenhuis2021-06-071-1/+1
* Migrate TIM[2-5] to macro tables.Bob McWhirter2021-06-031-3/+11
* Add a way to enable more features of the STM32L0 RCCUlf Lilleengen2021-06-021-1/+0
* Add stm32-metapac crate, with codegen in rustDario Nieuwenhuis2021-05-311-3/+3
* Move clocks to rcc modUlf Lilleengen2021-05-271-24/+14
* Assume tim2 in macro and remove clock setup in chip specific rcc initUlf Lilleengen2021-05-261-6/+32
* Enable clock by default for stm32l0Ulf Lilleengen2021-05-261-3/+6
* STM32 Clock: Use atomic-polyfillThales Fragoso2021-05-231-1/+2
* Update stm32-data and rename RTC to ClockThales Fragoso2021-05-231-0/+357