esp-idf/components/bootloader_support/src
2023-03-15 10:59:20 +08:00
..
esp32 system: fixed ram app cannot use mmu correctly issue 2023-03-15 10:59:20 +08:00
esp32c2 mmu: hal function to init, and hal function to unmap all 2023-03-15 10:59:20 +08:00
esp32c3 mmu: hal function to init, and hal function to unmap all 2023-03-15 10:59:20 +08:00
esp32c6 mmu: hal function to init, and hal function to unmap all 2023-03-15 10:59:20 +08:00
esp32h2 mmu: hal function to init, and hal function to unmap all 2023-03-15 10:59:20 +08:00
esp32h4 mmu: hal function to init, and hal function to unmap all 2023-03-15 10:59:20 +08:00
esp32s2 mmu: hal function to init, and hal function to unmap all 2023-03-15 10:59:20 +08:00
esp32s3 mmu: hal function to init, and hal function to unmap all 2023-03-15 10:59:20 +08:00
flash_encryption Merge branch 'feature/adds_more_efuse_logs' into 'master' 2023-02-22 19:25:58 +08:00
idf mbedtls-3 update: 2022-03-03 01:37:10 +05:30
secure_boot_v1 refactor (bootloader_support, efuse)!: remove target-specific rom includes 2022-07-13 10:29:02 +08:00
secure_boot_v2 esp32h2: add secure boot feature support 2023-03-06 16:57:45 +05:30
bootloader_clock_init.c clk_tree: Add basic clock support for esp32h2 2023-02-20 17:15:02 +08:00
bootloader_clock_loader.c bootloader: update copyright notice 2021-06-02 14:22:09 +02:00
bootloader_common_loader.c all: Replaces memset/memcpy with hal_mem.. funcs where were used -Wstringop-overread, -Wstringop-overflow, -Warray-bounds 2022-11-30 19:22:41 +08:00
bootloader_common.c system/sleep: further fix spi flash/ram current leakage 2022-07-21 19:14:26 +08:00
bootloader_console_loader.c bootloader: update copyright notice 2021-06-02 14:22:09 +02:00
bootloader_console.c rom: patch uart function to switch buffer 2023-01-31 13:11:32 +08:00
bootloader_efuse.c ESP32H2: Introduce new chip target esp32h2, hello_world example supported 2022-12-29 12:29:14 +08:00
bootloader_init.c wdt: refactor wdt codes to use unified type 2023-02-15 12:08:55 +08:00
bootloader_mem.c apm: added support for APM on esp32h2 2023-02-14 10:43:49 +00:00
bootloader_panic.c bootloader: dont print assert msg if CONFIG_OPTIMIZATION_ASSERTIONS_SILENT is set 2022-09-02 11:01:50 +08:00
bootloader_random_esp32.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
bootloader_random_esp32c2.c G0: Support Xtensa targets for G0-only compilation 2022-06-20 11:34:20 +00:00
bootloader_random_esp32c3.c G0: Support Xtensa targets for G0-only compilation 2022-06-20 11:34:20 +00:00
bootloader_random_esp32c6.c esp32c6: add bootloader support 2022-09-26 20:24:52 +08:00
bootloader_random_esp32h2.c ESP32H2: Introduce new chip target esp32h2, hello_world example supported 2022-12-29 12:29:14 +08:00
bootloader_random_esp32h4.c esp32h2: renaming esp32h2 to esp32h4 2022-11-08 17:05:33 +08:00
bootloader_random_esp32s2.c hw_support: fixed regi2c not protected by lock on ESP32S2 2022-03-13 00:24:08 +08:00
bootloader_random_esp32s3.c ulp-riscv: add support for using ADC as well as an example show-casing it. 2022-07-11 09:31:22 +08:00
bootloader_random.c hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 2022-07-22 00:06:06 +08:00
bootloader_utility.c mmu: hal function to init, and hal function to unmap all 2023-03-15 10:59:20 +08:00
esp_image_format.c ESP32H2: Introduce new chip target esp32h2, hello_world example supported 2022-12-29 12:29:14 +08:00
flash_encrypt.c efuse: Add support for esp32h2 2023-02-21 08:18:14 +00:00
flash_partitions.c spi_flash: refactor spi_flash.h to decline duplicated code 2021-12-30 14:05:12 +08:00
secure_boot.c bootloader_support(esp32c2): Fix esp_secure_boot_cfg_verify_release_mode API 2023-01-24 18:16:19 +08:00