Per Tillisch

Results 1081 comments of Per Tillisch

>In lieu of -D could we then pass a set of these to the --fqbn like we do for cpu etc? @ubidefeo it's certainly possible for the platform author to...

>So I discovered through hours of trial and error that the--build-properties flag has a broken parser Thanks for reporting this. Would you mind opening a dedicated issue report? (UPDATE: now...

>I think the current --build-properties flag is broken. I think it can be fixed by removing the support for comma-delimiting. If I understand https://github.com/arduino/arduino-cli/issues/532 correctly, it's a report of this...

Thanks so much for taking the time to investigate this @kittaakos! Using the insight you shared, I am now able to reproduce the issue using Arduino CLI directly, so can...

>does it make sense to move the issue to arduino-cli repo since the development of new functionalities is going on there? I think so. Transferring now.

Thanks for your request @framinlab. I see you have mixed together two separate requests in this issue: - Support ZIP archive and Git repository URLs in the `depends` field of...

Reopening because there was a regression (I bisected to 427af563916a7ceaaf77a4cadd0efdea6017820c) ```text $ cat ~/AppData/Local/Arduino15/preferences.txt | grep "hardwarepath" last.ide.1.8.19.hardwarepath=C:\Program Files (x86)\Arduino\hardware $ which arduino-cli # Arduino CLI is not bundled with...

The thing is that myfirst.ino is not a sketch. The folder myfirst is the sketch and it is the path to that folder that you should specify as the argument...

I think this issue ended up being about three separate topics: - `arduino-cli compile` and `arduino-cli upload` have incompatible behavior when the path to a sketch file is provided as...

This is the same behavior as the classic Arduino IDE. The "More info" link is defined by the [package index](https://arduino.github.io/arduino-cli/dev/package_index_json-specification/)'s `packages[].websiteURL`. That is indeed set to http://www.arduino.cc/ for all the...