Stefan Rueger
|
2860becc3e
|
Rewrite Intel Hex file I/O functions
|
2023-06-10 10:49:34 +01:00 |
|
Stefan Rueger
|
3a6d09c633
|
Remove unnecessary static forward declarations
|
2023-06-10 10:45:27 +01:00 |
|
Stefan Rueger
|
165c319a1c
|
Provide int fileio_segments() function interface
This function can handle a list of memory segments for file I/O
|
2023-06-10 10:40:53 +01:00 |
|
Stefan Rueger
|
2b89a3b698
|
Clarify ihexrec is common to ihex and srec format
|
2023-06-10 10:34:04 +01:00 |
|
Stefan Rueger
|
dc8268cc34
|
Provide str_fgets()
Reads a potentially long line and returns it in a malloc'd buffer.
|
2023-06-10 10:29:02 +01:00 |
|
Jeff Kent
|
ca1f270329
|
avrftdi jtag: swap enable and initialize functions
|
2023-06-06 22:03:30 -05:00 |
|
Jeff Kent
|
4cf8f296cc
|
make avrftdi_display output not show other interface pins
|
2023-06-06 22:03:30 -05:00 |
|
Jeff Kent
|
366467b750
|
add ft232h_jtag and ft2232h_jtag programmer conf
* add link to TUMPA manual
* clean up TUMPA programmer confs
|
2023-06-06 22:03:30 -05:00 |
|
Jeff Kent
|
ada5f3bd5b
|
add tumpa-b configuration for convenience
|
2023-06-06 22:03:30 -05:00 |
|
Jeff Kent
|
ecd416917d
|
add FTDI MPSSE jtag support
|
2023-06-06 22:03:30 -05:00 |
|
Jeff Kent
|
35cd1d0b4f
|
add pindefs for JTAG
|
2023-06-06 22:03:30 -05:00 |
|
Stefan Rueger
|
9267f9435d
|
Provide programmer arduino_as_isp
|
2023-06-06 14:53:01 +01:00 |
|
Stefan Rueger
|
4d0914c872
|
Set stk500v2.c's ISP write_byte() to avr_write_byte_default() for old parts
|
2023-06-06 14:42:54 +01:00 |
|
Stefan Rueger
|
0044688f73
|
Add dryrun_..._led() functions to dryrun programmer
|
2023-06-06 13:42:21 +01:00 |
|
Stefan Rueger
|
eb312ce2e6
|
Add debug messages for some dryrun_...() return values
|
2023-06-06 13:29:01 +01:00 |
|
Stefan Rueger
|
9e53968afd
|
Show -c programmer name for dryrun_display()
|
2023-06-06 12:40:34 +01:00 |
|
Stefan Rueger
|
e17b667523
|
Add debug messages for dryrun programmer
|
2023-06-06 10:28:05 +01:00 |
|
Stefan Rueger
|
ca6cf7f8c5
|
Use str_eq() instead of strcmp() == 0
|
2023-06-05 15:19:32 +01:00 |
|
Stefan Rueger
|
b4a4f7df5b
|
Update NEWS
|
2023-06-04 22:10:42 +01:00 |
|
Stefan Rueger
|
8c2b326c00
|
Merge pull request #1378 from stefanrueger/config
Write fuse only when terminal config needs value to change
|
2023-06-04 22:06:33 +01:00 |
|
Stefan Rueger
|
8947683dbf
|
Merge pull request #1376 from stefanrueger/page_erase
Remove pgm->page_erase() function when unable to erase page
|
2023-06-04 22:06:21 +01:00 |
|
Stefan Rueger
|
536c84ca2e
|
Merge pull request #1375 from stefanrueger/cache
Prevent terminal write error in r/o region when memory unchanged
|
2023-06-04 22:06:04 +01:00 |
|
Stefan Rueger
|
19b4029eea
|
Merge pull request #1373 from stefanrueger/terminal
Implement -T cmd to mix terminal commands with -U commands
|
2023-06-04 22:05:48 +01:00 |
|
Stefan Rueger
|
f3d7c01a1e
|
Write fuse only when terminal config needs value to change
|
2023-06-03 16:51:26 +01:00 |
|
Stefan Rueger
|
a694217603
|
Print all -U/-T arguments as headline when processing them
|
2023-06-02 21:23:25 +01:00 |
|
Stefan Rueger
|
f1e014fc1e
|
Unset pgm->page_erase() if part/programmer cannot erase a page
|
2023-06-01 22:11:27 +01:00 |
|
Stefan Rueger
|
f4da6de064
|
Unset pgm->page_erase() if part/programmer cannot erase a page
|
2023-06-01 22:05:53 +01:00 |
|
Stefan Rueger
|
5f99110d4a
|
Set page_erase() to NULL when a programmer cannot erase page
|
2023-06-01 21:46:26 +01:00 |
|
Stefan Rueger
|
24f845cdd8
|
Guard pgm->page_erase() from being called when unset
|
2023-06-01 21:46:09 +01:00 |
|
Stefan Rueger
|
161eb064ae
|
Move cache flush/reset from -T/U parsing to -U/T execution
What happens is the same, just the code is crisper and clearer.
|
2023-06-01 21:24:52 +01:00 |
|
Stefan Rueger
|
784c83d23a
|
Prevent terminal write error in r/o region when memory unchanged
|
2023-06-01 21:18:55 +01:00 |
|
Stefan Rueger
|
b41d14a8c9
|
Move terminal_...() functions into libavrdude.h
|
2023-06-01 01:07:43 +01:00 |
|
Stefan Rueger
|
eee5aca79f
|
Provide an example for intermixing -T and -U options
|
2023-06-01 01:04:54 +01:00 |
|
Stefan Rueger
|
fa9370d570
|
Insert a paragraph for each -T/-U option in AVRDUDE's output
|
2023-06-01 01:03:21 +01:00 |
|
Stefan Rueger
|
e0e7bd7ff5
|
Document -T cmd option
|
2023-06-01 00:20:33 +01:00 |
|
Stefan Rueger
|
4a7d140b08
|
Move update_...() printing convenience functions to strutil.c and rename to str_...()
|
2023-05-31 22:50:27 +01:00 |
|
Stefan Rueger
|
bdbe13e1f6
|
Make arguments of update.c functions const if possible
|
2023-05-31 22:40:34 +01:00 |
|
Stefan Rueger
|
1126ff1621
|
Implement -T cmdline to mix terminal commands with -U commands
|
2023-05-31 22:23:23 +01:00 |
|
Stefan Rueger
|
98c460268e
|
Provide terminal_line() to process a single terminal command line
|
2023-05-31 18:16:34 +01:00 |
|
Stefan Rueger
|
3db6863cd3
|
Move fill mode enum from term.h to term.c
|
2023-05-31 18:08:43 +01:00 |
|
Stefan Rueger
|
a53b2eef19
|
Make local functions static
|
2023-05-31 17:52:30 +01:00 |
|
Stefan Rueger
|
ffaefbf6ec
|
Make AVRMEM * variables const
|
2023-05-31 17:42:11 +01:00 |
|
Stefan Rueger
|
334315270f
|
Make PROGRAMMER * and AVRPART * arguments const
|
2023-05-31 17:40:08 +01:00 |
|
Stefan Rueger
|
3ea05c4d33
|
Update NEWS
|
2023-05-31 17:03:00 +01:00 |
|
Stefan Rueger
|
dd8aefec85
|
Merge pull request #1372 from stefanrueger/bitmask
Initialise unused bits of classic-part fuses with factory defaults
|
2023-05-31 16:51:21 +01:00 |
|
Stefan Rueger
|
6defcb450d
|
Shrink avrdude.conf using memory inheritance for initval and bitmask
Also ensures initval and bitmask remains unset for
- AT43USB320, AT43USB355
- AT76C711
- AT86RF401
- AT89S51, AT89S52
- AT90C8534
- AT94K
- ATtiny3214
- ATxmega128A4, ATxmega192A1, ATxmega256A1, ATxmega64A4
- AVR8EA28, AVR8EA32
- LGT8F168P, LGT8F328P, LGT8F88P
- M3000
|
2023-05-31 16:38:24 +01:00 |
|
Stefan Rueger
|
5ae2f3ff05
|
Perform wildcard match for avrdude.conf parameter injection
|
2023-05-31 16:36:30 +01:00 |
|
Stefan Rueger
|
26239ead25
|
Initialise unused bits when writing XMEGA fuses/lock bits
|
2023-05-31 10:56:25 +01:00 |
|
Stefan Rueger
|
7fadbbdd63
|
Initialise unused bits of classic part fuses/lock bits with factory defaults
|
2023-05-29 16:51:54 +01:00 |
|
Stefan Rueger
|
9441af8b90
|
Test for verbose > 0 instead of !!verbose
|
2023-05-29 16:41:14 +01:00 |
|