index.rst 370 B

123456789101112131415
  1. System API
  2. **********
  3. .. toctree::
  4. :maxdepth: 1
  5. Memory Allocation <mem_alloc>
  6. Interrupt Allocation <intr_alloc>
  7. Watchdogs <wdts>
  8. OTA <ota>
  9. Deep Sleep <deep_sleep>
  10. Logging <log>
  11. Example code for this API section is provided in `examples/system <https://github.com/espressif/esp-idf/tree/master/examples/system>`_ directory of ESP-IDF repository.