esp-idf/components/spi_flash/sim/stubs
KonstantinKondrashov fc0f90e8aa partition_table: Fix case when a few similar to otadata partitions in the table
It was when in the partition table there is a partition with type="data" and suptype=""(empty),
in this case type=1, suptype=0. It is similar to otadata partition.

This commit fixes it, now it will handle it as type=1, suptype=6 (ESP_PARTITION_SUBTYPE_DATA_UNDEFINED).
2021-10-26 16:48:25 +08:00
..
app_update spi_flash: Enable flash emulation down to ROM function calls 2018-06-06 17:35:30 +00:00
bootloader_support app_update: Add API for getting sha256_of_partition 2018-08-13 13:59:07 +05:00
driver/include/driver Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
esp32 Build test applicatoin on host failer fixed. 2018-07-31 08:45:43 +03:00
esp_timer spi_flash: Add into sim/stubs the esp_timer 2020-04-30 13:58:13 +08:00
freertos/include/freertos Fix a build issue with replacing init_spi_flash() in the host tests 2019-08-01 16:28:56 +07:00
log tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
newlib Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
sdkconfig Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
sdmmc/include Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
spi_flash partition_table: Fix case when a few similar to otadata partitions in the table 2021-10-26 16:48:25 +08:00
vfs/include Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
component.mk Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
Makefile Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
Makefile.files spi_flash: Add into sim/stubs the esp_timer 2020-04-30 13:58:13 +08:00