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-26 10:06:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2fbd8779d691652abf3a76daed2ef67b2946ac15
esp-idf
/
components
/
hal
/
esp32c6
History
Song Ruo Jing
6b0eb7fcb3
fix(lp_io): w1ts/w1tc register access performance is improved
...
by avoiding "read-modify-write" operation. The registers designed to be write only.
2025-07-28 11:17:32 +08:00
..
include
/hal
fix(lp_io): w1ts/w1tc register access performance is improved
2025-07-28 11:17:32 +08:00
clk_tree_hal.c
…
efuse_hal.c
refactor(hal): clean up some hal file dependency on sdkconfig.h
2025-07-17 10:33:08 +08:00
modem_clock_hal.c
change(hal): add union enum type for modem peripheral 32k source selection
2025-06-18 11:48:48 +08:00
pau_hal.c
change(hal): simplify some enable/disable function in pau_ll
2025-06-20 20:11:55 +08:00
pmu_hal.c
…