arduino-cli
arduino-cli copied to clipboard
Arduino command line tool
## Bug Report ### Current behavior Tested with `LANG=de_DE.UTF-8`: Compilation of a project from Arduino IDE or from the command line fails because the necessary include paths (for used libraries)...
Moved here from [this forum post](https://forum.arduino.cc/t/build-library-to-a-file-use-multiple-sketches-with-a-file/909169). Not sure if this is my lack of understanding, a [documentation] bug report or an enhancement request. I would like to ask `arduino-cli` to:...
## Bug Report ### Current behavior Currently [`SetValue`](https://github.com/arduino/arduino-cli/blob/9f160e8cf9ff9f08b4ff00397914c374cacf9d0d/rpc/cc/arduino/cli/settings/v1/settings.proto#L35) does not save the settings to disk. It get's cleared when daemon restarted. [`Write`](https://github.com/arduino/arduino-cli/blob/9f160e8cf9ff9f08b4ff00397914c374cacf9d0d/rpc/cc/arduino/cli/settings/v1/settings.proto#L38) request requires file path. How can one save...
## Feature request Continuing discussion from https://github.com/arduino/arduino-cli/issues/1013#issuecomment-736236811 Part of unit test compilation in `arduino_ci` involves [determining which files and directories from a library should be presented to the compiler](https://github.com/Arduino-CI/arduino_ci/blob/master/lib/arduino_ci/cpp_library.rb#L503-L509). I...
## 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) -...
Bumps [github.com/leonelquinteros/gotext](https://github.com/leonelquinteros/gotext) from 1.4.0 to 1.6.0. Release notes Sourced from github.com/leonelquinteros/gotext's releases. v1.6.0 What's Changed Allow locale to use a fs.FS by @kobergj in leonelquinteros/gotext#68 Runtime translation detection by @m-horky...
### Describe the request The [sketch project file `sketch.yaml`](https://arduino.github.io/arduino-cli/0.29/sketch-project-file/) is wonderful for making more self contained projects that don't include the dreaded "okay now here follow these 20 steps to...
### Describe the request clangd-based projects often use compilation databases for definition linking. The most convenient setup to set up for developing firmware for arduino-based microcontrollers in neovim currently is...
Bumps [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto) from 1.1.0-alpha.0 to 1.1.0-alpha.2. Release notes Sourced from github.com/ProtonMail/go-crypto's releases. v1.1.0-alpha.1 What's Changed Removes the openpgp.VerifyDetachedSignatureAndSaltedHash function and the packet.SaltedHashSpecifier as they are no longer required. They were...
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.4.2 to 5.12.0. Release notes Sourced from github.com/go-git/go-git/v5's releases. v5.12.0 What's Changed git: Worktree.AddWithOptions: add skipStatus option when providing a specific path by @moranCohen26 in go-git/go-git#994 git:...