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

The `arduino-cli` currently does not reload the platform files (`platform.txt`, `boards.txt` and `programmer.txt`) when they change. In the IDE this can be forced (CMD+ Shift+P / Ctrl+ Shift+P and then...

type: enhancement

https://arduino.github.io/arduino-cli/0.35/integration-options/#the-third-pillar-embedding

### Describe the problem When uploading this code snippet to the Nano ESP32 nothing gets printed when opening the serial monitor. ``` void setup() { Serial.begin(9600); while(!Serial); Serial.println("Starting..."); } void...

os: windows
type: imperfection

## 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) -...

type: enhancement
topic: code
topic: CLI

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

### Describe the problem If a library is installed under a path that contains Cyrillic characters, Arduino CLI is unable to discover it. Compilation of sketches with an `#include` directive...

topic: code
type: imperfection

### Describe the problem ``` C:\Users\vhtmf\Documents\Arduino\sketch_feb10a\sketch_feb10a.ino: In instantiation of 'constexpr const bool _Allow_inheriting_unwrap::value': C:\Users\vhtmf\Documents\Arduino\sketch_feb10a\sketch_feb10a.ino:22:70: required from here C:\Users\vhtmf\Documents\Arduino\sketch_feb10a\sketch_feb10a.ino:19:25: error: 'unsigned int*' is not a class, struct, or union type static...

type: imperfection

### Describe the request The CLI always automatically pulls the latest `package_index.json` from the web, and uses that in all requests (`core search` etc). For CI purposes, it would be...

type: enhancement
topic: code

### Describe the request As I understand there are 3 ways to initialize the CLI config: * `arduino-cli config init` will initialize the config in `~/.arduino15/arduino-cli.yaml` and use `~/.arduino15` as...

type: enhancement

### Describe the request There are many use cases for which the custom-made Arduino compilation process does not fit well or easily. Some issues related to these needs are #1473...

type: enhancement
topic: code
topic: build-process