Module partitions

Source
Expand description

§Partition Table Support

§Overview

This module allows reading the partition table and conveniently writing/reading partition contents.

For more information see https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html#built-in-partition-tables

Structs§

FlashRegion
A flash region is a “view” into the partition.
PartitionEntry
Represents a single partition entry.
PartitionTable
A partition table.

Enums§

AppPartitionSubType
Sub-types of an application partition.
BootloaderPartitionSubType
Sub-type of the bootloader partition type.
DataPartitionSubType
Sub-types of the data partition type.
Error
Errors which can be returned.
PartitionTablePartitionSubType
Sub-type of the partition table type.
PartitionType
A partition type including the sub-type.
RawPartitionType
A partition type

Constants§

PARTITION_TABLE_MAX_LEN
Maximum length of a partition table.

Functions§

read_partition_table
Read the partition table.