-
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`
-
As of now MSVC build does not support libreadline and then `-c urclock` may time out in terminal mode.
@mariusgreuel may have the solution from the discussion here.
* https://github.com/avrdudes/a…
-
@MCUdude noted that the MinGW builds broke recently. Apparently, MinGW started shipping libhid.a (the Window SDK hid.lib equivalent), which enabled the HAVE_LIBHID detection. Another theory is, that l…
-
I am not able to build the shared library under either VS2019 or MSYS2. Static build is okay.
Ref: https://github.com/avrdudes/avrdude/issues/952#issuecomment-1120810691
Ref: https://github.com/avrd…
mcuee updated
2 years ago
-
Dmitrii Chernukhin
Sat 22 Aug 2020 10:01:32 AM UTC
Programmer hardware: pickit2
I'm using a clone of original PICkit 2 and noticed sound which means voltage boost circuit is enabled at the end of th…
-
The issue is caused by #1132.
I'm building using make, and after #1132 was merged, I have to hit enter after every command in order for `avrdude>` to appear. When I start to type, the text appears …
-
Galen Seitz
Fri 16 Aug 2013 04:34:34 AM UTC
While building avrdude 6.0rc1 under CentOS 6.4, I encountered the following warnings. I posted these to the avrdude-dev mailing list, and Joerg responded…
-
Ref: https://github.com/avrdudes/avrdude/releases/tag/v7.0
> File avrdude-7.0.tar.gz contains the source tarball with a configure script, as it used to be the case in all releases before v7.0.
Thi…
mcuee updated
2 years ago
-
Larry Viesse
Tue 03 Dec 2013 06:29:23 PM UTC
Here is the output of the MinGW windows binary build 6.0.1 dated 11/29/2013.
Note that the Fuse report at the end of the report indicates the high fuse …
-
Midway into the firmware update my device lost connection. The module is now bricked. How can I leverage the ICSP terminals to recover it like with an Arduino as ISP?