Henrik Lindblom

Results 5 issues of Henrik Lindblom

As the title says `cppcm-create-makefile-for-flymake` generates a `Makefile` inside `src-dir`. I'm not sure where this file should go, but certainly not inside `src-dir`, i.e. project root.

### Description RPM packages generated for Fedora and available from renode.io depend on `beesu` for prompting a password for commands that require root privileges. The issue is that `beesu` is...

I'm trying to convert old construct code to be more readable and `DataclassMixin` seems the way to do it. However, I converting nested structures into dataclass instances is a bit...

I noticed that the USART support for stm32f4 is somewhat limited as it doesn't cover interrupts or dma transfers. The information is buried at the very end of the repository...

Interrupts on the f4 family behave a little different than for example on the f3. The interrupt behavior has been implemented as documented in RM0090 Rev. 21 "Reference Manual for...