Skip to content

Commit

Permalink
Update esptool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 committed Jul 14, 2024
1 parent 83007da commit 6602bc3
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions esptool.py
Original file line number Diff line number Diff line change
Expand Up @@ -2946,21 +2946,6 @@ class ESP32P4ROM(ESP32ROM):
UF2_FAMILY_ID = 0x3D308E94

EFUSE_MAX_KEY = 5
KEY_PURPOSES: Dict[int, str] = {
0: "USER/EMPTY",
1: "ECDSA_KEY",
2: "XTS_AES_256_KEY_1",
3: "XTS_AES_256_KEY_2",
4: "XTS_AES_128_KEY",
5: "HMAC_DOWN_ALL",
6: "HMAC_DOWN_JTAG",
7: "HMAC_DOWN_DIGITAL_SIGNATURE",
8: "HMAC_UP",
9: "SECURE_BOOT_DIGEST0",
10: "SECURE_BOOT_DIGEST1",
11: "SECURE_BOOT_DIGEST2",
12: "KM_INIT_KEY",
}

def get_pkg_version(self):
num_word = 2
Expand Down

0 comments on commit 6602bc3

Please sign in to comment.