arduino-cli
arduino-cli copied to clipboard
Arduino command line tool
The `arduino-cli` currently does not reload the platform files (`platform.txt`, `boards.txt` and `programmer.txt`) when they change. In the IDE this can be forced (CMD+ Shift+P / Ctrl+ Shift+P and then...
https://arduino.github.io/arduino-cli/0.35/integration-options/#the-third-pillar-embedding
### Describe the problem When uploading this code snippet to the Nano ESP32 nothing gets printed when opening the serial monitor. ``` void setup() { Serial.begin(9600); while(!Serial); Serial.println("Starting..."); } void...
## 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) -...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
### Describe the problem If a library is installed under a path that contains Cyrillic characters, Arduino CLI is unable to discover it. Compilation of sketches with an `#include` directive...
### Describe the problem ``` C:\Users\vhtmf\Documents\Arduino\sketch_feb10a\sketch_feb10a.ino: In instantiation of 'constexpr const bool _Allow_inheriting_unwrap::value': C:\Users\vhtmf\Documents\Arduino\sketch_feb10a\sketch_feb10a.ino:22:70: required from here C:\Users\vhtmf\Documents\Arduino\sketch_feb10a\sketch_feb10a.ino:19:25: error: 'unsigned int*' is not a class, struct, or union type static...
### Describe the request The CLI always automatically pulls the latest `package_index.json` from the web, and uses that in all requests (`core search` etc). For CI purposes, it would be...
### Describe the request As I understand there are 3 ways to initialize the CLI config: * `arduino-cli config init` will initialize the config in `~/.arduino15/arduino-cli.yaml` and use `~/.arduino15` as...
### Describe the request There are many use cases for which the custom-made Arduino compilation process does not fit well or easily. Some issues related to these needs are #1473...