OVMS3-idf/components/bootloader_support/include
chenjianqiang 3349c99882 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-10-15 12:08:04 +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-10-15 12:08:04 +08:00
bootloader_flash_config.h bugfix(flash): add flash config in app startup 2019-10-15 12:08:04 +08:00
bootloader_random.h bootloader_support: Move bootloader_random.h to public header directory 2018-09-03 04:39:45 +00:00
bootloader_util.h bootloader: verify that loaded image does not overlap bootloader code 2018-10-26 12:44:10 +08:00
esp_efuse.h support esp32 eco revision 2 and 3 2019-09-19 17:05:08 +08:00
esp_flash_encrypt.h Merge branch 'master' into feature/cmake 2018-09-05 10:35:04 +08:00
esp_flash_partitions.h bootloader: Don't verify Partition Table as part of Secure Boot 2018-07-13 15:45:15 +10:00
esp_image_format.h support esp32 eco revision 2 and 3 2019-09-19 17:05:08 +08:00
esp_secure_boot.h secure boot: Support secure boot signatures without hardware secure boot 2018-08-29 17:05:29 +08:00