OVMS3-idf/components/esp32/include/rom
chenjianqiang cf2062f1d7 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-08-27 21:04:36 +08:00
..
aes.h Merge remote-tracking branch 'origin/master' into feature/mbedtls 2016-09-13 16:31:48 +08:00
bigint.h Merge remote-tracking branch 'origin/master' into feature/mbedtls 2016-09-13 16:31:48 +08:00
cache.h Spiram: Add option to reserve MMU banks; add himem API to make use of those banks 2018-10-15 14:32:58 +08:00
crc.h Add CRC APIs usage 2019-02-26 18:12:14 +08:00
efuse.h bootloader: Add QIO support for ESP32-D2WD SPI flash 2017-04-13 17:55:47 +10:00
ets_sys.h Add OS adapter to WiFi driver 2018-05-26 17:22:23 +08:00
gpio.h soc: Fix check_long_hold_gpio and move def to soc 2018-06-22 09:20:27 +05:00
libc_stubs.h syscalls: fix arguments and return type for _raise_r 2018-07-31 12:08:04 +03:00
lldesc.h Initial public version 2016-08-17 23:08:22 +08:00
md5_hash.h remove executable permission from source files 2018-05-29 20:07:45 +08:00
miniz.h Initial public version 2016-08-17 23:08:22 +08:00
queue.h remove executable permission from source files 2018-05-29 20:07:45 +08:00
rtc.h esp32/sleep: Add a function to disable logging from ROM code 2018-09-04 16:03:18 +08:00
secure_boot.h Refactor existing bootloader common functionality into bootloader_support component 2016-11-02 17:58:41 +11:00
sha.h mbedTLS SHA acceleration: Allow concurrent digest calculation, works with TLS 2016-11-22 20:42:38 +11:00
spi_flash.h bugfix(flash): add flash config in app startup 2019-08-27 21:04:36 +08:00
tbconsole.h Initial public version 2016-08-17 23:08:22 +08:00
tjpgd.h Initial public version 2016-08-17 23:08:22 +08:00
uart.h esp32: fix typos in rom/uart.h 2018-11-19 12:36:31 +08:00