mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 04:02:27 +00:00
efuse: Add CUSTOM_MAC address for ESP32-C3/-S2/-S3/-H2
This commit is contained in:
@@ -50,6 +50,8 @@
|
||||
OPTIONAL_UNIQUE_ID (BLOCK2)(0 errors): Optional unique 128-bit ID
|
||||
= 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 R/W
|
||||
BLOCK2_VERSION (BLOCK2) Version of BLOCK2 = No calibration R/W (0b000)
|
||||
CUSTOM_MAC (BLOCK3) Custom MAC Address
|
||||
= 00:00:00:00:00:00 (OK) R/W
|
||||
|
||||
Jtag Config fuses:
|
||||
JTAG_SEL_ENABLE (BLOCK0) Set this bit to enable selection between usb_to_jt = False R/W (0b0)
|
||||
|
@@ -66,6 +66,8 @@
|
||||
OPTIONAL_UNIQUE_ID (BLOCK2)(0 errors): Optional unique 128-bit ID
|
||||
= 7d 33 b8 bb 0b 13 b3 c8 71 37 0e e8 7c ab d5 92 R/W
|
||||
BLOCK2_VERSION (BLOCK2) Version of BLOCK2 = With calibration R/W (0b001)
|
||||
CUSTOM_MAC (BLOCK3) Custom MAC Address
|
||||
= 00:00:00:00:00:00 (OK) R/W
|
||||
|
||||
Security fuses:
|
||||
SOFT_DIS_JTAG (BLOCK0) Software disables JTAG. When software disabled, JT = False R/W (0b0)
|
||||
|
@@ -66,6 +66,8 @@
|
||||
OPTIONAL_UNIQUE_ID (BLOCK2)(0 errors): Optional unique 128-bit ID
|
||||
= 7d 33 b8 bb 0b 13 b3 c8 71 37 0e e8 7c ab d5 92 R/W
|
||||
BLOCK2_VERSION (BLOCK2) Version of BLOCK2 = With calibration R/W (0b001)
|
||||
CUSTOM_MAC (BLOCK3) Custom MAC Address
|
||||
= 00:00:00:00:00:00 (OK) R/W
|
||||
|
||||
Security fuses:
|
||||
SOFT_DIS_JTAG (BLOCK0) Software disables JTAG. When software disabled, JT = False R/W (0b000)
|
||||
|
Reference in New Issue
Block a user