Francois Campbell

Results 16 comments of Francois Campbell

Sorry for the absence, I've been super busy lately. This is an issue with the arduino-cmake project I use in the plugin. That project is super fragmented right now and...

The base arduino-cmake project has been split into a bunch of forks. I've created my own to try to corral the features back together. One of the changes I pulled...

That's weird, you've got almost the same setup as me but I don't get that issue. Here's a fresh ZIP that I tested working: [CLionArduinoPlugin.zip](https://github.com/francoiscampbell/CLionArduinoPlugin/files/99297/CLionArduinoPlugin.zip) I'm in the middle of...

This is the standard behaviour of CMake. I'll look into providing an option to override this.

I'm not familiar with that library but I've gotten it to find Wire.h by adding ``` link_directories(/Applications/Arduino.app/Contents/Java/hardware/arduino/avr/libraries/) ``` and for Time.h maybe this can help: http://stafava.blogspot.ca/2011/12/arduino-ide-cant-find-my-timeh-file.html

Apologies for the delayed response, I didn't have notifications set up for this repo. Thanks for the suggestion, it does sound like a good idea, I'll dig deeper into it.

Hi, just chiming in at the request of our TAM. We're suffering from this issue as well, and we can't reliably use [redundant build cancellation](https://buildkite.com/docs/pipelines/skipping#cancel-running-intermediate-builds) because skipping the `pre-exit` hook...