This website requires JavaScript.
Explore
Help
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2025-08-22 17:10:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a99753d293e6fb091e6858d0b5685156baa036d1
esp-idf
/
components
/
esp_hw_support
/
port
/
esp32s2
History
Omar Chebib
a99753d293
fix(esp_hw_support): clear the memory protection interrupt status on boot
...
Fixes
https://github.com/espressif/esp-idf/issues/15359
2025-02-25 18:06:38 +08:00
..
include
/soc
refactor(clk): deprecate SOC_RTC_FAST_CLK_SRC_XTAL_DIV
2024-11-04 12:37:17 +08:00
adc2_init_cal.c
…
chip_info.c
…
CMakeLists.txt
…
cpu_region_protect.c
…
esp_clk_tree.c
feat(esp_hw_support): add clk tree source gate management api
2024-09-11 10:53:01 +08:00
esp_cpu_intr.c
fix(esp_hw_support): make the NMI interrupts available for the main application
2024-08-29 13:55:47 +08:00
io_mux.c
fix(esp_hw_support): fix esp32s2/esp32s3 RTC IOMUX clock management
2025-02-19 16:02:25 +08:00
Kconfig.hw_support
refactor(bootloader): lower down the log level to reduce the bootloader size
2024-08-26 10:02:31 +08:00
Kconfig.mac
…
Kconfig.rtc
…
Kconfig.xtal
…
memprot.c
fix(esp_hw_support): clear the memory protection interrupt status on boot
2025-02-25 18:06:38 +08:00
rtc_clk_init.c
…
rtc_clk.c
fix(esp_hw_support): fix bad submode setting logic in rtc_slow selection
2024-09-24 11:24:03 +08:00
rtc_init.c
…
rtc_sleep.c
…
rtc_time.c
fix(esp_hw_support): add timer wakeup sleep duration check
2025-02-07 19:43:54 +08:00
sar_periph_ctrl.c
…
systimer.c
…