Add UPDI HV type to device description.

This commit is contained in:
Ruud, Jan Egil
2022-06-28 11:55:33 +02:00
committed by MCUdude
parent 577856cf15
commit 39008ac2c1
2 changed files with 3 additions and 0 deletions

View File

@@ -400,5 +400,7 @@ struct updi_device_desc {
unsigned char flash_page_size_msb; // Extends flash_page_size, used in 24-bit mode
unsigned char address_mode; // 0x00 = 16-bit mode, 0x01 = 24-bit mode
unsigned char hvupdi_variant; // Indicates the target UPDI HV implementation
};
#endif /* JTAG3_PRIVATE_EXPORTED */