ArduinoCore-avr icon indicating copy to clipboard operation
ArduinoCore-avr copied to clipboard

The Official Arduino AVR core

Results 127 ArduinoCore-avr issues
Sort by recently updated
recently updated
newest added
trafficstars

First of all, I think we can all agree that we appreciate the hard work the developers put into the Serial/HardwareSerial development. That being said, I think it's time for...

enhancement

First of all, thank you all for all your hard work in the Arduino platform. I have some questions regarding the ArduinoCore API integration of the AVR-core. In ArduinoCore API...

The duration in the SET_IDLE request is actually responsible for the highest byte, not the lowest. Here is an excerpt from the standard: ![image](https://user-images.githubusercontent.com/416259/126744507-613ab8c2-c613-42ea-9550-a41e4ab665f9.png) ![image](https://user-images.githubusercontent.com/416259/126744512-6e174032-6f7b-4f54-bedd-a2591604524d.png) To verify this, I used...

bug

Subject: Avrdude is incompatible - please update to version 7.3+ Arduino-supplied Avrdude (6.3.0-arduino17) installed with core `arduino:avr` is incompatible with (modern) user environments The main problem is that Arduino-supplied avrdude...

bug

Thanks this update a generic project for Arduino+Ethernet or ESP8266+WiFi can use IPAddress even if the choice of the network Interface is choose later.

enhancement

Apply update from ESP8266: add: - public `virtual ~UDP() {};` - protected `const uint8_t* rawIPAddress(const IPAddress& addr) {…}`

enhancement

EDIT: **The original issue from google code has been solved. This issue is still open to keep track of uploading problems using USBAsp programmer, see comments below for details.** This...