idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
partition.hpp File Reference

Flash partition management class. More...

#include <idfxx/error>
#include <array>
#include <cassert>
#include <cstddef>
#include <cstdint>
#include <esp_partition.h>
#include <span>
#include <string_view>
#include <type_traits>
#include <vector>

Go to the source code of this file.

Classes

class  idfxx::partition
 A flash partition. More...
 
class  idfxx::partition::mmap_handle
 A memory-mapped partition region. More...
 

Namespaces

namespace  idfxx
 

Functions

constexpr enum partition::subtype idfxx::app_ota (unsigned i)
 Computes an OTA app subtype from a slot index.
 

Detailed Description

Flash partition management class.

Definition in file partition.hpp.