docs: add API reference section for esp_system.h

This commit is contained in:
Ivan Grokhotkov
2018-07-30 16:19:20 +03:00
parent 3ef650cd46
commit 8403adf4e0
7 changed files with 148 additions and 96 deletions
+1 -1
View File
@@ -16,11 +16,11 @@ System API
Application Level Tracing <app_trace>
Power Management <power_management>
Sleep Modes <sleep_modes>
Base MAC address <base_mac_address>
Over The Air Updates (OTA) <ota>
ESP HTTPS OTA <esp_https_ota>
ESP pthread <esp_pthread>
Error Codes and Helper Functions <esp_err>
Miscellaneous System APIs <system>
Example code for this API section is provided in :example:`system` directory of ESP-IDF examples.