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

At detailed in https://github.com/arduino/ArduinoCore-avr/issues/478 Not sure if this is the best long term fix, but is a simple change that should cover most use cases.

enhancement

Does using the pulsein() function turn off the total interrupt?

documentation

When I introduced the weak attributes for various operator new and delete functions in #361, I accidentally put them in the header file instead of the source file. Fixing this...

bug

This "patch" will result in the suppression of a number of warnings that are the result of the use of binary constants, which a are not supported in ISO C++11....

enhancement

Hello, I was researching the best ADC performance of the ATmega328, and found this reference below: > Don’t forget to DIDR! > the DIDR (Data Input Disable Register) disconnects the...

enhancement

Fix for #23. READ_EEPROM was not reading EEPROM correctly, assuming each EEPROM address points to a 16bit location, but reading only 8 bit, so it would return every other byte....

bug

Hi Could you add support for the Atmel (Microchip) AVR Dragon programmer? (moved from Arduino Issues #7269)

This is [Issue 650](http://code.google.com/p/arduino/issues/detail?id=650) moved from a Google Code project. Added by 2011-09-22T20:33:15.000Z by [[email protected]](http://code.google.com/u/107476669756743351267/). Please review that bug for more context and additional comments, but update this bug. Original...

Hi, pin 13 is unexpecteadly initialized as output. This code shows that the on board led on pin 13 blinks, without the pin being set as output in the code....

bug

Clears a warning is generated by the Arduino CLI when specifying `--warnings all`.

bug