embassy/embassy-stm32
Ulf Lilleengen c501b162fc Enable clock by default for stm32l0
Modify init function to return a Clock instance defined by a per-chip
SystemClock type and use this in macro setup

A proof of concept implementation for STM32 L0 chips.

This allows using embassy::main macros for STM32 devices that have the
clock setup logic.
2021-05-26 12:33:07 +02:00
..
src Enable clock by default for stm32l0 2021-05-26 12:33:07 +02:00
stm32-data@c5db875ec2 Update stm32-data and rename RTC to Clock 2021-05-23 17:09:11 -03:00
.pep8 USART codegen 2021-04-25 22:35:51 +02:00
build.rs Autogenerate the tailored PAC for each chip 2021-05-06 03:43:46 +02:00
Cargo.toml Re-adds embassy macros for stm32 2021-05-25 13:30:42 +02:00
gen.py Add timer/rtc impl macro 2021-05-23 15:59:09 -03:00