Per Tillisch
Per Tillisch
### Describe the problem By default, the bottom panel of the Arduino IDE window is used as the container for the Serial Monitor view. The user can configure Arduino IDE...
### Describe the problem Arduino library authors may specify library dependencies in the `depends` field of [the `library.properties` metadata file](https://arduino.github.io/arduino-cli/dev/library-specification/#libraryproperties-file-format). When using Library Manager to install a library that specifies...
### Describe the problem Some of the Arduino IDE menus contain items populated according to data specific to the currently selected board. Arduino IDE has a helpful feature where the...
The previous description of this option was quite vague. It might be interpreted as resulting in a publicly visible note being added to the user's profile (as occurs with the...
### Describe the problem During sketch compilation, if Arduino CLI finds a folder in a libraries folder that does not contain a valid Arduino library it displays a message to...
### 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 The "Copy Output" icon on the Serial Monitor toolbar copies the content from Serial Monitor's output panel to the clipboard (https://github.com/arduino/arduino-ide/pull/2718). Under certain conditions (e.g., https://github.com/arduino/arduino-ide/issues/927),...
### Describe the problem The "**Select Other Board and Port**" dialog allows the user to select any available board and, optionally, any available port. The dialog contains the text: >...
Companion to https://github.com/arduino/library-registry/pull/7439
### Describe the problem **Arduino Lint** leverages some of the capabilities implemented in the [**Arduino CLI**](https://arduino.github.io/arduino-cli/latest/) tool, via its `github.com/arduino/arduino-cli` Go module dependency. Sketches may contain a [sketch project file](https://arduino.github.io/arduino-cli/latest/sketch-project-file/)....