esp-idf/components/bootloader_support/src
Song Ruo Jing b6916ca304 Merge branch 'bugfix/custom_console_uart_pins_c5_c61' into 'master'
fix(uart): make custom console uart TX/RX pins same to the default console uart pins

See merge request espressif/esp-idf!33110
2024-09-02 21:26:56 +08:00
..
esp32 fix(ci): esp32 build failure due to bootloader size too large 2024-08-19 19:08:10 +08:00
esp32c2 refactor(brownout): correct names comments in the LL driver 2024-08-07 10:46:57 +08:00
esp32c3 refactor(brownout): correct names comments in the LL driver 2024-08-07 10:46:57 +08:00
esp32c5 fix(ci): some actions taken to pass ci 2024-08-29 14:15:41 +08:00
esp32c6 refactor(brownout): correct names comments in the LL driver 2024-08-07 10:46:57 +08:00
esp32c61 feat(brownout): Add brownout detector support on esp32c61 2024-08-22 11:26:30 +08:00
esp32h2 refactor(brownout): correct names comments in the LL driver 2024-08-07 10:46:57 +08:00
esp32p4 refactor(brownout): correct names comments in the LL driver 2024-08-07 10:46:57 +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 refactor(brownout): correct names comments in the LL driver 2024-08-07 10:46:57 +08:00
flash_encryption fix(security): Fixed flash encryption for esp32p4 2024-09-02 14:00:55 +08:00
idf mbedtls-3 update: 2022-03-03 01:37:10 +05:30
secure_boot_v1 change: Add error logs for secure boot scheme and key mismatch 2024-06-21 13:56:22 +05:30
secure_boot_v2 feat: enable secure boot feature for esp32c61 2024-08-05 09:23:27 +05:30
bootloader_clock_init.c feat(clk): Add basic clock support for esp32c5 mp 2024-06-26 14:26:34 +08:00
bootloader_clock_loader.c bootloader: update copyright notice 2021-06-02 14:22:09 +02:00
bootloader_common_loader.c feat(bootloader): support to check efuse block revision 2024-08-26 10:02:31 +08:00
bootloader_common.c feat(gpio): remove io_mux_reg array in gpio_periph.c from c5 2024-05-17 20:55:25 +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 fix(uart): make custom console uart pins same to the default console uart pins 2024-09-02 15:24:29 +08:00
bootloader_efuse.c feat(esp32c61): final introduce helloworld support 2024-04-02 10:50:52 +08:00
bootloader_init.c feat(bootloader): support to check efuse block revision 2024-08-26 10:02:31 +08:00
bootloader_mem.c feat: c61 add gdma support 2024-08-09 10:12:40 +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 fix(bootloader): update random disable api for ESP32-C5 2024-08-11 22:02:27 +05:30
bootloader_random_esp32c6.c fix(rng): avoid clearing PMU_PERIF_I2C_RSTB in random disable API for C6 2024-08-12 08:26:05 +05:30
bootloader_random_esp32c61.c feat(bootloader): add rng support for ESP32-C61 2024-08-06 20:21:07 +08: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-05-22 15:23:58 +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(clk): Add basic clock support for esp32c61 2024-07-31 22:41:22 +08:00
bootloader_utility.c feat(bootloader): BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP for C2 (without RTC_MEM) 2024-06-25 02:09:59 +08:00
esp_image_format.c feat(bootloader): support to check efuse block revision 2024-08-26 10:02:31 +08:00
flash_encrypt.c feat: enable flash encyption support in esp32c61 2024-07-19 17:23:11 +05:30
flash_partitions.c bootloader: fix and re-enable no-format warnings 2023-03-15 00:28:31 +01:00
secure_boot.c feat(security): Add security_features_app example to demonstrate security features 2024-06-27 16:56:55 +05:30