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

Please add tags for each Arduino AVR Boards release. I can provide the necessary `git tag` commands if that would be helpful.

bug

This allows applications to handle reset reasons, e.g. watchdog, reset button, ... by reading a general purpose register (GPIOR0) without affecting current MCUSR implementation.

enhancement

### Describe the request The STK600 development board is fully compatible with the Arduino IDE [https://github.com/zarpli/STK600](https://github.com/zarpli/STK600) It would be very helpful if you add the following parameters in "programmers.txt" file:...

enhancement

Someone on IRC just pointed out that the brown-out level of the Arduino Uno, at least the one specified by the [0xFD extended fuse in the boards.txt](https://github.com/arduino/ArduinoCore-avr/blob/master/boards.txt#L69) (not sure about...

This is a small update for the core SPI library for AVRs (only one SPI peripheral). The concepts can be applied to other cores so that ultimately these functions could...

USBCore doesn't send required ZLPs for device-to-host transfers. This can cause timeouts during enumeration, among other problems. Test case outline: create a HID interface with a report descriptor that's exactly...

bug

This issue was first reported in my project here https://github.com/kervinck/gigatron-rom/issues/36 but I now believe the root cause might be in USBCore.cpp Tested in Ardiuno IDE 1.8.1 and 1.8.6 (arduino-PR-6886-BUILD-734-macosx.zip) BN:...

bug

I am having a weird problem with my I2C code. The problem is that when I try to read only 1 byte in the master I get 0xFF but if...

bug

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

enhancement
dependencies

The critical section in `micros()` is longer than it needs to be. The interrupt flag register has to be read within the critical section, but testing whether the overflow count...

enhancement