Matous Hybl
Matous Hybl
Further discussion revealed more information on double buffering with DMA/BDMA on different families and peripheral versions: * Families with BDMA v1/v2 (in RM often called DMA) cannot support Double Buffering...
I forgot to enable the feature yesterday and the symptoms were just that interrupts handlers were not being called and the CPU getting stuck. I would love to help with...
This has been fixed in RUI, TableView abstractions can now be styled and used in XML definitions.
The ADC DMA example should now be covered in #258.
Oh, I see it now. Sorry for the mistake, I agree with adding a slightly improved comment, but I believe we could also extract the frequencies for example to a...
Fix submitted in #116.
This is not needed as the problems were caused by improper use of SnapKit.
This will have to be implemented with support for custom constants as adding this to our codebase now would require a big amount of refactoring.
Good idea, I’ll make a separate PR for updating dependencies and have a look at the failing CI.
Hi, the PR still doesn't pass CI as the f1xx-hal uses `#[non_exhaustive]` feature on enums and they do not specify the minimum supported Rust version. I think that we shouldn't...