esp-idf/components/esp_hw_support
wuzhenghui ef202b3ecd
fix(riscv): supports 1 byte and larger than 64byte range watchpoint setting
2023-11-30 15:47:22 +08:00
..
include fix(riscv): supports 1 byte and larger than 64byte range watchpoint setting 2023-11-30 15:47:22 +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 fix(riscv): supports 1 byte and larger than 64byte range watchpoint setting 2023-11-30 15:47:22 +08:00
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 soc: Move revision MAX/MIN static assert to esp_hw_support 2023-08-22 16:07:09 +08:00
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.