Dion Dokter
Dion Dokter
Syntax should be left the same, but this would support more complex macros more easily
Hey everyone! I could use some feedback on this, so any is appreciated. ## Goal of the crate I've done a talk at the Oxidize conf about writing the 'best'...
The ram sections in https://github.com/probe-rs/probe-rs/blob/master/probe-rs/targets/STM32H7%20Series.yaml only describe the AXISRAM. There are many more and the main ram section is not present either. The sections can be seen here: https://github.com/stm32-rs/stm32h7xx-hal/blob/master/memory.x But...
Timing data is stored in the task header, so in the function [register_timer](https://github.com/embassy-rs/embassy/blob/84628d36cf743193cbf0e7d47ef1cfa9fb590890/embassy/src/executor/raw/mod.rs#L454) it tries to get the task header from the waker. But this waker is not made by...
When calling the constrain function on the RCC, it eats the register. This is highly inconvenient as I want to later enable and disable different peripheral clocks and can't access...
It would be a nice feature to have the option to disable the logging. For me, it gets in the way of what I actually want logged and it slows...
### Problem I was giving a workshop to people new to rust and in one of the exercises they were instructed to create a `build.rs` file. However, this person either...
So I've been using defmt in a couple of libraries of mine and it's super nice! However, when I want to add tests to the library that I run on...