OVMS3-idf/components/esp_rom/include/esp32/rom
chenjianqiang d77c74770a 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-07-18 14:40:59 +08:00
..
aes.h move hwcrypto from esp32 to mbedtls 2019-03-26 16:24:22 +08:00
bigint.h separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
cache.h separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
crc.h separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
efuse.h separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
ets_sys.h global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
gpio.h global: move the soc component out of the common list 2019-04-16 13:21:15 +08:00
libc_stubs.h separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
lldesc.h separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
md5_hash.h separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
miniz.h separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
rtc.h separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
secure_boot.h separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
sha.h esp32: Rewrite esp_sha function 2019-05-13 12:32:45 +08:00
spi_flash.h bugfix(flash): add flash config in app startup 2019-07-18 14:40:59 +08:00
tbconsole.h separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
tjpgd.h separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
uart.h all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00