Per Tillisch

Results 362 issues of Per Tillisch

### Describe the problem When using version 1.8.0 or higher of the platform, there are problems with HID functionality of the boards: - Mouse emulation doesn't work at all on...

The URLs in these links were incorrect, due to typos or the content having been moved. That caused the links to lead to a 404 page instead of the intended...

Even though [a 2.1.1 tag](https://github.com/suoapvs/NTC_Thermistor/releases/tag/2.1.1) was pushed to the repository, this version is not available for installation via [Library Manager](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-installing-a-library#installing-a-library). ## Explanation The cause is shown here in [the library's...

A contributor inappropriately changed and added URLs for their (since deleted) development fork as part of unrelated code changes (https://github.com/suoapvs/NTC_Thermistor/pull/18). These non-functional URLs are now changed to the actual repository...

Specifying the library dependencies in the `depends` field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of...

### Describe the request Add support for specifying manually installed platform dependencies in "[build profiles](https://arduino.github.io/arduino-cli/dev/sketch-project-file/#build-profiles)". ### Describe the current behavior Build profiles allow controlling the boards platform and library dependencies...

type: enhancement
topic: code
topic: package-management
topic: build-process

### 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...

topic: code
type: imperfection
topic: build-process

### Describe the request Allow advanced users to cause the instances of **Arduino CLI** used by Arduino IDE to be configured via a configuration file from any arbitrary path. 🙂...

type: enhancement
topic: code
topic: theia

### Describe the request Allow the user to persistently configure the "**Window: Title Bar Style**" (machine identifier `window.titleBarStyle`) advanced setting to "**custom**". **- AND -** Ensure the Arduino IDE UI...

type: enhancement
topic: code
topic: theia

### Describe the problem Arduino sketches may consist of multiple code files: https://arduino.github.io/arduino-cli/dev/sketch-specification/#additional-code-files The Arduino sketch folder must have a name matching that of the primary sketch file: https://arduino.github.io/arduino-cli/dev/sketch-specification/#primary-sketch-file Unfortunately...

topic: code
type: imperfection