arduino-cli icon indicating copy to clipboard operation
arduino-cli copied to clipboard

Arduino command line tool

Results 238 arduino-cli issues
Sort by recently updated
recently updated
newest added

### Describe the problem Broken link in the library spacifications: https://github.com/arduino/arduino-cli/blob/master/docs/library-specification.md?plain=1#L279 The link gets redirected to the Arduino homepage ### To reproduce Click on the link here: https://github.com/arduino/arduino-cli/blob/master/docs/library-specification.md?plain=1#L279 ### Expected...

type: imperfection

**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...

priority: high
type: imperfection
topic: CLI
criticality: high

### Describe the request Currently, the code coverage is calculated only on unit-test because go-lang offers this feature via `go test` command. For example, in our [`go:test` Taskfile script](https://github.com/arduino/arduino-cli/blob/869c971189d94f6786ebe83f2f5f085c5a71e100/Taskfile.yml#L99-L106) we...

type: enhancement
topic: infrastructure

Includes a snapcraft.yaml to build [snap](https://snapcraft.io/). I still need to make some changes to the snap configuration but here's what i have so far. # Prep sudo snap install snapcraft...

type: enhancement
status: waiting for information
topic: packaging

### Describe the request As described in arduino/arduino-cli#1762, the `core update-index` gRPC equivalent must run before initializing the core gRPC client (`InitRequest`) if it's the first start: > first start,...

type: enhancement
topic: code
topic: gRPC

### 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 request (not really sure whether this is a bug or an enhancement proposal, preemptive sorry :) While researching this issue with esp8266/Arduino https://github.com/esp8266/Arduino/issues/7759 I have noticed that...

type: enhancement
topic: code

Perhaps arduino-builder could detect when someone is editing a library's files, rather than just using an installed copy. This might be done by comparing timestamps on library source files to...

type: enhancement
topic: code
criticality: low

When burning a bootloader, the IDE runs avrdude twice in sequence. At least, they should be in sequence (not parallel) because they use the same programmer to interact with the...

topic: code
type: imperfection
topic: gRPC

As per @PaulStoffregen [comment](https://github.com/arduino/tooling-rfcs/pull/2#issuecomment-1029452622): > How would you feel about extending Board Identification to allow JSON properties to match the menu options, so arduino-cli could know more of the FQBN?...

type: enhancement
topic: code