J.C. Nelson

Results 3 issues of J.C. Nelson

Steps: 1. Download and install the Arduino IDE from https://www.arduino.cc/en/Main/Software In the Arduino IDE, under preferences (Mac, no idea for Windows), add the following additional boards manager url: https://github.com/stm32duino/BoardManagerFiles/raw/dev/STM32/package_stm_index.json 2....

From Hackaday - I've compiled using the M200 V2 variant and it's close to work. Your branch only compile with STM32 cores 1.6. I've rebased your branch onto the current...

**Summary** This PR fixes/implements the following **bugs/features** Draft which creates DMA IRQ handlers in the arduino core, meaning that libraries/sketches should _not_ define them, instead using prepare/end to register for...

enhancement