Joerg Wunsch
b6d50ef0a9
Extend the comment for the serial number function
...
Hint that it is actually a function pointer rather than a serial
number itself (in whatever form).
2023-01-01 22:36:50 +01:00
Joerg Wunsch
06e999b8c5
Check whether serial_serno is not NULL before calling it.
...
For devices connected through a real serial device rather than
USB, there is no transport-layer serial number available.
stk500v2.c (and jtag3.c) tried to always call this function.
Closes #1254
2023-01-01 22:23:44 +01:00
Stefan Rueger
b2c03f5d40
Update NEWS
2022-12-31 16:14:49 +00:00
Stefan Rueger
f0649d76da
Merge pull request #1251 from stefanrueger/urclock-drain
...
Guard urclock_getsync() against initial spurious input
2022-12-31 14:59:43 +00:00
Stefan Rueger
d09b83079c
Merge pull request #1248 from mariusgreuel/pr-fix-win32-ser_recv-timeout
...
Make WIN32 implementation of ser_recv() fail on time-out
2022-12-31 14:58:42 +00:00
Stefan Rueger
9c3263a851
Merge pull request #1247 from mariusgreuel/pr-silence-conf-path-detection
...
Silence conf path detection debug output
2022-12-31 14:57:27 +00:00
Stefan Rueger
90dfee80ba
Change info on libreadline to notice2 level
2022-12-31 12:42:12 +00:00
Stefan Rueger
ac10272bb6
Lengthen delay after reset for benefit of autobaud bootloaders
2022-12-31 12:27:07 +00:00
Stefan Rueger
ab3da9f87c
Guard urclock_getsync() against initial spurious input
2022-12-30 21:05:57 +00:00
Marius Greuel
161e25e886
Correct messages in WIN32 net_recv()
2022-12-30 12:13:36 +01:00
Marius Greuel
894d4cba10
Make WIN32 implementation of ser_recv() fail on time-out
2022-12-29 15:35:20 +01:00
Marius Greuel
d001172b46
Silence conf path detection debug output
2022-12-29 11:55:15 +01:00
Stefan Rueger
0f956e90eb
Update NEWS
2022-12-29 03:05:09 +00:00
Stefan Rueger
d91c33b5e3
Merge pull request #1243 from mariusgreuel/pr-cmake-updates
...
CMake updates
2022-12-29 03:03:57 +00:00
Stefan Rueger
e2dc3621db
Update NEWS
2022-12-29 03:03:08 +00:00
Stefan Rueger
b11475f077
Merge pull request #1246 from stefanrueger/urclock-sync-ftdi
...
Modify recv timeouts to accommodate urclock sync with ftdi
2022-12-29 02:59:42 +00:00
Stefan Rueger
50a5d87a4e
Modify recv timeouts to accommodate urclock sync with ftdi
2022-12-28 15:30:38 +00:00
Stefan Rueger
92f980d15f
Update NEWS
2022-12-28 13:21:28 +00:00
Stefan Rueger
71b7e6d51f
Downgrade flash read unsupported err msg to notice
2022-12-28 13:16:53 +00:00
Joerg Wunsch
8a4ab97360
Remove trailing white space in NEWS
2022-12-28 08:58:33 +01:00
Marius Greuel
724fd9d572
CMake: Add Visual Studio settings file
2022-12-27 16:38:48 +01:00
Marius Greuel
a138ec259f
CMake: Rename option USE_EXTERNAL to USE_EXTERNAL_LIBS
2022-12-27 16:35:36 +01:00
Marius Greuel
80740071e2
CMake: Remove unused MSVC disable warning options
2022-12-27 16:31:49 +01:00
Marius Greuel
7a5883b75d
CMake: Bump minimum version to 3.14
2022-12-27 16:31:28 +01:00
mcuee
46368b7059
Update NEWS
2022-12-27 22:43:27 +08:00
mcuee
3e08177450
Merge pull request #1242 from mariusgreuel/pr-add-ft2232h-support
...
Add FT2232H support for Windows, Tigard programmer
2022-12-27 22:12:36 +08:00
Marius Greuel
f220656e0b
CMake: For MSVC builds, use latest libftdi for Windows
2022-12-27 13:35:52 +01:00
Marius Greuel
805db5b13e
Add tigard programmer
2022-12-27 13:17:27 +01:00
Marius Greuel
aed9e1b7fa
Improve FTDI programmer documentation
2022-12-27 13:09:00 +01:00
Marius Greuel
9412413fca
Make 2232hio programmer derive from ft2232h
2022-12-27 13:05:38 +01:00
Marius Greuel
252d6833d4
Add ft4232h programmer
2022-12-27 13:03:41 +01:00
Marius Greuel
5d0f151f4a
Add ft2232h programmer for consistency with existing ft232h programmer
2022-12-27 13:00:57 +01:00
mcuee
0c0da9162c
Merge pull request #1237 from MCUdude/print-expected-signature
...
Print expected signature when the one read by the programmer doesn't match the expected one
2022-12-27 08:56:25 +08:00
mcuee
afb72c998e
Merge pull request #1241 from mcuee/build_sh_netbsd
...
Update build.sh for NetBSD
2022-12-27 08:53:51 +08:00
mcuee
d4bef10e30
Update build.sh for NetBSD
...
https://github.com/avrdudes/avrdude/issues/1177#issuecomment-1336364197
This is to address issue https://github.com/avrdudes/avrdude/issues/1177 for NetBSD
2022-12-27 08:43:26 +08:00
mcuee
eba5cea8e1
Merge pull request #1240 from mcuee/build_sh_linux
...
To work around Issue #1107
2022-12-27 08:36:25 +08:00
mcuee
2c4f2ada3f
To work around Issue #1107
...
https://github.com/avrdudes/avrdude/issues/1107#issuecomment-1265873339
2022-12-27 08:25:43 +08:00
mcuee
49834a47cd
Merge pull request #1239 from mcuee/macos_action
...
Temporarily disable brew update in macOS github action
2022-12-27 08:02:10 +08:00
mcuee
39ab053937
Temporary disable brew update in macOS github action
2022-12-27 07:52:31 +08:00
MCUdude
57cfced151
Print expected signature
...
... when the one read by the programmer doesn't match the expected one.
2022-12-25 18:23:53 +01:00
Stefan Rueger
857344295c
Merge pull request #1234 from stefanrueger/docs
...
Mention developer options in documentation and Usage()
2022-12-23 13:17:43 +00:00
Stefan Rueger
292f1d54b9
Update NEWS
2022-12-21 19:14:50 +00:00
Stefan Rueger
217adc543b
Merge pull request #1233 from janegilruud/fix-pickit4-snap-jtag
...
#1052 Add JTAG support for PICkit4 and Snap.
2022-12-21 19:12:33 +00:00
Stefan Rueger
c2070d44c7
Merge pull request #1226 from stefanrueger/optiboot-eeprom
...
Hint at -xeepromrw option in EEPROM error messages
2022-12-21 19:12:06 +00:00
Hans
c991ae9739
Read programmer serial number from libusb or hidusb ( #1223 )
...
* Silence compiler warnings
* Fix a fall-through error in switch
* Slightly reformat programmer info printout
Now the target voltage is printed out along with the HW version, FW version and serial number, and they all allign nicely. When in ISP mode, the "SCK period" value is printed _after_ the target voltage readout, and _before_ the additional clocks the programmer holds, such as JTAG, PDI and UPDI clocks.
Co-authored-by: Stefan Rueger <stefan.rueger@urclocks.com>
2022-12-21 19:11:31 +00:00
Stefan Rueger
a696c94d8f
Merge pull request #1220 from stefanrueger/terminal-prompt
...
Remove extraneous avrdude> prompt at end of terminal session
2022-12-21 19:09:51 +00:00
Stefan Rueger
b29dfb77e9
Merge pull request #1219 from MCUdude/pic-mode-recovery
...
Add alternative USB PID for PICkit4/SNAP in PIC mode
2022-12-21 19:09:34 +00:00
Stefan Rueger
3c152dc122
Merge pull request #1216 from MCUdude/slow-clock-error
...
Print meaningful error when a too slow ISP clock is detected
2022-12-21 19:09:11 +00:00
Stefan Rueger
41c9ed02e3
Mention developer options in documentation and Usage()
2022-12-21 19:06:26 +00:00
Stefan Rueger
435343bab3
Add more bootloader hashes
2022-12-20 23:25:43 +00:00