Li Shuai b59902f4d1 Merge branch 'bugfix/esp32s3_lightsleep_psram_leakage_current' into 'master' 4 rokov pred
..
include b59902f4d1 Merge branch 'bugfix/esp32s3_lightsleep_psram_leakage_current' into 'master' 4 rokov pred
port b59902f4d1 Merge branch 'bugfix/esp32s3_lightsleep_psram_leakage_current' into 'master' 4 rokov pred
test c45c6f52f1 adc: support adc efuse-based calibration on esp32s3 4 rokov pred
CMakeLists.txt 15fc449793 light sleep: separate sleep retention function 4 rokov pred
Kconfig c5b481c6da light sleep: fix Flash leakage when its CS pin has no hardware pullup 4 rokov pred
Kconfig.spiram.common 3128a2544b Adjust the variable name & 4 rokov pred
Makefile.projbuild 844af01eb4 esp32: move spiram, himem 4 rokov pred
README.md 988be69466 esp_hw_support: create component 5 rokov pred
clk_ctrl_os.c 11dfd802e0 esp32h2: add rtc clock support 4 rokov pred
compare_set.c 83bd078eb4 esp_hw_support: update copyright notice 4 rokov pred
component.mk 15fc449793 light sleep: separate sleep retention function 4 rokov pred
cpu_util.c 83bd078eb4 esp_hw_support: update copyright notice 4 rokov pred
esp_async_memcpy.c 83bd078eb4 esp_hw_support: update copyright notice 4 rokov pred
esp_clk.c 83bd078eb4 esp_hw_support: update copyright notice 4 rokov pred
hw_random.c 83bd078eb4 esp_hw_support: update copyright notice 4 rokov pred
intr_alloc.c 83bd078eb4 esp_hw_support: update copyright notice 4 rokov pred
linker.lf 5e3689ae0f esp32h2: update esp_system and esp_hw_support to support esp32h2 4 rokov pred
mac_addr.c 83bd078eb4 esp_hw_support: update copyright notice 4 rokov pred
project_include.cmake 356d7b6da3 esp_hw_support: Clean up CMakeLists file 4 rokov pred
regi2c_ctrl.c 83bd078eb4 esp_hw_support: update copyright notice 4 rokov pred
sdkconfig.rename 586023790e esp_system: move sleep modes to esp_hw_support, power down light sleep to esp_pm 4 rokov pred
sleep_gpio.c c5b481c6da light sleep: fix Flash leakage when its CS pin has no hardware pullup 4 rokov pred
sleep_mac_bb.c 90a0a83c0f light sleep: separate sleep wifi/bt mac bb function 4 rokov pred
sleep_modes.c 316988bd2d Merge branch 'feature/support_esp32s3_cpu_tagmem_retention' into 'master' 4 rokov pred
sleep_retention.c ccf1a9a1fc light sleep: add i/d-cache tagmem retention support for esp32s3 4 rokov pred

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.