OVMS3-idf/components/bootloader_support/include
chenjianqiang 7904cae9c1 bugfix(flash): add flash config in app startup
We fixed some flash bugs in bootloader, but for the users used the old
vrsion bootloader, they can not fix these bugs via OTA, the solution is
add these updates in app startup.

These updates include:
1. SPI flash gpio matrix and drive strength configuration
2. SPI flash clock configuration
3. SPI flash read dummy configuration
4. SPI flash cs timing configuration
5. Update flash id of g_rom_flashchip
2019-09-11 15:37:18 +08:00
..
bootloader_clock.h esp32: Fix backwards compatibility for pre-v2.1 bootloaders 2017-12-18 13:45:57 +11:00
bootloader_common.h bugfix(flash): add flash config in app startup 2019-09-11 15:37:18 +08:00
bootloader_flash_config.h bugfix(flash): add flash config in app startup 2019-09-11 15:37:18 +08:00
bootloader_util.h bootloader: verify that loaded image does not overlap bootloader code 2018-10-26 12:44:58 +08:00
esp_efuse.h Secure Boot & Flash encryption: Support 3/4 Coding Scheme 2018-10-24 23:21:17 +00:00
esp_flash_encrypt.h flash encryption: Add config option to disable any plaintext reflashes 2019-09-10 14:29:20 +10:00
esp_flash_partitions.h bootloader: Don't verify Partition Table as part of Secure Boot 2018-07-16 16:59:36 +10:00
esp_image_format.h bootloader: Fix secure boot digest generation for image length where (len%128 < 32) 2018-09-30 00:45:07 +10:00
esp_secure_boot.h secure boot: Support secure boot signatures without hardware secure boot 2018-09-04 19:10:02 +08:00