Alfred Klomp

Results 12 issues of Alfred Klomp

- Uniform naming. Functions are called `gpioSomething()`, enums are `GpioSomething`. - Decreased size of code, removed some verbose constructs. - Added functionality: - can set pull up/pull down state (this...

Found and fixed a bug in `libopencm3` for the STM32F2/4 DMA header definitions. The bug manifests as a miscompilation of the following abridged code at high optimization levels (`-O3`) using...