songruojing 03477a59db rtc_clk: Fix rtc8m calibration failure after cpu/core reset hace 3 años
..
include c8752cee6a clk_tree: Refactor rtc_clk.c by adding HAL layer for clock subsystem hace 3 años
port 03477a59db rtc_clk: Fix rtc8m calibration failure after cpu/core reset hace 3 años
test 6a8aed12ee ci: partially enable ut tests for esp32c2 hace 3 años
CMakeLists.txt 9ab4abfb46 hw_support: move rtc_ctrl from driver to hw_support hace 3 años
Kconfig 6589daabb9 MMU: Add configurable mmu page size support on ESP32C2 hace 3 años
Kconfig.spiram.common 0687daf2c8 kconfig: move remaining kconfig options out of target component hace 3 años
README.md 988be69466 esp_hw_support: create component hace 5 años
clk_ctrl_os.c a5b09cf015 rtc_clk: Clean up some clock related enum and macro in soc/rtc.h, replace with new ones in hace 3 años
compare_set.c a9fda54d39 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories hace 3 años
cpu_util.c bb88338118 system: move kconfig options out of target component hace 3 años
esp_async_memcpy.c e51474ef70 build: fix unused tag string hace 4 años
esp_clk.c c8752cee6a clk_tree: Refactor rtc_clk.c by adding HAL layer for clock subsystem hace 3 años
esp_memory_utils.c f8249550f8 psram: support .bss on psram on esp32s3 hace 3 años
hw_random.c 64a355eba8 feat (bootloader): added rng sampling hace 4 años
intr_alloc.c 895a3e1bb2 esp_intr: Split RTC interrupt, making some of signals can be triggered with cache disabled hace 3 años
linker.lf f8249550f8 psram: support .bss on psram on esp32s3 hace 3 años
mac_addr.c a9fda54d39 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories hace 3 años
periph_ctrl.c 0395078a06 NimBLE: fix compilation issue in nimble examples for ESP32H2 hace 3 años
project_include.cmake 356d7b6da3 esp_hw_support: Clean up CMakeLists file hace 4 años
regi2c_ctrl.c f3adbf9953 esp_phy: use spinlock to avoid regi2c access conflicts hace 3 años
rtc_module.c 895a3e1bb2 esp_intr: Split RTC interrupt, making some of signals can be triggered with cache disabled hace 3 años
rtc_wdt.c a9fda54d39 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories hace 3 años
sdkconfig.rename 23c55946a6 kconfig: also parse target specific sdkconfig.rename.TARGET files hace 4 años
sdkconfig.rename.esp32 0687daf2c8 kconfig: move remaining kconfig options out of target component hace 3 años
sdkconfig.rename.esp32c3 d2872095f9 soc: moved kconfig options out of the target component. hace 3 años
sdkconfig.rename.esp32h2 a5b09cf015 rtc_clk: Clean up some clock related enum and macro in soc/rtc.h, replace with new ones in hace 3 años
sdkconfig.rename.esp32s2 0687daf2c8 kconfig: move remaining kconfig options out of target component hace 3 años
sdkconfig.rename.esp32s3 0687daf2c8 kconfig: move remaining kconfig options out of target component hace 3 años
sleep_gpio.c c5b481c6da light sleep: fix Flash leakage when its CS pin has no hardware pullup hace 4 años
sleep_mac_bb.c 90a0a83c0f light sleep: separate sleep wifi/bt mac bb function hace 4 años
sleep_modes.c 93a5087e58 add PM related soc caps about power down rtc slow/fast mem hace 3 años
sleep_retention.c 0687daf2c8 kconfig: move remaining kconfig options out of target component hace 3 años

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.