arduino-cli
arduino-cli copied to clipboard
Arduino command line tool
### Describe the request from @kittaakos: > I have noticed that the `additionalProperties` is absent from the schema. Hence, when generating types downstream, arbitrary properties are valid. Are they valid?...
## Bug Report ### Current behavior The `--config-file` global command line option currently only defines the directory containing the configuration file. It does not allow configuring the specific configuration file...
### Describe the request The library list at the end of the compilation output is very helpful for solving dependency issues but in most cases it "hides" relevant compiler messages....
### Describe the request The [`PlatformRelease#type`](https://github.com/arduino/arduino-cli/blob/3ccdb9d216c0b5eb2d2583aa2dd10cf92658c537/rpc/cc/arduino/cli/commands/v1/common.proto#L131-L132) is a `repeated` field, still singular and not aligned with other `repeated` fields, such as [`boards`](https://github.com/arduino/arduino-cli/blob/3ccdb9d216c0b5eb2d2583aa2dd10cf92658c537/rpc/cc/arduino/cli/commands/v1/common.proto#L135-L139) ### Describe the current behavior The API property...
### Describe the request Add support for a field named `supported` in [the `library.properties` library metadata file](https://arduino.github.io/arduino-cli/dev/library-specification/#library-metadata). This field is a comma-separated list of patterns to match against an FQBN....
### Describe the problem I know a number of people have reported this problem for months but still it isn't solved. When starting Arduino IDE 2.2.1, notification area shows "Downloading...
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.4.2 to 5.11.0. Release notes Sourced from github.com/go-git/go-git/v5's releases. v5.11.0 What's Changed git: validate reference names (#929) by @aymanbagabas in go-git/go-git#950 git: stop iterating at oldest shallow...
### Describe the request Compile times take too long. IDe designers dont want to stop the auto dependency discovery that the IDE currently does, to keeps things easy for novice...
### Describe the problem Sorry if there is an issue regarding this, I didn't find any. I am trying to install `arduino-cli` on raspberry pi 4. ``` curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh...
### Describe the problem When i try to compile a simple Sketch i get this error `Error during build: fork/exec /home/hellboy/.arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino7/bin/avr-g++: no such file or directory` and i already downloaded...