esp-idf/components/bootloader_support/src
Darian Leung 6d40e191f8
refactor(hal/usb): Refactor usb_wrap_ll.h
This commit rewrite the 'usb_wrap_ll.h' API as follows:

- All APIs renamed from 'usb_fsls_phy_ll_...()' to 'usb_wrap_ll_...()'
- APIs now match their equivalent counter parts in 'usb_serial_jtag_ll.h'
2024-03-18 19:23:44 +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 change(all): Clearing unused efuse rom headers 2024-01-22 18:02:55 +02:00
esp32c6 change(all): Clearing unused efuse rom headers 2024-01-22 18:02:55 +02:00
esp32h2 change(esp_phy): close esp32h2 rf pll by default 2024-03-12 10:10:41 +08:00
esp32p4 change(psram): update voltage configurations 2024-02-29 10:42:37 +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 feat(all): Use PRIx macro in all logs 2024-03-12 11:15:53 +02:00
idf mbedtls-3 update: 2022-03-03 01:37:10 +05:30
secure_boot_v1 feat(all): Use PRIx macro in all logs 2024-03-12 11:15:53 +02: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(clk): preliminary clock tree support for ESP32C5 2024-02-07 14:38:15 +08:00
bootloader_clock_loader.c bootloader: update copyright notice 2021-06-02 14:22:09 +02:00
bootloader_common.c bootloader: fix and re-enable no-format warnings 2023-03-15 00:28:31 +01:00
bootloader_common_loader.c fix(bootloader): add legacy retained memory CRC calculation 2024-02-09 16:49:56 +08:00
bootloader_console.c refactor(hal/usb): Refactor usb_wrap_ll.h 2024-03-18 19:23:44 +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_efuse.c feat(esp32c5): support to build hello world on esp32c5 beta3 2024-01-09 13:11:11 +08:00
bootloader_init.c Use configuration option instead of in components not related to FreeRTOS 2023-11-28 07:49:20 +00:00
bootloader_mem.c feat(gdma): add GDMA support for ESP32C5 2024-02-28 12:38:02 +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.c fix(rng): only build bootloader_random apis once 2023-10-19 16:15:52 +08: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(esp32c5): support esptool on esp32c5 beta3 2024-01-09 13:11:11 +08:00
bootloader_random_esp32c6.c esp_hw_support/bootloader: made ESP32-C6 and ESP32-H2 RNG available 2023-05-23 18:14:51 +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(esp32p4): introduced new target esp32p4, supported hello_world 2023-08-09 19:33:25 +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_utility.c feat(all): Use PRIx macro in all logs 2024-03-12 11:15:53 +02:00
esp_image_format.c Merge branch 'feature/c5_rom_bootloader' into 'master' 2024-03-12 16:11:24 +08:00
flash_encrypt.c feat(security): Enable Flash encryption for ESP32P4 2023-12-05 13:10:55 +05:30
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