Per Tillisch
Per Tillisch
Hi @faustotassan. Thanks for your interest in this open source project. This issue tracker is only to be used to report bugs or feature requests specific to the project. This...
Hi @droidalfa. Thanks for taking the time to submit an issue. Please tell me which board you have selected from the **Tools > Board** menu in Arduino IDE when you...
@mrks89 this is a place to submit formal reports of defects or proposals for enhancements regarding the code hosted in the repository. Those reports and proposals may eventually be evaluated...
This problem only occurs with the avr-gcc 5.4.0-atmel3.6.1-arduino2 used by Arduino AVR Boards 1.6.22 and newer. The relevant bug report is here: https://github.com/arduino/ArduinoCore-avr/issues/39 A code workaround is described in that...
@tofrnr is the king of duplicate issues! Duplicate of https://github.com/br3ttb/Arduino-PID-Library/issues/39
The requirements and process for adding a library to the Library Manager index is documented here: https://github.com/arduino/Arduino/wiki/Library-Manager-FAQ Note that it's not necessary to make a full conversion to the 1.5...
Hi @SpenceKonde. Thanks for your report. As someone who maintains automated link checking infrastructure in quite a few projects, I understand the frustration of spurious failures. The script is running...
@terrillmoore thanks for your information! I did some more tests and am even more confused than ever. Using identical configurations in two different repos, [one has warnings](https://travis-ci.org/per1234/misc/jobs/412442275), [the other doesn't](https://travis-ci.org/per1234/test/jobs/412673516)....
Thanks for your comment terrillmoore. I also have thought that this might be something only Travis CI can fix, since it doesn't seem like Arduino thinks they can do anything....
You're welcome, and I'm glad if you have found it useful. This is indeed something I have considered after seeing Adafruit do it in their CI script: https://github.com/adafruit/ci-arduino/blob/44550ac828c25a8b4cd9744111f063ada3d35368/build_platform.py#L156-L170 I've been...