mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
b22067a8f0
Application developer can call APIs to configure base MAC address instead of using menuconfig.
17 lines
362 B
ReStructuredText
17 lines
362 B
ReStructuredText
System API
|
|
**********
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
Memory Allocation <mem_alloc>
|
|
Interrupt Allocation <intr_alloc>
|
|
Watchdogs <wdts>
|
|
Over The Air Updates (OTA) <ota>
|
|
Deep Sleep <deep_sleep>
|
|
Logging <log>
|
|
Base MAC address <base_mac_address>
|
|
|
|
|
|
Example code for this API section is provided in :example:`system` directory of ESP-IDF examples.
|