esp-idf/components/efuse/esp32c6
KonstantinKondrashov e44a6888ea mac_addr(C6 and H2): Fix byte order of MAC_EXT and change format of IEEE802154 MAC
The changes only related to C6 and H2 chips where CONFIG_SOC_IEEE802154_SUPPORTED=y.
For this case these APIs return 8 bytes
    esp_efuse_mac_get_default() -> 8 bytes
    esp_efuse_mac_get_custom() -> 8 bytes
    esp_read_mac(..., ESP_MAC_IEEE802154) -> 8 bytes
The rest cases len is 6 bytes
2023-06-13 16:56:13 +08:00
..
include mac_addr(C6 and H2): Fix byte order of MAC_EXT and change format of IEEE802154 MAC 2023-06-13 16:56:13 +08:00
private_include esp32c6: add efuse support 2022-09-26 20:32:13 +08:00
esp_efuse_fields.c efuse: Remove dependency on bootloader component headers 2023-03-16 01:50:21 +08:00
esp_efuse_rtc_calib.c efuse: Updates efuse table for esp32c6 2023-02-28 17:13:21 +08:00
esp_efuse_table.c mac_addr(C6 and H2): Fix byte order of MAC_EXT and change format of IEEE802154 MAC 2023-06-13 16:56:13 +08:00
esp_efuse_table.csv mac_addr(C6 and H2): Fix byte order of MAC_EXT and change format of IEEE802154 MAC 2023-06-13 16:56:13 +08:00
esp_efuse_utility.c all: Replaces memset/memcpy with hal_mem.. funcs where were used -Wstringop-overread, -Wstringop-overflow, -Warray-bounds 2022-11-30 19:22:41 +08:00
sources.cmake esp32c6: add efuse support 2022-09-26 20:32:13 +08:00