This website requires JavaScript.
Explore
Help
Sign In
espressif
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2026-04-27 19:13:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
esp-idf
/
components
/
esp_hw_support
/
port
/
esp32s2
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
Chen Jichang
6e206dd173
refactor(clk_tree): use general api to enable the clk
2026-04-16 20:03:06 +08:00
..
include
/soc
feat(esp_hw_support): support rtc wdt during light sleep
2026-01-20 20:09:22 +08:00
adc2_init_cal.c
…
chip_info.c
…
CMakeLists.txt
…
cpu_region_protect.c
…
esp_clk_tree.c
refactor(clk_tree): use general api to enable the clk
2026-04-16 20:03:06 +08:00
esp_cpu_intr.c
…
io_mux.c
fix(rtcio): RTC GPIO configuration should be written if LP IO clock exists
2026-03-02 15:03:30 +08:00
Kconfig.hw_support
…
Kconfig.mac
…
Kconfig.rtc
…
Kconfig.xtal
…
memprot.c
…
rtc_clk_init.c
…
rtc_clk.c
fix(esp_hw_support): fix cpu restart failed due to rtc_clk in flash
2026-01-13 19:34:08 +08:00
rtc_init.c
refactor(global): remove completed todos in the codebase
2025-12-15 22:40:15 +08:00
rtc_sleep.c
feat(esp_hw_support): support rtc wdt during light sleep
2026-01-20 20:09:22 +08:00
rtc_time.c
change(esp_hal_rtc_timer): unify lp_timer/rtc_timer naming to RTC_TIMER
2025-12-30 11:35:36 +08:00
sar_periph_ctrl.c
refactor(rcc): unify the usage of clock control macros for peripherals
2026-01-23 18:28:13 +08:00
systimer.c
…