File: ChangeLog-2017

package info (click to toggle)
avrdude 6.3-20171130%2Bsvn1429-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 5,504 kB
  • sloc: ansic: 31,678; sh: 4,430; yacc: 1,333; makefile: 251; lex: 244; xml: 64
file content (56 lines) | stat: -rw-r--r-- 1,890 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
2017-12-30  Joerg Wunsch <j.gnu@uriah.heep.sax.de>

	Submitted by Jan Egil Ruud <janegil.ruud@microchip.com>
	patch #9507: Fix UPDI chip erase
	* jtag3.c (jtag3_chip_erase_updi): New function
	* jtag3_private.h: More constants

2017-12-30  Joerg Wunsch <j.gnu@uriah.heep.sax.de>

	Submitted by Jan Egil Ruud <janegil.ruud@microchip.com>
	patch #9508: Add PowerDebugger and XPlained Mini in UPDI mode
	* avrdude.conf.in (xplainedmini_updi, powerdebugger,
	powerdebugger_pdi, powerdebugger_updi, powerdebugger_dw,
	powerdebugger_isp): New programmers

2017-12-29  Joerg Wunsch <j.gnu@uriah.heep.sax.de>

	* bootstrap: Detect whether libtoolize is named
	`glibtoolize' (MacOS)

2017-11-30  Joerg Wunsch <j.gnu@uriah.heep.sax.de>

	* configure.ac: Bump version date, due to UPDI addition

2017-11-29  Joerg Wunsch <j.gnu@uriah.heep.sax.de>

	Submitted by Jan Egil Ruud <janegil.ruud@microchip.com>
	patch #9482: Add support for UPDI and AVR8X
	* avrdude.conf.in (xplainedpro_updi): New programmer
	* avrdude.conf.in (.avr8x, ATtiny1617, ATtiny817): New device
	family and devices
	* config_gram.y: add K_OCD_BASE and K_HAS_UPDI
	* lexer.l: (Ditto.)
	* doc/avrdude.texi: Document "has_updi" flag
	* jtag3.c: Implement UPDI
	* jtag3.h: (Ditto.)
	* jtag3_private.h: (Ditto.)
	* libavrdude.h: Add ocd_base value and AVRPART_HAS_UPDI flag
	* pgm_type.c: Add jtagice3_updi

2017-11-29  Joerg Wunsch <j.gnu@uriah.heep.sax.de>

	Submitted by Jan Egil Ruud <janegil.ruud@microchip.com>
	* avrdude.conf.in (ATmega328PB): New part

2017-11-13  Joerg Wunsch <j.gnu@uriah.heep.sax.de>

	bug #48084: Avoid compiled-in timestamp for reproducible release builds
	* main.c: Remove "compiled on/at" string

2017-03-05  Joerg Wunsch <j.gnu@uriah.heep.sax.de>

	bug #47718: "lfuse reads as" not displayed in verbose mode - SOLUTION
	Reported by Roger A. Krupski:
	* safemode.c: Display lfuse at correct MSG level