ArduinoCore-avr
ArduinoCore-avr copied to clipboard
The Official Arduino AVR core
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...
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:   To verify this, I used...
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...
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.
Apply update from ESP8266: add: - public `virtual ~UDP() {};` - protected `const uint8_t* rawIPAddress(const IPAddress& addr) {…}`
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...