arduino-cli
arduino-cli copied to clipboard
Arduino command line tool
### Describe the problem `core search --format json` provides different output for the same args. The `boards` item per platform differs. ### To reproduce ``` ./arduino-cli version arduino-cli Version: 0.35.0-rc.7...
### Describe the problem A project can only be compiled once per Arduino IDE session. At the first compile, `includes.cache` is created in the build directory as expected and the...
### Describe the request As described [here](https://github.com/arduino/arduino-cli/issues/2245#issuecomment-1653110594), the `hardware_id` was introduced as a workaround to help CLI consumers to detect a potential port change during the upload. > Once the...
### Describe the problem IDE2 must gracefully handle invalid sketch (folder) names and open them even if the CLI cannot load the sketch. Since CLI can't provide error codes (https://github.com/arduino/arduino-cli/issues/1762),...
## Bug Report This is a follow-up of #1099. ### Current behavior `--source-override` generates an incorrect compiler error. _Actual_: ``` % ls -al total 16 drwxr-xr-x 4 akos.kitta staff 128...
### Describe the request The *.proto files in this repo are currently licensed under GPLv3. I'm not a lawyer, but that seems like it would prevent any non-GPL application from...
### Describe the request After the `v1.0.0` we should add some automation that checks if we're introducing breaking changes in the protobuf. The ideal candidate is to use the `buf...
Bumps [github.com/leonelquinteros/gotext](https://github.com/leonelquinteros/gotext) from 1.4.0 to 1.5.2. Release notes Sourced from github.com/leonelquinteros/gotext's releases. v1.5.2 Bump golang.org/x/text from 0.3.7 to 0.3.8 v1.5.1 Small release with minor improvements, mainly related to dependencies. v1.5.0...
### Describe the problem In Windows, I cannot compile a sketch with a following error. ``` Used platform Version Path esp32:esp32 2.0.14 C:\Users\LUFT-AQUILA\local\workspace\monolith\builder\toolchain\arduino\data\packages\esp32\hardware\esp32\2.0.14 Error during build: fork/exec C:\Users\LUFT-AQUILA\local\workspace\monolith\builder\toolchain\arduino\data\packages\esp32\tools\xtensa-esp32-elf-gcc\esp-2021r2-patch5-8.4.0/bin/xtensa-esp32-elf-g++.exe: The filename...
### Describe the request This proposal includes two distinct changes: 1. When resolving dependencies for a library, give higher location priority to libraries mentioned explicitly in the `depends=` field of...