Fix a one-bit error in the signature read command for ATmega165*
This commit is contained in:
parent
00ea962abe
commit
65618ed655
1
NEWS
1
NEWS
|
@ -72,6 +72,7 @@ Changes since version 6.4:
|
||||||
- Rework HID support for Windows #881
|
- Rework HID support for Windows #881
|
||||||
- List of signing keys? #884
|
- List of signing keys? #884
|
||||||
- Pickit4 UPDI is writing at offset 0x4000 into flash instead of 0x0000. #892
|
- Pickit4 UPDI is writing at offset 0x4000 into flash instead of 0x0000. #892
|
||||||
|
- Signature read command for ATmega165* was wrong (no-id)
|
||||||
|
|
||||||
* Pull requests:
|
* Pull requests:
|
||||||
|
|
||||||
|
|
|
@ -14437,7 +14437,7 @@ part
|
||||||
|
|
||||||
memory "signature"
|
memory "signature"
|
||||||
size = 3;
|
size = 3;
|
||||||
read = "0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0",
|
read = "0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0",
|
||||||
"x x x x x x a1 a0 o o o o o o o o";
|
"x x x x x x a1 a0 o o o o o o o o";
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue