esp-idf/components/esp_hw_support
wuzhenghui 69bbaec19d
fix(esp_hw_support/sleep): stop TG0/TG1 watchdog if XTAL not power down in lightsleep
2024-05-28 18:09:21 +08:00
..
include Merge branch 'bugfix/fix_onebyte_watchpoint_setting_v5.0' into 'release/v5.0' 2023-12-15 19:29:57 +08:00
port change(esp_hw_support/sleep): improve esp32c3 systimer stall bug workaround 2024-05-28 18:08:27 +08:00
test fix(esp_hw_support): Fix esp_intr_free when taks has no core affinity 2024-02-26 12:08:46 +02:00
CMakeLists.txt fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad 2023-11-23 10:21:02 +08:00
Kconfig change(esp_hw_support/sleep): improve esp32c3 systimer stall bug workaround 2024-05-28 18:08:27 +08:00
README.md
adc_share_hw_ctrl.c
clk_ctrl_os.c
cpu.c fix(riscv): supports 1 byte and larger than 64byte range watchpoint setting 2023-11-22 03:12:06 +00:00
esp_async_memcpy.c
esp_clk.c esp_hw_support: Fix invalid system time if s_esp_rtc_time_us & s_rtc_last_ticks were moved around 2023-07-13 18:30:26 +08:00
esp_memory_utils.c
gdma.c drivers: fix issue reported by coverity 2023-06-07 11:43:17 +08:00
hw_random.c
intr_alloc.c fix(esp_hw_support): Fix esp_intr_free when taks has no core affinity 2024-02-26 12:08:46 +02:00
linker.lf fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad 2023-11-23 10:21:02 +08:00
mac_addr.c
periph_ctrl.c change(hal): remove useless code from periph_ll_wifi_bt_module_enable_clk 2023-11-10 11:43:01 +08:00
regi2c_ctrl.c
revision.c soc: Move revision MAX/MIN static assert to esp_hw_support 2023-07-28 11:36:20 +02:00
rtc_module.c
rtc_wdt.c
sar_periph_ctrl_common.c fix(temperature_snesor): Put clock gate enable/disable in to sar_periph_ctrl together 2023-10-12 14:21:24 +08:00
sdkconfig.rename
sdkconfig.rename.esp32
sdkconfig.rename.esp32c3
sdkconfig.rename.esp32h2
sdkconfig.rename.esp32s2
sdkconfig.rename.esp32s3
sleep_console.c fix(esp_hw_support): fix lightsleep current leakage on usb-phy controlled pad 2023-11-23 10:21:02 +08:00
sleep_gpio.c
sleep_mac_bb.c
sleep_modes.c fix(esp_hw_support/sleep): stop TG0/TG1 watchdog if XTAL not power down in lightsleep 2024-05-28 18:09:21 +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.