Michael (XIAO Xufeng) d378ca2b78 esp_phy: use spinlock to avoid regi2c access conflicts %!s(int64=4) %!d(string=hai) anos
..
include c2c4b126f7 Merge branch 'feature/support_new_psram_v4.4' into 'release/v4.4' %!s(int64=4) %!d(string=hai) anos
port d378ca2b78 esp_phy: use spinlock to avoid regi2c access conflicts %!s(int64=3) %!d(string=hai) anos
test 6664e6cf43 ds: update gen_digital_signature_tests.py to handle different max key sizes %!s(int64=4) %!d(string=hai) anos
CMakeLists.txt 15fc449793 light sleep: separate sleep retention function %!s(int64=4) %!d(string=hai) anos
Kconfig a74e06560b USB_SERIAL_JTAG: Fix the issue that there is no rom log when restarting %!s(int64=4) %!d(string=hai) anos
Kconfig.spiram.common 3128a2544b Adjust the variable name & %!s(int64=4) %!d(string=hai) anos
Makefile.projbuild 844af01eb4 esp32: move spiram, himem %!s(int64=4) %!d(string=hai) anos
README.md 988be69466 esp_hw_support: create component %!s(int64=5) %!d(string=hai) anos
clk_ctrl_os.c 11dfd802e0 esp32h2: add rtc clock support %!s(int64=4) %!d(string=hai) anos
compare_set.c 83bd078eb4 esp_hw_support: update copyright notice %!s(int64=4) %!d(string=hai) anos
component.mk 15fc449793 light sleep: separate sleep retention function %!s(int64=4) %!d(string=hai) anos
cpu_util.c 83bd078eb4 esp_hw_support: update copyright notice %!s(int64=4) %!d(string=hai) anos
esp_async_memcpy.c 42abd894d4 build: fix unused tag string %!s(int64=4) %!d(string=hai) anos
esp_clk.c 83bd078eb4 esp_hw_support: update copyright notice %!s(int64=4) %!d(string=hai) anos
hw_random.c ee24264c75 feat (bootloader): added rng sampling %!s(int64=4) %!d(string=hai) anos
intr_alloc.c 83bd078eb4 esp_hw_support: update copyright notice %!s(int64=4) %!d(string=hai) anos
linker.lf 16a91399f1 psram: put opiram_psram and spiram_psram in internal ram %!s(int64=4) %!d(string=hai) anos
mac_addr.c 281598077a efuse: fix esp32h2 get ext_mac %!s(int64=4) %!d(string=hai) anos
project_include.cmake 356d7b6da3 esp_hw_support: Clean up CMakeLists file %!s(int64=4) %!d(string=hai) anos
regi2c_ctrl.c d378ca2b78 esp_phy: use spinlock to avoid regi2c access conflicts %!s(int64=3) %!d(string=hai) anos
sdkconfig.rename a939f7d34b light sleep: add software workaround for esp32s3 gpio reset issue %!s(int64=4) %!d(string=hai) anos
sleep_gpio.c c5b481c6da light sleep: fix Flash leakage when its CS pin has no hardware pullup %!s(int64=4) %!d(string=hai) anos
sleep_mac_bb.c 90a0a83c0f light sleep: separate sleep wifi/bt mac bb function %!s(int64=4) %!d(string=hai) anos
sleep_modes.c 3503ee41ca sleep: fixed the issue error log not printed %!s(int64=4) %!d(string=hai) anos
sleep_retention.c ccf1a9a1fc light sleep: add i/d-cache tagmem retention support for esp32s3 %!s(int64=4) %!d(string=hai) anos

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.