Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.99 KB

partition.rst

File metadata and controls

41 lines (26 loc) · 1.99 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:`/api-guides/partition-tables`. These APIs are based on lower level API provided by :doc:`/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:`/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