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

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

topic: infrastructure

### Describe the problem When the boards.txt definition contains either `{upload.maximum_size}` or `{upload.maximum_data_size}` as hex values instead of decimal the build fails with error: ``` Using library ArduinoJson at version...

priority: low
type: imperfection

Bumps [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact) from 2 to 4. Release notes Sourced from geekyeggo/delete-artifact's releases. v4.0.0 Support for actions/upload-artifact@v4 Add support for artifacts uploaded with actions/upload-artifact@v4. Add requirement of token with read and...

topic: infrastructure

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

topic: infrastructure

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

topic: infrastructure

### Describe the problem I'm attempting to compile a program with the CLI via docker, but I'm getting errors because it isn't populating the preprocessor definitions from boards.txt. The specific...

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

### Describe the request In a project I am currently using different "kind" of libraries. 1. Versioned libraries available in via Arduino Library Manager 2. Non-versioned libraries available via their...

type: enhancement
topic: code
topic: package-management

### Describe the problem The previous file persists in the sketch build folder after a sketch code file with extension other than `.ino`/`.pde` is renamed. 🐛 This can result in...

topic: code
type: imperfection
topic: build-process

## Bug Report I cloned the repo on a raspberry pi 4 and did install.sh and it complains it does not find....arduino-cli ### Current behavior pi@raspberrypi:~/arduino-cli $ sudo ./install.sh Installing...

type: enhancement
topic: infrastructure