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 Raspberry pi 4 | Ubuntu 20.04 LTS ARCH=ARMv7 OS=Linux Installed via: curl -fsSL https://raw.githubusercontent.com/arduino/arduino-cli/master/install.sh | sh -s nightly-latest Running: `arduino-cli board list` Returns: ``` panic: runtime...

architecture: arm
topic: code
type: imperfection

From [the "package index specification"](https://arduino.github.io/arduino-cli/dev/package_index_json-specification/): https://github.com/arduino/arduino-cli/blob/6ac5f7a3ca3b9057931b5a75919ca708c0fb6be7/docs/package_index_json-specification.md#L166-L167 I always understood the Arduino IDE selected the tool(chain)? with the highest version number (making the assumption the latest is the one with the...

type: enhancement
topic: documentation
criticality: medium

### Describe the problem Hi, some times (I have been unable to understand why) the link fails with messages as the following: ```bash /home/kappa/.arduino15/packages/Heltec-esp32/tools/xtensa-esp32-elf-gcc/1.22.0-80-g6c4433a-5.2.0/bin/../lib/gcc/xtensa-esp32-elf/5.2.0/../../../../xtensa-esp32-elf/bin/ld: cannot find crt1-sim.o: No such file...

type: imperfection

### Describe the problem I could not install `heltec-esp8266:esp8266` with IDE2. It's probably a CLI issue but let's make sure. ``` Downloading packages Installing heltec-esp8266:[email protected] heltec-esp8266:[email protected] installed Installing heltec-esp8266:[email protected] heltec-esp8266:[email protected]...

topic: code
type: imperfection

## Bug Report Library authors can use a [relaxed-semver](https://github.com/bugst/relaxed-semver). For example, `1.0` is OK. If such a library is installed, `lib list` will return with the `1.0` version, which is...

topic: code
type: imperfection

### Describe the problem When trying to compile the following sketch, ```cpp template void test(size_t arr[N / 2]) {} void setup() {} void loop() {} ``` this error is raised:...

topic: code
type: imperfection
topic: build-process

**Please check if the PR fulfills these requirements** - [x] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-cli/pulls) before creating one) - [x] The PR follows [our...

type: enhancement
topic: code

**Please check if the PR fulfills these requirements** - [X] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-cli/pulls) before creating one) - [X] The PR follows [our...

topic: code
type: imperfection

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] - When updating the...

type: enhancement
topic: code

**Please check if the PR fulfills these requirements** - [x] The PR has no duplicates (please search among the [Pull Requests](https://github.com/arduino/arduino-cli/pulls) before creating one) - [x] The PR follows [our...

type: enhancement
topic: code