From 3519f359cfae9443fc9b0db0777d3422aab3df68 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sat, 31 Oct 2015 09:01:52 +0000 Subject: [PATCH] Submitted by Pasquale Cocchini: bug #46021: Please add read in the memory lock section of ATtiny85 * avrdude.conf.in (ATtiny25/45/85): add read pattern for lock bits git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1358 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 6 ++++++ NEWS | 1 + avrdude.conf.in | 6 ++++++ 3 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0621bdd5..edc5221e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-10-31 Joerg Wunsch + + Submitted by Pasquale Cocchini: + bug #46021: Please add read in the memory lock section of ATtiny85 + * avrdude.conf.in (ATtiny25/45/85): add read pattern for lock bits + 2015-10-31 Joerg Wunsch * Makefile.am (libavrdude_a_SOURCES): reflect recent changes diff --git a/NEWS b/NEWS index e6892b75..b660dcbf 100644 --- a/NEWS +++ b/NEWS @@ -42,6 +42,7 @@ Current: (patch #8529 2 more ftdi_syncbb devices) * Bugfixes + - bug #46021: Please add read in the memory lock section of ATtiny85 - bug #42337 avrdude.conf updates for UM232H/CM232H - bug #42056: double free or corruption triggered at exit - bug #42158: Linux GPIO - Source Typo diff --git a/avrdude.conf.in b/avrdude.conf.in index c91a2534..ba0b7f81 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -9369,6 +9369,8 @@ part size = 1; write = "1 0 1 0 1 1 0 0 1 1 1 x x x x x", "x x x x x x x x 1 1 i i i i i i"; + read = "0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0", + "0 0 0 0 0 0 0 0 o o o o o o o o"; min_write_delay = 9000; max_write_delay = 9000; ; @@ -9550,6 +9552,8 @@ part size = 1; write = "1 0 1 0 1 1 0 0 1 1 1 x x x x x", "x x x x x x x x 1 1 i i i i i i"; + read = "0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0", + "0 0 0 0 0 0 0 0 o o o o o o o o"; min_write_delay = 9000; max_write_delay = 9000; ; @@ -9732,6 +9736,8 @@ part size = 1; write = "1 0 1 0 1 1 0 0 1 1 1 x x x x x", "x x x x x x x x 1 1 i i i i i i"; + read = "0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0", + "0 0 0 0 0 0 0 0 o o o o o o o o"; min_write_delay = 9000; max_write_delay = 9000; ;