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

Arduino Core for the ATMEGA4809 CPU

Results 51 ArduinoCore-megaavr issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm trying to get my Arduino Nano Every to go into a low-power / deep sleep mode. Even while sleeping, the board still draws ~20mA. I'm trying to get the...

This proposed modification is to add a menu option to select between 16MHz or 20MHz main clock frequency.

Hello -- with IDE 2.0.2 or 1.8.19 running on Kubuntu Linux 22.04 I am unable to upload sketches to the Nano Every. It gives many errors like this: `avrdude: jtagmkII_getsync():...

Merged Namespaced api

After installing all boards/libraries etc with new RPi OS upgrade everything works really smooth. The arduino IDE 1.8.19 runs well... I can compile and upload for all my different boards...

solve issue https://github.com/arduino/ArduinoCore-megaavr/issues/132#issue-1987558495

I am using Arduino nano every, Board lib: Arduino megaAVR Boards 1.8.8. I tried the following program: ```C++ #include SoftwareSerial ser(4,5); void setup() { Serial.begin(9600); Serial.println("START"); Serial1.begin(9600); ser.begin(9600); ser.println("ABC"); delay(10);...

### Describe the problem The handling of unused configuration fuse bits changed in version 6.2 of the AVRDUDE tool used for uploading to the boards of this platform: http://savannah.nongnu.org/bugs/?46759 This...

Atmel/Microchip has just released a new pack for ATmega devices; 1.4.346. This fixes some naming errors I've stumbled across earlier when working with the CCL peripherals. The latest release also...

waiting for feedback