"embassy-nrf, embassy-stm32..." <- > <@dirbaio:matrix.org> embassy-nrf, embassy-stm32 have a config setting for these https://github.com/embassy-rs/embassy/blob/main/embassy-nrf/src/lib.rs#L257 > it's just not done in embassy-rp yet Is it possible to combine embassy and https://github.com/stm32-rs/stm32h7xx-hal? Reason I ask is these use `cortex_m_rt::entry` instead of ``` #[embassy_executor::main] async fn main(_spawner: Spawner) { ```