OVMS3-idf/components/bootloader_support/src
Angus Gratton a94685a222 esp32: Use package identifier to look up SPI flash/PSRAM WP Pin, unless overridden
Allows booting in QIO/QOUT mode or with PSRAM on ESP32-PICO-V3 and
ESP32-PICO-V3-O2 without any config changes.

Custom WP pins (needed for fully custom circuit boards) should still be compatible.
2020-07-24 21:45:31 +08:00
..
esp32 feat(esp32): support for esp32-pico-v3-02 2020-07-24 21:20:27 +08:00
esp32s2 efuse: Add new esp_efuse_write_field_bit() convenience function 2020-05-28 17:45:09 +10:00
idf secure boot v2: Don't check efuse BLK2 if only boot-time signature verification is enabled 2020-04-24 15:03:03 +10:00
bootloader_clock.c esp32s2: fix enabling 32k XTAL clock 2020-02-17 17:33:56 +01:00
bootloader_common.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
bootloader_efuse_esp32.c bootloader: move esp32 specific code from bootloader_common 2019-10-03 09:38:13 +02:00
bootloader_efuse_esp32s2.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
bootloader_flash.c feat/secure_boot_v2: Adding secure boot v2 support for ESP32-ECO3 2020-02-25 01:28:22 +05:30
bootloader_flash_config_esp32.c esp32: Use package identifier to look up SPI flash/PSRAM WP Pin, unless overridden 2020-07-24 21:45:31 +08:00
bootloader_flash_config_esp32s2.c global: rename esp32s2beta to esp32s2 2020-01-22 12:14:38 +08:00
bootloader_init.c bootloader: Force bootloader_image_hdr to be word aligned 2020-06-04 20:56:26 +10:00
bootloader_mem.c bootloader_support: mem-related initializations using cpu abstractions 2020-02-27 07:14:21 +05:00
bootloader_random.c bootloader_support: read random from register 2020-03-06 15:32:01 +08:00
bootloader_utility.c feat/secure_boot_v2: Adding secure boot v2 support for ESP32-ECO3 2020-02-25 01:28:22 +05:30
esp_image_format.c bootloader_support: force alignment of flash_read argument 2020-03-04 09:56:01 +01:00
flash_encrypt.c esp32: Reduce using ESP_EARLY_LOGx and move some code after the stdout initialization 2020-06-17 13:40:42 +08:00
flash_partitions.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
flash_qio_mode.c esp32: Use package identifier to look up SPI flash/PSRAM WP Pin, unless overridden 2020-07-24 21:45:31 +08:00