Arduino icon indicating copy to clipboard operation
Arduino copied to clipboard

Arduino IDE 1.x

Results 155 Arduino issues
Sort by recently updated
recently updated
newest added

As per the subject, `clang-format` is used instead of `AStyle`. The `clang-format` formatting style cannot match the current `AStyle` formatting style because `clang-format` has much stricter formatting rules than `AStyle`...

Component: IDE
feature request

Would it be possible to make the colour of warning messages different from the colour of error messages? Say yellow instead of red. I often get warnings about things in...

Component: IDE
feature request

It's not a good idea to declare `void yield(void) __attribute__ ((weak, alias("__empty")));` in file `...\packages\arduino\hardware\avr\1.8.2\cores\arduino\hooks.c` with the alias function named "__empty" because: I've written jm_Scheduler - a cooperative scheduler. With...

Component: Core
feature request

I use a Spanish keyboard. Next to the menu item Edit->Comment/Uncomment, the hint for the corresponding keyboard shortcut is ``` Ctrl+Slash ``` On the Spanish keyboard, there is no Slash...

Type: Bug
Component: IDE user interface

### Project View: We have added a new feature to the ArduinoIDE interface : a toggleable Project view. It allows you to quickly manage files in your sketch folder (add,...

![Image of Issue - https://github.com/jisforjt/Temp/blob/master/docs/images/Arduino_IDE_issue.png](https://raw.githubusercontent.com/jisforjt/Temp/master/docs/images/Arduino_IDE_issue.png) When you go to _Manage Libraries..._ and try to install a library that requires a lot of dependencies, e.g. _Adafruit's Sensor Lab_. A message window...

Type: Bug
Component: IDE user interface
Component: Board/Lib Manager

VERY predictable output from random(), after being seeded with an incrementing counter. Attached sketch shows how I'm getting four streams of almost perfectly sequential numbers from an algorithm that uses...

Component: Core
Type: Bug

Tested using Arduino IDE 1.8.19 on Windows 10. with this sketch ``` // Uno test for monitor copy/paste on Windows10 void setup() { Serial.begin(9600); Serial.println("Line 1"); Serial.println("Line 2"); } void...

Type: Bug
Component: IDE Serial monitor

How to recreate problem: 1. Connect Nano 33 BLE Sensor board with microUSB cable 2. Open Arduino IDE 1.8.19 (on Windows 10) 3. Open the Blink.ino sketch 4. Select the...

Type: Bug
Component: Uploading