arduino-cli
arduino-cli copied to clipboard
Arduino command line tool
### Describe the problem When compiling a broken sketch, the CLI might dump the error location multiple times to the std err. It is most likely related to how the...
Hello, please take a look at this small documentation change. Basically I struggled for a while to figure out why the monitor wasn't working, and I had to play with...
### Describe the request Implement [the "**Using a default profile**" component](https://github.com/arduino/tooling-rfcs/blob/main/RFCs/0003-build-profiles.md#using-a-default-profile) of [the "**Sketch build profiles and reproducible builds**" RFC](https://github.com/arduino/tooling-rfcs/blob/main/RFCs/0003-build-profiles.md). ### Describe the current behavior The majority of the "**Sketch...
**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...
There is a one second delay after finding the new port (after the touch_1200 reset). The comment says it is needed for OS X. On Linux, I find that 95%...
## Bug Report ### Current behavior Some output is not printed in the format specified by the user when they use the new `jsonmini` or `yaml` options (https://github.com/arduino/arduino-cli/pull/1586, https://github.com/arduino/arduino-cli/pull/1600) with...
## Bug Report Sometimes you want to download a library which is not available through the Library Manager or is in development (not released/tagged). The workflow would be to keep...
## Bug Report ### Current behavior `arduino-cli board list` gives me: ``` Error detecting boards: Error starting board discoveries: [starting discovery builtin:serial-discovery: calling START: timeout waiting for message from builtin:serial-discovery]...
## Bug Report ### Current behavior C:\Program Files (x86)\Multi\arduino\arduino-cli.exe" upload -i "C:\Program Files (x86)\Multi\arduino\sketch\extra\Blink-red.ino.hex You can run arduino-cli with this command from any user on system, but you can't successfully...
Arduino CLI embeds some legacy code which should be factored out and/or cleaned up. - provide an initial assessment of the components to delete - delete and run tests to...