esp-idf/components/esp_hw_support
Jiang Jiang Jian bf5b36954a Merge branch 'bugfix/clear_ulp_wake_intr_in_wake_source_enable_v4.4' into 'release/v4.4'
fix(esp_hw_support): clear all type ULP wakeup intr status at ulp wakeup source enable (backport v4.4)

See merge request espressif/esp-idf!27190
2023-11-21 10:52:23 +08:00
..
include fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad 2023-11-20 11:25:28 +08:00
port fix(memory): no enough memory for rodata 2023-10-25 08:02:02 +00:00
test
CMakeLists.txt fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad 2023-11-20 11:25:28 +08:00
Kconfig feat(pm): add internal pull-up/downs option for gpio used for deepsleep wakeup 2023-09-19 11:16:20 +08:00
Kconfig.spiram.common
Makefile.projbuild
README.md
clk_ctrl_os.c
compare_set.c
component.mk
cpu_util.c
esp_async_memcpy.c
esp_clk.c
hw_random.c
intr_alloc.c
linker.lf fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad 2023-11-20 11:25:28 +08:00
mac_addr.c
project_include.cmake
regi2c_ctrl.c
revision.c
sdkconfig.rename
sleep_console.c fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad 2023-11-20 11:25:28 +08:00
sleep_gpio.c
sleep_mac_bb.c
sleep_modes.c Merge branch 'bugfix/clear_ulp_wake_intr_in_wake_source_enable_v4.4' into 'release/v4.4' 2023-11-21 10:52:23 +08:00
sleep_retention.c
sleep_wake_stub.c

README.md

esp_hw_support

This component contains hardware-related operations for supporting the system. These operations are one level above that of hal in that these(1) use system services such as memory allocation, logging, scheduling or (2) may be multi-step operations involving/affecting multiple parts of the SoC.

Implementations that don't fit other components cleanly, but are not worth creating a new component for (yet) may also be placed here as long as they don't pull dependencies other than the core system components.