#1052 Add JTAG support for PICkit4 and Snap.

This commit is contained in:
Jan Egil Ruud
2022-12-20 11:59:00 +01:00
parent 159d12693e
commit d1010fd46f
2 changed files with 28 additions and 1 deletions

View File

@@ -1266,7 +1266,8 @@ static int jtag3_initialize(const PROGRAMMER *pgm, const AVRPART *p) {
}
}
//md.sram_offset[2] = p->sram; // do we need it?
u16_to_b2(md.sram_offset, 0x100); // do we need it? YES, but it won't be used
if (p->ocdrev == -1) {
int ocdrev;