OVMS3-idf/components/bootloader_support/include
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
..
bootloader_clock.h esp32: Fix backwards compatibility for pre-v2.1 bootloaders 2017-12-18 13:45:57 +11:00
bootloader_common.h bootloader: Add factory reset and start test app 2018-05-24 16:56:49 +05:00
esp_efuse.h esp32: Add KConfig option to disable ROM Console fallback on first boot 2017-08-29 14:52:00 +10:00
esp_flash_encrypt.h docs: Improve/clarify partition, OTA & SPI flash docs 2017-02-20 15:31:42 +11:00
esp_flash_partitions.h spi_flash: Fix error unit tests on host 2018-06-19 14:30:25 +05:00
esp_image_format.h bootloader: Fallback if OTA data is invalid 2017-08-15 09:42:19 +10:00
esp_secure_boot.h bootloader: Calculate SHA256 hash of image on every boot 2017-07-19 18:31:59 +10:00