Per Tillisch

Results 361 issues of Per Tillisch

It would be helpful if the pins_arduino.h files for the standard and bobuino variants had license information added to them(avr-developers already has it). I realize this repository is kind of...

Specifying the library dependencies in the `depends` field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of...

The Arduino IDE requires the sketch folder name to match the filename of the primary sketch file. On a filename case-sensitive OS like Linux, this includes matching case. This change...

The Arduino IDE requires the use of a single true tab separator between the keyword name and identifier. When spaces are used rather than a true tab the keyword is...

We have had four reports of this error on the forum in the last two days. The usual trick of clearing out the data folder and trying again didn't work...

Type: Bug
Component: Board/Lib Manager

Specifying the library dependencies in the `depends` field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of...

### Describe the request Reinstall pluggable discovery and monitor tools of the `builtin` package if the tool executable is not found. ### Describe the current behavior Arduino CLI automatically installs...

type: enhancement
topic: code

### Describe the problem The `cc.arduino.cli.commands.v1.ArduinoCoreService.Upload` method of Arduino CLI's [gRPC interface](https://arduino.github.io/arduino-cli/dev/integration-options/#the-second-pillar-grpc-interface) has a [streaming response](https://arduino.github.io/arduino-cli/dev/rpc/commands/#uploadresponse) that contains the output from the upload process. 🐛 Under some conditions, this stream...

topic: code
type: imperfection
topic: gRPC

During library discovery, Arduino CLI searches several locations, which are documented [here](https://arduino.github.io/arduino-cli/dev/sketch-build-process/#dependency-resolution). One of those locations can be the `libraries` subfolder of the Arduino IDE folder. The documented behavior: https://arduino.github.io/arduino-cli/dev/sketch-build-process/#location-priority...

topic: documentation
priority: high
topic: code
type: imperfection