-
Hi!
I've done some improvements to my AVR Arduino cores and would like the latest releases to be available through PlatformIO. I have also another Arduino core that I'd like to add. It's more or le…
-
I'm able to burn a bootloader to an ATMEGA4809 (40 pin DIP) using jtag2updi, but when I try to upload a sketch I get the subject error:
```
avrdude: AVR Part "atmega4809{upload.workaround}" not foun…
-
**#MCU Loading**
Selector should read list from yaml configuration.
-
Hello,
i would like to ask you for help, because nowhere on the web i found the answer.
I already wrote asking on:
https://forum.arduino.cc/index.php?topic=561320.0
but nobody helped me.
Probl…
-
Hi, I'm new to bootloading. I followed the instructions with the circuit provided in the details. After running ArduinoISP on ArduinoUno and bootloading to `ATMEGA8515L` at first I got a message stati…
-
Hi!
As a developer working with AVRs I feel like the last thing missing from PlatformIO now is the ability to set the correct fuse bits and burn the correct bootloader based on the information give…
-
I tried to burn bootlader of atmega162 using your library and arduino as ISP with Arduino IDE 1.6.5.
I receive the following error.
avrdude: Device signature = 0x000000
avrdude: Yikes! Invalid dev…
-
Got the error today with the most recent version of ATTinyCore and avrdude 6.3. I have tried it directly from the cli as well as with arduino 1.9.0 beta.
Let me know what other information you need…
-
Could you please add support for the ATmega8535? I got a few of those lying around, and Iid love to be able to have a bootloader for them. Should be an easy port. It's almost identical to the ATmega16…
-
ATMega32 does not have CHANGE interrupts on pin PB2 (INT2). Only RISING and FALLING are valid for that pin.
At method SoftSerial::begin() (file SoftSerial.cpp), the interrupt for reception is set a…