Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 2.14 KB

partition.rst

File metadata and controls

41 lines (26 loc) · 2.14 KB

Partitions API

:link_to_translation:`zh_CN:[中文]`

Overview

The esp_partition component has higher-level API functions which work with partitions defined in the :doc:`partition table </api-guides/partition-tables>`. These APIs are based on lower level API provided by :doc:`SPI Flash driver </api-reference/peripherals/spi_flash/index>`.

Partition Table API

ESP-IDF projects use a partition table to maintain information about various regions of SPI flash memory (bootloader, various application binaries, data, filesystems). More information can be found in :doc:`Partition Tables </api-guides/partition-tables>`.

This component provides API functions to enumerate partitions found in the partition table and perform operations on them. These functions are declared in esp_partition.h:

See Also

API Reference - Partition Table

.. include-build-file:: inc/esp_partition.inc