/hal_espressif-3.6.0/components/wear_levelling/ |
D | Partition.cpp | 18 Partition::Partition(const esp_partition_t *partition) in Partition() function in Partition 23 size_t Partition::chip_size() in chip_size() 28 esp_err_t Partition::erase_sector(size_t sector) in erase_sector() 35 esp_err_t Partition::erase_range(size_t start_address, size_t size) in erase_range() 46 esp_err_t Partition::write(size_t dest_addr, const void *src, size_t size) in write() 53 esp_err_t Partition::read(size_t src_addr, void *dest, size_t size) in read() 60 size_t Partition::sector_size() in sector_size() 65 Partition::~Partition() in ~Partition()
|
D | wear_levelling.cpp | 68 Partition *part = NULL; in wl_mount() 101 part_ptr = malloc(sizeof(Partition)); in wl_mount() 107 part = new (part_ptr) Partition(partition); in wl_mount() 165 part->~Partition(); in wl_mount()
|
D | CMakeLists.txt | 1 idf_component_register(SRCS "Partition.cpp"
|
/hal_espressif-3.6.0/components/wear_levelling/private_include/ |
D | Partition.h | 13 class Partition : public Flash_Access 17 Partition(const esp_partition_t *partition); 29 virtual ~Partition();
|
/hal_espressif-3.6.0/components/partition_table/ |
D | CMakeLists.txt | 41 COMMAND ${CMAKE_COMMAND} -E echo "Partition table binary generated. Contents:" 67 "Partition table CSV ${partition_csv} does not exist." 87 "Partition table built but not signed. Sign partition data before flashing:" 94 COMMAND ${CMAKE_COMMAND} -E echo "Partition table built:"
|
D | Kconfig.projbuild | 1 menu "Partition Table" 4 prompt "Partition Table" 53 Consult the Partition Table section in the ESP-IDF Programmers Guide
|
/hal_espressif-3.6.0/examples/storage/partition_api/partition_mmap/ |
D | README.md | 1 # Partition Memory Map Example 15 I (309) example: Written sample data to partition: ESP-IDF Partition Memory Map Example 17 I (319) example: Read sample data from partition using mapped memory: ESP-IDF Partition Memory Map …
|
/hal_espressif-3.6.0/examples/storage/partition_api/partition_ops/ |
D | README.md | 1 # Partition Read, Write, Erase Example 15 I (588) example: Written data: ESP-IDF Partition Operations Example (Read, Erase, Write) 16 I (588) example: Read data: ESP-IDF Partition Operations Example (Read, Erase, Write)
|
/hal_espressif-3.6.0/components/nvs_flash/src/ |
D | partition.hpp | 27 class Partition { class 29 virtual ~Partition() { } in ~Partition()
|
D | nvs_storage.hpp | 64 Storage(Partition *partition) : mPartition(partition) { in Storage() 103 const Partition *getPart() const in getPart() 156 Partition *mPartition;
|
D | nvs_page.hpp | 88 esp_err_t load(Partition *partition, uint32_t sectorNumber); 233 Partition *mPartition;
|
D | nvs_partition_manager.hpp | 32 esp_err_t init_custom(Partition *partition, uint32_t baseSector, uint32_t sectorCount);
|
/hal_espressif-3.6.0/docs/en/api-reference/storage/ |
D | index.rst | 12 NVS Partition Generation Utility <nvs_partition_gen.rst> 14 SPI Flash and Partition APIs <spi_flash>
|
/hal_espressif-3.6.0/examples/openthread/ot_cli/ |
D | sdkconfig.defaults | 9 # Partition Table 16 # end of Partition Table
|
/hal_espressif-3.6.0/examples/openthread/ot_rcp/ |
D | sdkconfig.defaults | 9 # Partition Table 16 # end of Partition Table
|
/hal_espressif-3.6.0/examples/openthread/ot_br/ |
D | sdkconfig.defaults | 8 # Partition Table 15 # end of Partition Table
|
/hal_espressif-3.6.0/examples/storage/spiffs/ |
D | README.md | 15 SPIFFS partition size is set in partitions_example.csv file. See [Partition Tables](https://docs.es… 42 I (19414) example: Partition size: total: 896321, used: 0
|
/hal_espressif-3.6.0/components/esptool_py/ |
D | CMakeLists.txt | 14 # If anti-rollback option is set then factory partition should not be in Partition Table. 20 ERROR: Anti-rollback option is enabled. Partition table should \
|
/hal_espressif-3.6.0/examples/protocols/asio/tcp_echo_server/ |
D | sdkconfig.defaults | 4 # Partition Table
|
/hal_espressif-3.6.0/examples/protocols/asio/udp_echo_server/ |
D | sdkconfig.defaults | 4 # Partition Table
|
/hal_espressif-3.6.0/docs/en/api-guides/ |
D | partition-tables.rst | 1 Partition Tables 10 Partition table length is 0xC00 bytes (maximum 95 partition table entries). An MD5 checksum, which … 21 Built-in Partition Tables 26 # ESP-IDF Partition Table 37 # ESP-IDF Partition Table 77 Partition type field can be specified as ``app`` (0x00) or ``data`` (0x01). Or it can be a number 0… 153 Generating Binary Partition Table 172 Partition Size Checks 217 Partition Tool (parttool.py)
|
/hal_espressif-3.6.0/examples/protocols/asio/ssl_client_server/ |
D | sdkconfig.defaults | 7 # Partition Table
|
/hal_espressif-3.6.0/examples/protocols/mqtt/ssl_ds/ |
D | partitions.csv | 1 # ESP-IDF Partition Table
|
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/ |
D | sdkconfig.ci.nimble | 9 # Partition Table
|
D | sdkconfig.ci.bluedroid | 11 # Partition Table
|