OVMS3-idf/components/bootloader_support/src
chenjianqiang d6c40c7c1d bugfix(flash): improve spi cs timing settings for flash
cs setup time is recomemded to be 1.5T, and cs hold time is recommended to be 2.5T.
(cs_setup = 1, cs_setup_time = 0; cs_hold = 1, cs_hold_time = 1)
2019-07-05 21:21:17 +08:00
..
esp32 Bugfix: ota fails with secure boot on for image size greater than 3.2MB 2019-07-01 20:04:15 +00:00
idf make bootloader_support depend on IDF_TARGET 2019-04-16 17:37:56 +08:00
bootloader_clock.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
bootloader_common.c bugfix(flash): improve spi cs timing settings for flash 2019-07-05 21:21:17 +08:00
bootloader_flash.c Bugfix: ota fails with secure boot on for image size greater than 3.2MB 2019-07-01 20:04:15 +00:00
bootloader_init.c bugfix(flash): improve spi cs timing settings for flash 2019-07-05 21:21:17 +08:00
bootloader_random.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
bootloader_utility.c Merge branch 'bugfix/remove_secure_boot_test_mode' into 'master' 2019-06-11 07:25:07 +08:00
esp_image_format.c Add mmu pages available check in non-secure image hash check path. 2019-07-01 20:04:15 +00:00
flash_encrypt.c Improve flash encryption documentation and add Development & Release modes 2019-06-25 23:41:18 +00:00
flash_partitions.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
flash_qio_mode.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00