Per Tillisch
Per Tillisch
### Describe the problem In order to make it easier for beginners to get started with writing Arduino sketches, and for the convenience of all users, Arduino CLI [automatically generates...
### Describe the problem At the end of an upload operation, Arduino IDE displays a notification to communicate the result to the user. If the operation was successful, the "**Done...
### Describe the problem When a compile, upload, or burn bootloader operation is triggered by the Arduino IDE user, command line tool(s) (e.g., avr-gcc, AVRDUDE) are invoked. It is these...
### Describe the problem #### Background Arduino libraries may have dependencies on other libraries. The library developer may [specify these dependencies in the library metadata](https://arduino.github.io/arduino-cli/dev/library-specification/#library-metadata:~:text=on%20the%20list.-,depends,-%2D%20%28available%20from). When you use Library Manager...
### Describe the request The "**Language**" menu of the **File > Preferences** dialog now offers a selection of languages the Arduino IDE user interface can be localized to (https://github.com/arduino/arduino-ide/pull/941). 🙂...
### Describe the problem Arduino IDE 2.x has been localized to 17 languages thanks to the amazing work of the [community translators](https://github.com/arduino/arduino-ide/blob/main/docs/contributor-guide/translation.md#translator-guide). Output exposed to Arduino IDE users when performing...
### Describe the problem The first output printed to Serial Monitor after an upload is some "garbage" characters.  ### To reproduce #### Equipment - Arduino board that uses the...
Resolves https://github.com/arduino/library-registry/issues/4977
Go is used in the development and maintenance of the project. A standardized version of Go is used for all operations. This version is defined in the [`go` directive](https://go.dev/ref/mod#go-mod-file-go) of...
**golint** has been deprecated.