arduino-cli
arduino-cli copied to clipboard
Arduino command line tool
**Please check if the PR fulfills these requirements** - [X] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-cli/pulls) before creating one) - [X] The PR follows [our...
The type declared after any function is not visible as the parameter type for any other function below. Although it is suitable for other purposes. For example: ```cpp struct tword{...
Similar to https://github.com/arduino/arduino-cli/pull/1734 but for library index
### 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...
### Describe the problem Currently I am using Arduino-cli to flash the device connected to the USB. Everything is running on the Raspberry Pi. The devices are exposed to docker...
### Describe the request Good morning, can you make a BSD build? I've tried to build it myself (I did everything alright) but it failed while Go was downloading packages....
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...
## Proposal ### Current behavior As a gRPC consumer of the CLI, I have to generate the JS/TS modules from the `proto` files. It would be nice to ship the...
**Please check if the PR fulfills these requirements** - [x] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-cli/pulls) before creating one) - [x] The PR follows [our...
It is a common practice for boards platforms to contain [platform bundled libraries](https://arduino.github.io/arduino-cli/dev/platform-specification/#platform-bundled-libraries) that are a variant of a common library distributed via Library Manager, modified to be compatible with...