OVMS3-idf/components/spi_flash/sim
Konstantin Kondrashov 17dac0d273 spi_flash: Fix error unit tests on host
IDF had two defines ESP_PARTITION_TABLE_OFFSET and ESP_PARTITION_TABLE_ADDR. They were the same and equal by 0x8000.
A define ESP_PARTITION_TABLE_ADDR was removed from IDF.
A define ESP_PARTITION_TABLE_OFFSET depends on option CONFIG_PARTITION_TABLE_OFFSET in Kconfig.

Now using only #define ESP_PARTITION_TABLE_OFFSET CONFIG_PARTITION_TABLE_OFFSET
2018-06-19 14:30:25 +05:00
..
stubs spi_flash: Enable flash emulation down to ROM function calls 2018-06-06 17:35:30 +00:00
flash_mock.cpp spi_flash: Enable flash emulation down to ROM function calls 2018-06-06 17:35:30 +00:00
flash_mock_util.c spi_flash: Enable flash emulation down to ROM function calls 2018-06-06 17:35:30 +00:00
Makefile spi_flash: Enable flash emulation down to ROM function calls 2018-06-06 17:35:30 +00:00
sdkconfig.h spi_flash: Fix error unit tests on host 2018-06-19 14:30:25 +05:00
SpiFlash.cpp spi_flash: Fix error unit tests on host 2018-06-19 14:30:25 +05:00
SpiFlash.h spi_flash: Enable flash emulation down to ROM function calls 2018-06-06 17:35:30 +00:00