-
The reason for this is that terminal mode relies on the generic `avr_write_byte()` routine
https://github.com/avrdudes/avrdude/blob/64ee4858fd5e4a2ce65cf3c280274674c4320de5/src/term.c#L569-L570
- W…
-
Sun 23 Jun 2019 11:55:52 AM UTC
avrdude_stk500v2.c_potential_out_of_bounds.patch:
Fix for loop missing div by sizeof first element + index var will be outside array range if no match found.
avrdude_…
-
Mike Brandon
Mon 26 Jun 2017 08:13:10 PM UTC
Programmer hardware: linuxgpio
Device type: m2650
I have two different .hex files (unfortunately I am unable to share entire .hex files as I do not own t…
-
It will be good to copy the avrdude.conf file in the same directory as the avrdude.exe file.
```
C:\work\avr\binary\build-msvc-x64\src\RelWithDebInfo> .\avrdude.exe -p m328p -c pickit2 -P usb -vvv…
mcuee updated
2 years ago
-
Sun 16 Aug 2015 01:36:18 PM UTC
This implements support for our open hardware "mcprog" interface. EAGLE files available at:
[http://rhodecode.bytewerk.org/Mikrocontroller/mcprog](https://savannah.no…
-
As of now NetBSD/pkgsrc only support avrdude 6.4.
https://pkgsrc.se/cross/avrdude
As of now, OpenBSD only comes with avrdude 6.3.
https://openports.se/devel/avrdude
It will be good to support …
-
1) macOS git main
https://github.com/avrdudes/avrdude/actions/runs/3266550590/jobs/5370443795
```
/Users/runner/work/avrdude/avrdude/src/flip2.c:126:12: warning: unused function 'flip2_open' [-Wu…
mcuee updated
2 years ago
-
`src/avrdude.conf.in` contains the following description longer than the buffer can stomach
```
desc = "USBtiny-based USB programmer, https://github.com/IowaScaledEngineering/ckt-avrprogrammer";
…
-
Most devices with gpio pins start counting from 0. However, when defining a linuxgpio programmer to use e.g. reset=0, it fails with the message "avrdude: error: no pin has been assigned for AVR RESET"…
-
I noticed there is a new MSYS2 warning,
https://github.com/avrdudes/avrdude/actions/runs/3193099836/jobs/5211315290#step:5:75
which appears to be bogus as the pointer is not dereferenced, however, I…