* Is it possible to combine embassy and https://github.com/stm32-rs/stm32h7xx-hal? Reason I ask is these use ``` #[cortex_m_rt::entry] fn main() -> ! { ``` instead of ``` #[embassy_executor::main] async fn main(_spawner: Spawner) { ```