embassy/embassy-macros/src
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
..
chip Enable clock by default for stm32l0 2021-05-26 12:33:07 +02:00
lib.rs Enable clock by default for stm32l0 2021-05-26 12:33:07 +02:00
path.rs Add embassy_prefix attribute parameter to task and main macros 2021-04-14 11:06:30 +02:00