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

Arduino command line tool

Results 300 arduino-cli issues
Sort by recently updated
recently updated
newest added
trafficstars

Arduino IDE v2.2.1 I'm adding a new board with new chip (SAM4), starting with a empty and baremetal core In platform.txt i have defined compile commands with: `-DARDUINO_ARCH_{build.arch}` And in...

type: imperfection

### Describe the problem It is a common practice for command line tools to selectively color output text with the goal of enhancing the readability. This is done though [ANSI...

topic: code
type: imperfection
topic: CLI

## Please check if the PR fulfills these requirements See [how to contribute](https://arduino.github.io/arduino-cli/latest/CONTRIBUTING/) - [X] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-cli/pulls) before creating one) -...

### Describe the request As a consumer of the gRPC API, I would like to receive an event if the gRPC equivalent of the `board list watch` command has started....

type: enhancement
topic: code
topic: gRPC

### Describe the problem I finished translating CLI to arabic in transifiex and I began proofreading , however when I changed cli language from .yaml file the text was previewed...

topic: code
type: imperfection

### Describe the request The Arduino IDE allows customizing the default ino file with the `arduino.sketch.inoBlueprint` as mentioned [here](https://forum.arduino.cc/t/how-to-edit-the-file-new-sketch-sketch-not-examples-01-basics-bareminium/1059543/2). It would be nice to have an equivalent version in arduino-cli...

type: enhancement
topic: code

## Bug Report The generated compilation database has a bug/is missing some compiler commands. If you are trying to use the compilation database as intellisense configuration as is done in...

type: imperfection
topic: build-process

### Describe the problem Unable to update libraries. There is no duplication in the /libraries/ folder. ```text Failed to install library: TinyGSM:0.11.7. Error: 3 INVALID_ARGUMENT: The library TinyGSM has multiple...

status: waiting for information
topic: code
type: imperfection

### Describe the problem Compiler warnings for code from non-`.ino` source files are not shown on subsequent sketch compilations. ### To reproduce When someone writes code like this (see below)...

type: enhancement
topic: code
type: imperfection

### Describe the problem When using make & makefiles a build followed immediately by another build causes nothing to be compiled or linked because make honors timestamps when building the...

topic: code
type: imperfection
topic: build-process