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

### Describe the problem In IDE 2.3.4, when burning bootloader for Arduino Mega2560 with Atmel-ICE lock bits verification fails. Everything previous is written and verified ok and board works (but...

type: imperfection

## Please check if the PR fulfills these requirements See [how to contribute](https://arduino.github.io/arduino-cli/latest/CONTRIBUTING/) - [ ] 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 Please consider adding a new subcommand for `sketch` to expose certain build-related information, including the [`build_path`](https://arduino.github.io/arduino-cli/1.2/rpc/commands/#builderresult) of a given sketch. The primary motivation for this request...

type: enhancement
topic: code

### Describe the request Hi, sorry to bother you with this question that comes back every year I think, but can't you implement a real option to use portableversion? A...

type: enhancement
topic: code

### Describe the request I use arduino-cli on Intel Linux to compile and upload sketches to my Arduino, which is an Adafruit Feather M4 CAN. Usually, the feather comes up...

type: enhancement

### Describe the problem Raw strings breaks forward generation in pre-compile-phase. Seems to be a specific problem to that example of a raw string. I'll update after I found the...

type: imperfection
topic: build-process

### Describe the request I am working on an editor / ide for arduino development. I am using Arduino-CLI for the various actions like compile, upload, queries etc. This is...

type: enhancement
topic: code
topic: CLI

### Describe the request The JSON Output, structure and semantics are not really documented, changes in the output of the various commands will break applications that rely on parsing this...

type: enhancement
topic: documentation
topic: CLI

If there is another way to install library from github website too, it may be convenient way for the newbie. Wish the next version of ArduinoIDE will be support this...

type: enhancement
topic: code
topic: package-management
topic: build-process

### Describe the problem I need to upload precompiled binaries but I am facing the following issue: ### To reproduce ``` $ arduino-cli upload --port /dev/ttyUSB0 --fqbn Heltec-esp32:esp32:heltec_wireless_stick_lite_V3 --input-file /path/to/my/precompiled/files//lora_lte_node_V2.15_v1_40MHz.bin`...

topic: documentation
type: imperfection