esp-idf/components/spi_flash/sim
KonstantinKondrashov 208b41975b 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:07:31 +08:00
..
sdkconfig Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
stubs partition_table: Fix case when a few similar to otadata partitions in the table 2021-10-26 16:07:31 +08:00
component.mk Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
flash_mock_util.c Fix a build issue with replacing init_spi_flash() in the host tests 2019-08-01 16:28:56 +07:00
flash_mock.cpp spi_flash: move the unlock patch to bootloader and add support for GD 2021-10-11 10:52:52 +08:00
Makefile Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
Makefile.files soc: descriptive part occupy whole component 2020-10-28 07:21:29 +08:00
SpiFlash.cpp Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
SpiFlash.h Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00