esp-idf/components/bootloader_support/src
Mahavir Jain ad0cfa57e7 Merge branch 'feature/esp32p4_apm_api_v5.3' into 'release/v5.3'
feat: add esp32p4 APM HAL/LL API (v5.3)

See merge request espressif/esp-idf!31417
2024-07-25 16:50:18 +08:00
..
esp32 feat(all): Use PRIx macro in all logs 2024-03-12 11:15:53 +02:00
esp32c2 change(all): Clearing unused efuse rom headers 2024-01-22 18:02:55 +02:00
esp32c3 change(all): Clearing unused efuse rom headers 2024-01-22 18:02:55 +02:00
esp32c5 ci(esp32c5mp): disable the unsupported tests 2024-04-07 12:13:29 +08:00
esp32c6 change(all): Clearing unused efuse rom headers 2024-01-22 18:02:55 +02:00
esp32c61 feat(esp32c61): final introduce helloworld support 2024-04-02 10:50:52 +08:00
esp32h2 change(esp_phy): close esp32h2 rf pll by default 2024-03-12 10:10:41 +08:00
esp32p4 fix(bod): Disable fib in bootloader so that interrupt can be triggered properly 2024-06-07 10:38:14 +08:00
esp32s2 fix(ram_app): Fixed issue ram_app can't use the SPI Flash 2023-11-01 02:01:45 +08:00
esp32s3 Use configuration option instead of in components not related to FreeRTOS 2023-11-28 07:49:20 +00:00
flash_encryption fix(bootloader_support): Fix flash encryption for esp32p4 2024-05-17 21:19:14 +05:30
idf mbedtls-3 update: 2022-03-03 01:37:10 +05:30
secure_boot_v1 fix(all): remove unused header includes 2024-03-25 13:58:40 +08:00
secure_boot_v2 feat(all): Use PRIx macro in all logs 2024-03-12 11:15:53 +02:00
bootloader_clock_init.c feat(esp32c61): final introduce helloworld support 2024-04-02 10:50:52 +08:00
bootloader_clock_loader.c bootloader: update copyright notice 2021-06-02 14:22:09 +02:00
bootloader_common_loader.c fix(rtc_memory): fix conflict between LP-ROM and RTC reserved 2024-04-17 13:37:56 +08:00
bootloader_common.c feat(gpio): remove io_mux_reg array in gpio_periph.c from c5 2024-05-27 18:13:42 +08:00
bootloader_console_loader.c fix(uart,usj...): Fix wrong serial number that has been parsed to rom functions, 2024-01-18 10:51:51 +08:00
bootloader_console.c feat(gpio): remove io_mux_reg array in gpio_periph.c from c5 2024-05-27 18:13:42 +08:00
bootloader_efuse.c feat(esp32c61): final introduce helloworld support 2024-04-02 10:50:52 +08:00
bootloader_init.c fix(bootloader_support): Make esp_flash_encrypt.h independent of spi_flash_mmap.h header 2024-05-20 14:40:49 +08:00
bootloader_mem.c feat: add esp32p4 APM HAL/LL API 2024-06-14 12:55:03 +08:00
bootloader_panic.c fix(esp_hw_support): re-enable CONFIG_ESP_DEBUG_OCDAWARE functionality 2023-10-18 08:48:45 +02:00
bootloader_random_esp32.c fix(soc): soc header files can pass CI check 2023-06-26 23:00:45 +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_esp32c5.c feat(esp32c5mp): add system related components 2024-03-18 17:34:56 +08:00
bootloader_random_esp32c6.c fix(bootloader_support): Fixed pattern in RNG enable function on C6 to avoid output on IO0 2024-07-04 11:36:31 +02:00
bootloader_random_esp32h2.c esp_hw_support/bootloader: made ESP32-C6 and ESP32-H2 RNG available 2023-05-23 18:14:51 +08:00
bootloader_random_esp32p4.c feat(soc): rename lp_adc and ahb_dma reg base on p4 2024-06-12 18:16:48 +08:00
bootloader_random_esp32s2.c fix(soc): soc header files can pass CI check 2023-06-26 23:00:45 +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 feat(esp_hw_support): brought up RNG on ESP32-P4 2024-04-01 07:09:11 +05:30
bootloader_utility.c Merge branch 'feat/esp32p4_xip_psram_v5.3' into 'release/v5.3' 2024-06-11 21:07:41 +08:00
esp_image_format.c feat(xip_psram): support xip psram feature on esp32p4 2024-05-29 10:02:44 +08:00
flash_encrypt.c feat(esp32c61): final introduce helloworld support 2024-04-02 10:50:52 +08:00
flash_partitions.c bootloader: fix and re-enable no-format warnings 2023-03-15 00:28:31 +01:00
secure_boot.c fix(bootloader_support): Fix condition for SECURE_SIGNED_ON_UPDATE_NO_SECURE_BOOT 2023-09-25 12:02:58 +05:30