]> granicus.if.org Git - esp-idf/commit
add base MAC address storage choice.
authorXiaXiaotian <xiaxiaotian@espressif.com>
Wed, 19 Apr 2017 13:00:00 +0000 (21:00 +0800)
committerXiaXiaotian <xiaxiaotian@espressif.com>
Fri, 21 Apr 2017 06:55:11 +0000 (14:55 +0800)
commit5553fbd537e60f1f6a413d434fba0406caee35b8
treeb5ee4001ed7af0dce001d2b13040b78711bea8c1
parent03e2618d3597516fc3c9287814567e78fee6824c
add base MAC address storage choice.

    Base MAC address can be stored in default manufacture-defined or customer
    pre-defined place in EFUSE and other place e.g. flash or EEPROM.
    If choose to use base MAC address which is stored in other place, please
    call esp_base_mac_addr_set_external() before initializing WiFi/BT/Ehternet.
components/esp32/Kconfig
components/esp32/include/esp_system.h
components/esp32/system_api.c