8 #ifndef COMPONENTS_CPP_UTILS_SYSTEM_H_
9 #define COMPONENTS_CPP_UTILS_SYSTEM_H_
12 #include <esp_system.h>
static size_t getMinimumFreeHeapSize()
Get the smallest heap size seen.
Definition: System.cpp:484
System wide functions.
Definition: System.h:17
static std::string getIDFVersion()
Retrieve the version of the ESP-IDF. When an application is compiled, it is compiled against a versio...
Definition: System.cpp:475
static size_t getFreeHeapSize()
Retrieve the system wide free heap size.
Definition: System.cpp:465
static void restart()
Restart the ESP32.
Definition: System.cpp:492
static void dumpHeapInfo()
Definition: System.cpp:430
static void getChipInfo(esp_chip_info_t *info)
Get the information about the device.
Definition: System.cpp:456
static void dumpPinMapping()
Definition: System.cpp:403