-
It would be great to provide urboot hex files for non-default serial port. I think this is one of the major missing feature from urboot.
As per the previous discussions in avrdude, it may not be so…
-
This needs confirmation to see if there is a real issue or not.
From @mariusgreuel
https://github.com/avrdudes/avrdude/pull/1324#issuecomment-1478631446
SUCCESS: MSVC with custom avrdude-libftdi…
-
Just got a serial port AVR910 prog (based on AT902313 and use some passive components for the serial interface) from AliExpress (along with a serial port based SI-Prog).
Currently avr910 only supp…
-
Hi
Thanks for the amazing work!
All my new projects run with your Core on my new favourite chip: the ATMega328PB.
Usually, the hardware setup consits of a dedicated PCB that directly contains …
-
Here's a list I've generated by going through the adtf files for ATmega and ATtinys:
These should probably be added to avrdude.conf.in sometime...
```
Missing part: Same signature as:
ATmega1280…
-
Fri 22 Feb 2019 04:55:14 PM UTC
Hi,
I had already posted to the mailing list, but didn't get a response, so I'll try here as well. This was what I posted to the mailing list:
[https://lists.nongnu.…
-
Apparently, @mariusgreuel's Avrdude fork for windows supports COM port discovery via USB VID/PID. This is actually very neat if you're using a UART-based programmer that has a tendency to bump the COM…
-
Your "Getting started..." has the line
**Select what kind of programmer you're using under the Programmers menu.**
What is the right programmer from the huge list? I've tried a few, all of them end…
-
kaz
Thu 16 Jun 2016 05:56:07 AM UTC
I added the following lines into avrdude.conf and worked for me.
part parent "m328"
id = "m328pb";
desc = "ATmega328PB";
signature = 0x1e 0x95 0x16;
ocdrev …
-
While designing a PCB with the [ATmeg328PB](https://ww1.microchip.com/downloads/en/DeviceDoc/40001906C.pdf) I noticed that some timings are different from [ATmega328P](https://ww1.microchip.com/downlo…