esp-idf/components/esp_hw_support/port/esp32s3
laokaiyao 1c2f8b8ce0 feat(bootloader): support to check efuse block revision
change(bootloader): remove ignore efuse check flag (temp)

change(bootloader): use int for the minimum efuse blk rev (temp)
2024-08-26 10:02:31 +08:00
..
include/soc refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
chip_info.c efuse: Adds major and minor versions and others 2022-07-05 14:38:27 +08:00
CMakeLists.txt change(esp_security): Move the crypto locking layer into the security component 2024-08-20 12:35:22 +08:00
cpu_region_protect.c esp_hw_support: Move cpu protection in port files 2023-03-09 11:37:29 +05:30
esp_clk_tree.c esp_clk_tree: Rename clk_tree_xxx to esp_clk_tree_xxx, add compilation warning to clk_tree.h 2023-04-25 14:12:06 +08:00
esp_cpu_intr.c fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(eca46a0) 2024-05-14 14:41:39 +08:00
esp_memprot.c feat(all): Use PRIx macro in all logs 2024-03-12 11:15:53 +02:00
io_mux.c io_mux: can set different clock source 2022-12-29 14:46:16 +08:00
Kconfig.hw_support feat(bootloader): support to check efuse block revision 2024-08-26 10:02:31 +08:00
Kconfig.mac esp_hw_support: Adds APIs to define user own MAC addresses without generation from the base MAC address 2022-11-16 19:23:10 +08:00
Kconfig.rtc docs: fix clock sources for esp32c6 2024-05-07 17:35:39 +08:00
Kconfig.xtal feat(clk): support ESP32C5 XTAL 40M/48M selection 2024-06-11 17:42:43 +08:00
mspi_timing_config.c feat(psram): support 200mhz psram, experimental feature for now 2024-01-10 11:52:28 +08:00
mspi_timing_tuning_configs.h feat(spiram): Add temperature support for psram adjustment on esp32c5 2024-07-25 13:48:41 +08:00
rtc_clk_init.c refactor(rtc): move soc/rtc.h from soc to esp_hw_support component 2024-01-25 19:15:33 +08:00
rtc_clk.c fix(startup): move rtc initialization before MSPI timing tuning to improve stability 2024-06-18 01:16:24 +08:00
rtc_init.c fix(esp_hw_support): fixed modem hang caused by incorrect configuration of power and isolate signals 2024-04-01 15:21:07 +08:00
rtc_sleep.c fix(esp_hw_support): fixed modem hang caused by incorrect configuration of power and isolate signals 2024-04-01 15:21:07 +08:00
rtc_time.c change(gptimer): use private unsafe RCC LL functions in bootloader 2024-04-08 17:48:20 +08:00
sar_periph_ctrl.c bugfix: move adc_oneshot_power_acquire/release to adc_oneshot_read 2023-05-18 10:29:50 +08:00
systimer.c systimer: add helper functions to convert between tick and us 2022-07-25 16:08:52 +08:00