morris 741b031e83 soc: added SOC_TOUCH_SENSE_SUPPORTED macro %!s(int64=3) %!d(string=hai) anos
..
include 741b031e83 soc: added SOC_TOUCH_SENSE_SUPPORTED macro %!s(int64=3) %!d(string=hai) anos
port 20e21fb29d Merge branch 'refactor/remove_rom_deps' into 'master' %!s(int64=3) %!d(string=hai) anos
test a690a87829 spi_flash: Remove legacy spi_flash drivers %!s(int64=3) %!d(string=hai) anos
CMakeLists.txt 7fd9a91034 dma: move from driver to hw_support %!s(int64=3) %!d(string=hai) anos
Kconfig 66395a5c00 system/sleep: further fix spi flash/ram current leakage %!s(int64=3) %!d(string=hai) anos
README.md 988be69466 esp_hw_support: create component %!s(int64=5) %!d(string=hai) anos
clk_ctrl_os.c 621d0aa942 i2s: Introduced a brand new driver %!s(int64=3) %!d(string=hai) anos
compare_set.c a8a3756b38 hal: Route CPU and Interrupt Controller HAL/LL to esp_cpu calls %!s(int64=3) %!d(string=hai) anos
cpu.c 480e2ab149 esp32c2: check ocd mode before configure memprot %!s(int64=3) %!d(string=hai) anos
esp_async_memcpy.c e51474ef70 build: fix unused tag string %!s(int64=4) %!d(string=hai) anos
esp_clk.c c8752cee6a clk_tree: Refactor rtc_clk.c by adding HAL layer for clock subsystem %!s(int64=3) %!d(string=hai) anos
esp_memory_utils.c 38e5043ae8 esp_psram: new psram component %!s(int64=3) %!d(string=hai) anos
gdma.c 7fd9a91034 dma: move from driver to hw_support %!s(int64=3) %!d(string=hai) anos
hw_random.c 64a355eba8 feat (bootloader): added rng sampling %!s(int64=4) %!d(string=hai) anos
intr_alloc.c 895a3e1bb2 esp_intr: Split RTC interrupt, making some of signals can be triggered with cache disabled %!s(int64=3) %!d(string=hai) anos
linker.lf 7fd9a91034 dma: move from driver to hw_support %!s(int64=3) %!d(string=hai) anos
mac_addr.c 4ffb15916e mac addr: fix wrong offset being used for C2 BT mac address %!s(int64=3) %!d(string=hai) anos
periph_ctrl.c 0395078a06 NimBLE: fix compilation issue in nimble examples for ESP32H2 %!s(int64=3) %!d(string=hai) anos
regi2c_ctrl.c 2c0651a671 Add regi2c enable/disable reference count %!s(int64=3) %!d(string=hai) anos
rtc_module.c 895a3e1bb2 esp_intr: Split RTC interrupt, making some of signals can be triggered with cache disabled %!s(int64=3) %!d(string=hai) anos
rtc_wdt.c a9fda54d39 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories %!s(int64=3) %!d(string=hai) anos
sdkconfig.rename 23c55946a6 kconfig: also parse target specific sdkconfig.rename.TARGET files %!s(int64=4) %!d(string=hai) anos
sdkconfig.rename.esp32 0687daf2c8 kconfig: move remaining kconfig options out of target component %!s(int64=3) %!d(string=hai) anos
sdkconfig.rename.esp32c3 d2872095f9 soc: moved kconfig options out of the target component. %!s(int64=3) %!d(string=hai) anos
sdkconfig.rename.esp32h2 a5b09cf015 rtc_clk: Clean up some clock related enum and macro in soc/rtc.h, replace with new ones in %!s(int64=3) %!d(string=hai) anos
sdkconfig.rename.esp32s2 0687daf2c8 kconfig: move remaining kconfig options out of target component %!s(int64=3) %!d(string=hai) anos
sdkconfig.rename.esp32s3 0687daf2c8 kconfig: move remaining kconfig options out of target component %!s(int64=3) %!d(string=hai) anos
sleep_gpio.c 66395a5c00 system/sleep: further fix spi flash/ram current leakage %!s(int64=3) %!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 741b031e83 soc: added SOC_TOUCH_SENSE_SUPPORTED macro %!s(int64=3) %!d(string=hai) anos
sleep_retention.c 0687daf2c8 kconfig: move remaining kconfig options out of target component %!s(int64=3) %!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.