avrdude icon indicating copy to clipboard operation
avrdude copied to clipboard

AVRDUDE is a utility to program AVR microcontrollers

Results 141 avrdude issues
Sort by recently updated
recently updated
newest added

Fixes #947 Still some TODOs but in a working state. PR should help to collaborate on the code.

documentation

There is a warning message for teensy bootlaoder. `avrdude.exe: WARNING: Failed to write page: hid_write/GetOverlappedResult: (0x0000001F) A device attached to the system is not functioning.` Run log with Teensy 2.0....

bug

Try `avrdude -c*/h` and play with it. Now `avrdude -c* -p*` should output a file that could be used to replace `avrdude.conf` for the part and programmer definitions. Am aware...

enhancement

The new CMake infrastructure does not handle documentation: * there is no way to build the docs below `doc/` * the man page `avrdude.1` is not installed during `make install`

documentation

Arne Rossius Tue 11 Nov 2014 02:14:43 PM UTC When programming the ATxmega256a3 with avrdude 6.1 (windows version), the extended address is not sent when jumping across a 128 KiB...

unconfirmed

Hello. I was advised to contact you. I posted the description of the problem here https://github.com/ZakKemble/AVRDUDESS/issues/67

question

My workflow during development is like this: The first time I check out a branch I do ``` $ rm -rf build_linux $ cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo -B build_linux $ cmake...

bug

My main interest here is for Windows. How can I shared a version of avrdude binary which is dynamically linked to libusb-1.0.dll, libftdi1.dll and libhidapi.dll under Windows? I do not...

enhancement

man synopsis states [-n -logfile] option. Later on in avrdude.1 as well as in main.c -l is used. Also '-logfile' is no option alternative but a parameter. This is a...

documentation

When I use cmake for installing `avrdude.1` gets copied into the wrong place ``` sh $ ls -l /usr/local/share/man/ total 36K drwxr-xr-x 2 root 4.0K Aug 12 16:03 man1 drwxrwxr-x...

bug