index.rst 362 B

12345678910111213141516
  1. System API
  2. **********
  3. .. toctree::
  4. :maxdepth: 1
  5. Memory Allocation <mem_alloc>
  6. Interrupt Allocation <intr_alloc>
  7. Watchdogs <wdts>
  8. Over The Air Updates (OTA) <ota>
  9. Deep Sleep <deep_sleep>
  10. Logging <log>
  11. Base MAC address <base_mac_address>
  12. Example code for this API section is provided in :example:`system` directory of ESP-IDF examples.