esp_iot_framework  v0.1.0-alpha
© 2026 AmakeSasha, distributed under a license Apache-2.0
Core Extension

Low-level API exposing NVS storage, FreeRTOS task management, IP event handlers, and internal configuration queries for creating nodes. More...

Modules

 Constants
 Default values and length limits.
 
 Tools
 Helper utility functions.
 
 Configuration
 Functions to retrieve current system configuration.
 
 Event Handlers
 System hooks for internal business logic.
 
 Non-Volatile Storage (NVS)
 NVS extension layer for data persistence and configuration profiles.
 
 Task Management
 Thread lifecycle control and secure task spawn utilities.
 
 Other
 Anything that does not belong to a specific section or is not part of a group large enough for a separate module.
 

Detailed Description

Note
This group of modules is available when you include this line at the beginning of the file.:
#include <esp_iot_framework_core_ext.h>

This API provides direct access to the CORE internal subsystems. It is designed for building specialized nodes that require low-level system event orchestration, raw configuration access, and manual NVS storage management.

Warning
Operating at this level bypasses standard safety abstractions. Improper use can lead to resource contention, deadlocks, or storage corruption.