Stefan Rueger
2c747dc0be
Fix tpi byte write to fuse/lock bits for usbasp
2024-04-24 11:24:25 +01:00
Stefan Rueger
2f334c90ed
Render double teardown() harmless in usbasp
2024-04-22 15:47:54 +01:00
Stefan Rueger
d25289f87e
return LIBAVRDUDE_EXIT instead of exit(0)
2024-04-22 15:17:47 +01:00
Stefan Rueger
cf24313d7a
Rewrite usbasp_tpi_write_byte() using tpi WORD_WRITE
...
The data sheet wants a single word write, not a write block
2024-04-21 13:25:24 +01:00
Stefan Rueger
6a9e3b246d
Change variable name
2024-04-21 12:51:25 +01:00
Stefan Rueger
fd0838b395
Implement usbasp_tpi_write_byte() as draft
2024-04-19 18:03:13 +01:00
Stefan Rueger
68ade64f46
Utilise magic memory tree interface for usbasp.c
2024-04-19 16:58:45 +01:00
Stefan Rueger
53d4a45dfb
Make static table const
2024-04-19 16:49:19 +01:00
Stefan Rueger
b815d9e783
Move static variables to PDATA space in usbasp.c
2024-04-19 16:47:29 +01:00
Stefan Rueger
d651e31b98
Improve usbasp_tpi_read_byte() error messaging
2024-04-19 16:08:43 +01:00
Stefan Rueger
8fe729f0a2
Update NEWS
2024-04-17 00:40:54 +01:00
Stefan Rueger
5858898846
Merge pull request #1750 from stefanrueger/static-buspirate
...
Move static buffer to PDATA region in buspirate.c
2024-04-17 00:38:52 +01:00
Stefan Rueger
6aece29a34
Merge pull request #1749 from stefanrueger/deprecated
...
Remove deprecated ucr2 part
2024-04-17 00:38:37 +01:00
Stefan Rueger
4761a701ad
Merge pull request #1725 from mhei/support-for-libgpiodv2
...
Add support for libgpiod v2+ API
2024-04-17 00:38:24 +01:00
Stefan Rueger
8231b36f85
Merge pull request #1733 from therealdreg/buspirate-hiz-and-pullups
...
Add buspirate hiz and pullups feature
2024-04-17 00:37:48 +01:00
Stefan Rueger
b00d601f92
Use mmt_malloc() macro instead of cfg_malloc() function
2024-04-17 00:25:07 +01:00
Stefan Rueger
c930a27871
Introduce magic memory tree
2024-04-17 00:23:39 +01:00
Dreg
cfc5c937d7
Update avrdude.texi
2024-04-16 02:39:52 +02:00
Dreg
97cd1aa541
Update avrdude.texi better doc
...
better doc
2024-04-16 02:37:35 +02:00
Stefan Rueger
9850a8f484
Use cfg_malloc() instead of calloc()
2024-04-16 00:54:59 +01:00
Stefan Rueger
cff9d889ed
Make static const array local
2024-04-15 11:53:04 +01:00
Stefan Rueger
a5a94a08df
Make static functions greppable
2024-04-15 11:42:22 +01:00
Stefan Rueger
af8d832f38
Make string variables local const
2024-04-15 11:39:20 +01:00
Stefan Rueger
94561c8205
Move static buffer to PDATA region
2024-04-14 22:56:18 +01:00
Michael Heimpold
ea701bc2f5
Add support for libgpiod v2+ API
...
libgpiod in version 2 or above introduced an API change which results
in compile error with the current code.
This commit adds some glue magic for the newer versions and
tries to detect the used libgpiod version based on the information
available in the pkg-config files.
At the moment, this eliminates the possibility to statically link
against this library.
Signed-off-by: Michael Heimpold <mhei@heimpold.de >
2024-04-14 23:45:26 +02:00
Stefan Rueger
6488cb6102
Remove deprecated ucr2 part
...
It's been deprecated for a while now.
2024-04-14 22:24:12 +01:00
Stefan Rueger
428ea42634
Update NEWS
2024-04-13 12:41:16 +01:00
Stefan Rueger
1d3f028a0b
Merge pull request #1747 from stefanrueger/update-avrintel
...
Update avrintel files
2024-04-13 12:36:50 +01:00
Stefan Rueger
e10370e5fb
Merge pull request #1746 from stefanrueger/locate_programmer_starts_set
...
Check all programmer ids for exact match
2024-04-13 12:36:17 +01:00
Stefan Rueger
2ee89824e0
Merge pull request #1745 from stefanrueger/override-signature-check
...
Consult -F option when signature cannot be read
2024-04-13 12:35:08 +01:00
Stefan Rueger
b302e708be
Merge pull request #1741 from dl8dtl/msg_debug_fixes
...
Fix message levels in jtag3_print_data()
2024-04-13 12:34:22 +01:00
mcuee
d441501505
Adding arduino_packing_release github action ( #1690 )
...
Co-authored-by: Umberto Baldi <34278123+umbynos@users.noreply.github.com >
2024-04-13 12:33:09 +01:00
Stefan Rueger
ece8652162
Include <ac_cfg.h> instead of "ac_cfg.h"
...
See 9616b3709c
2024-04-13 00:59:26 +01:00
Stefan Rueger
1a46faaa6e
Check all ids of a programmer for exact match
2024-04-13 00:30:24 +01:00
Stefan Rueger
c53a3ed866
Match programmer names irrespective of case
2024-04-13 00:19:01 +01:00
Stefan Rueger
5361668c0e
No longer warn when part configuration disables SPI interface
...
SPI programming cannot disable SPI programming for the part configuration.
Hence. when another programming interface disables SPI that very same
interface can enable SPI again. The warning disabling SPI might brick the
part is therefore incorrect.
2024-04-12 23:28:35 +01:00
Stefan Rueger
3129ba277b
Update avrintel based on current atdf
2024-04-12 23:22:17 +01:00
Stefan Rueger
fdfa0ac10e
Consult -F option when signature cannot be read
2024-04-12 17:22:22 +01:00
Joerg Wunsch
82928d377d
Fix message levels in jtag3_print_data()
...
These are debugging functions, and not supposed to print at
MSG_INFO level.
2024-04-08 22:20:15 +02:00
Dreg
a5035c09a2
pup->pullups
2024-04-05 10:21:14 +02:00
stefanrueger
f2b1c7e6cd
Update NEWS
2024-04-05 17:13:23 +13:00
Stefan Rueger
89768468be
Merge pull request #1731 from mcuee/avrdude_packing_fix
...
To use Static Libs for macOS arduino_packing build
2024-04-05 17:11:48 +13:00
Stefan Rueger
a8097eaee3
Merge pull request #1729 from stefanrueger/timestamp
...
Change return type for avr_(ms|us)timestamp() to uint64_t
2024-04-05 17:10:00 +13:00
stefanrueger
08f70fe666
Update NEWS
2024-04-05 16:54:16 +13:00
David Reguera Garcia
d9391883bc
Update doc for buspirate hiz and pullups
2024-04-05 02:33:15 +02:00
David Reguera Garcia
93ed53733b
Add hiz and pullups feature for buspirate binary mode
2024-04-05 02:30:33 +02:00
Stefan Rueger
cb61171598
Merge pull request #1724 from stefanrueger/progress-reporting
...
Document progress reporting in source code
2024-03-30 09:26:27 +13:00
Stefan Rueger
82e45130b8
Merge branch 'main' into progress-reporting
2024-03-30 09:19:22 +13:00
stefanrueger
840a098e29
Update NEWS
2024-03-30 09:16:44 +13:00
Stefan Rueger
22a7bf9be9
Merge pull request #1728 from stefanrueger/msg2_left_margin
...
Provide lmsg_xyz() functions to start message at left margin
2024-03-30 09:14:14 +13:00