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

There is a community created JSON schema for GitHub Actions workflows: https://json.schemastore.org/github-workflow Although not official, I have found this to be well done and actively maintained (the PRs I submitted...

type: enhancement
topic: infrastructure
criticality: medium

### Describe the problem After compiling attempting an upload fails with "Error during Upload: Compiled sketch not found in C:\Users\wesw\AppData\Local\Temp\arduino-sketch-A1E8FD2B951BC0178B8D63295C7E129C". This fails because there is no directory named arduino-sketch-A1E8FD2B951BC0178B8D63295C7E129C. The...

status: waiting for information
topic: code
type: imperfection

### Describe the problem When setting the `directories.data` option in the `arduino-cli.yaml` with a relative path, The dependency is downloaded correctly, but an error "no such file or directory" is...

type: imperfection

### Describe the problem ```text Merged 25 ELF sections Successfully created esp32 image. "C:\\Users\\kvms\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.6/tools/gen_esp32part.exe" -q "C:\\tmp\\arduino-sketch-46ACFDC48E3E880310F4204431E17DD2/partitions.csv" "C:\\tmp\\arduino-sketch-46ACFDC48E3E880310F4204431E17DD2/esp32-Lichtsteuerung.ino.partitions.bin" cmd /c if exist "C:\\tmp\\arduino-sketch-46ACFDC48E3E880310F4204431E17DD2\\libraries\\Insights" "C:\\Users\\kvms\\AppData\\Local\\Arduino15\\packages\\esp32\\hardware\\esp32\\2.0.6/tools/gen_insights_package.exe" "C:\\tmp\\arduino-sketch-46ACFDC48E3E880310F4204431E17DD2" esp32-Lichtsteuerung.ino "C:\\Program-Files-Legacy\\Arduino\\Sketchbook\\+++Produktion+++\\esp32-Lichtsteuerung" cmd /c COPY /y...

status: waiting for information
type: imperfection

## Bug Report ### Current behavior `arduino-cli compile` has a `--warnings` option to enable warnings for a single compilation run. ### Expected behavior I would like to be able to...

type: enhancement
priority: low
criticality: medium

### Describe the request There is a JSON schema for the CLI configuration (https://github.com/arduino/arduino-cli/pull/2068). Seeing the schema published to the [JSON Schema Store](https://www.schemastore.org/) would be great. Tools, such as VS...

type: enhancement

### Describe the problem When attempting to compile an completely empty sketch on MacOS, the CLI return exit status one with seemingly no error message. This is with a fresh...

status: waiting for information
type: imperfection

### Describe the problem In order to make it easier for beginners to get started with writing Arduino sketches, and for the convenience of all users, Arduino CLI [automatically generates...

topic: code
type: imperfection
topic: build-process

Prototype incorrectly generated for struct member function under certain conditions ### Describe the problem In order to make it easier for beginners to get started with writing Arduino sketches, and...

type: imperfection
topic: build-process

### Describe the request Create an introductory tutorial that guides the user through the basic process of creating [an Arduino boards platform](https://arduino.github.io/arduino-cli/dev/platform-specification/). Although the creation of a standalone platform from...

type: enhancement
topic: documentation
criticality: medium