Add avrintel.[ch] to the project and warn if mcuid incompatible with avrintel.c

This commit is contained in:
Stefan Rueger
2022-08-30 19:48:17 +01:00
parent b0198a319f
commit 626a43b139
9 changed files with 6973 additions and 2 deletions

View File

@@ -583,6 +583,7 @@ AVRPART *avr_new_part(void) {
p->mem_alias = lcreat(NULL, 0);
// Default values
p->mcuid = -1;
p->hvupdi_variant = -1;
memset(p->signature, 0xFF, 3);
p->reset_disposition = RESET_DEDICATED;