Denis Dowling

Results 4 issues of Denis Dowling

**Summary** Allow CMakeLists.txt files to contain multiple build_sketch() targets. This PR fixes #2282 A lot of Arduino library projects will contain multiple example applications that demonstrate the library functionality. It...

Enhancement
New feature

I am trying to build multiple sketches using a project wide CMakeLists.txt file. If I call the build_sketch() function with each of the targets then cmake reports an error about...

New feature

Is there any interest in a non-blocking version of the `nextAction()` method? I have been testing the following replacement that can be called with `nextAction(false)` from the main loop or...

improvement