arduino-cli
arduino-cli copied to clipboard
Arduino command line tool
### Describe the problem I have been experiencing an intermittent issue with the `board list --watch` command while using version 1.1.1 of the CLI on macOS. Occasionally, the command does...
### Describe the request Can you also add support for a cli wizard? **Something like** Create arduino project ? Project name: blink ? Project template: blink ? Board type: Arduino...
### Describe the request Can you also add support for live changes on save to automaticly upload the program? Something like https://nodemon.io/ or https://www.npmjs.com/package/tsc-watch ### Describe the current behavior After...
### Describe the problem The documentation at https://github.com/arduino/arduino-cli/blob/master/docs/package_index_json-specification.md states: >3rd party vendors should use a single PACKAGE_XXXX and >name: the folder used for the installed cores. However when the arduino...
### Describe the request When I use an older version of the platform, the CLI lists and installs it without any issues. However, it fails with a "bad CPU type...
### Describe the problem The [upload](https://arduino.github.io/arduino-cli/0.21/commands/arduino-cli_upload/) commands supports a binary file upload with a `-i, --input-file string` argument. Currently, when called with a `.hex` file, it fails because a missing...
### Describe the problem A platform installed in the sketchbook/user directory under the `hardware` folder should take priority over another platform with matching VENDOR and ARCHITECTURE installed via Board Manager,...
### Describe the request We need some more exhaustive documentation about the "interface" that a core or variant should expose. In particular: - All of the required keys in `platform.txt`,...
## 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) -...
### Describe the problem Hello, maybe this is not a bug, but I have noticed that the `latest_version` property of the platform property can be an empty string with the...