mcuee
mcuee
Strange that this comes up again during my benchmark testing of STK500v1. Using a STK500 v1 clone with official V1 FW on ATmega8535. ``` mcuee@UbuntuSwift3 ~/build/avr/avrdude_main/tools (main)$ ./test-avrdude -b -d...
As of now, Windows MSVC build does not support libserialport. It will be good to add the support of libserialport for the Windows MSVC build.
https://avrdudes.github.io/avrdude/7.3/avrdude.html Some of the information are a bit outdated. 1) Windows installation -- maybe we want to point to the Wiki. We do not really recommend using Cygwin. We do...
As of now, the existing arduino_packing action is only executed upon push to git main, but not release tagging. https://github.com/avrdudes/avrdude/blob/main/.github/workflows/arduino_packing.yml This PR adds the github action upon tagging a release...
Updated on 2024-Sept-01. 1) Apple Silicon macOS build -- we have to wait github infrastructure to be ready first * https://github.com/avrdudes/avrdude/discussions/1677 2) Deploy action -- to include MSYS2 mingw64/mingw32 binaries...
**1) libreadline status** As of now, for auto-tools build, the presence of libreadline is not correct. It always says libreadline is not present even though libreadline is present and the...
Somehow the speed is very slow when using the FTDI driver (D2XX) with the MSVC build. I have set the latency timer for the serial port to 1s in this...
1) MPLAB ICE 4 has been released for quite a while. https://www.microchip.com/en-us/development-tool/DV244140 I am not so sure if there are people who have it and want to play with avrdude....
PVE 8.0 host: Intel N100 mini PC with quad Intel I226-V 2.5G adapter OpenWRT virtual router: using two cores. no network passthrough, just use the Linux bridge. 4GB RAM, 4GB...
Reference github action build for git main. https://github.com/avrdudes/avrdude/actions/runs/8844905570/job/24287714207 ``` Run cmake --build build [ 1%] Generating avrdude.conf [ 1%] Built target conf [ 2%] [FLEX][Parser] Building scanner with flex 2.6.4...