|
esp_iot_framework
v0.1.0-alpha
© 2026 AmakeSasha, distributed under a license Apache-2.0
|
Device startup and runtime environment initialization. More...
Functions | |
| esp_err_t | eif_device_initialize (void) |
| Configures system-wide services and prepares the device networking environment. More... | |
This module initializes the device hardware and prepares the runtime environment for the application layer.
| esp_err_t eif_device_initialize | ( | void | ) |
Sets up the base runtime environment, applies initial device configurations, and binds essential system handlers required to start the device.
eif_core_initialize().ESP_OK: Device layer initialization was successful.ESP_ERR_INVALID_ARG: Internal error. One of the mandatory arguments is passed as a NULL pointer.Example of use: