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§
- Flash
Region - A flash region is a “view” into the partition.
- Partition
Entry - Represents a single partition entry.
- Partition
Table - A partition table.
Enums§
- AppPartition
SubType - Sub-types of an application partition.
- Bootloader
Partition SubType - Sub-type of the bootloader partition type.
- Data
Partition SubType - Sub-types of the data partition type.
- Error
- Errors which can be returned.
- Partition
Table Partition SubType - Sub-type of the partition table type.
- Partition
Type - A partition type including the sub-type.
- RawPartition
Type - A partition type
Constants§
- PARTITION_
TABLE_ MAX_ LEN - Maximum length of a partition table.
Functions§
- read_
partition_ table - Read the partition table.