Marius Vikhammer 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 년 전
..
include 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 년 전
port 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 년 전
test 523c51818c Merge branch 'feature/c2_soc_hwsupport_code' into 'master' 3 년 전
CMakeLists.txt 9ab4abfb46 hw_support: move rtc_ctrl from driver to hw_support 3 년 전
Kconfig 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 년 전
Kconfig.spiram.common 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 년 전
README.md 988be69466 esp_hw_support: create component 5 년 전
clk_ctrl_os.c 534346f4bb ledc: Provide support for esp32c2 and esp32h2 3 년 전
compare_set.c a9fda54d39 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 3 년 전
cpu_util.c bb88338118 system: move kconfig options out of target component 4 년 전
esp_async_memcpy.c e51474ef70 build: fix unused tag string 4 년 전
esp_clk.c 60bb5c913d clk_tree: prework of introducing clk subsystem control 3 년 전
esp_memory_utils.c f8249550f8 psram: support .bss on psram on esp32s3 3 년 전
hw_random.c 64a355eba8 feat (bootloader): added rng sampling 4 년 전
intr_alloc.c bb2a57dc71 intr_alloc: fix mix boolean and bit operation 3 년 전
linker.lf f8249550f8 psram: support .bss on psram on esp32s3 3 년 전
mac_addr.c a9fda54d39 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 3 년 전
periph_ctrl.c 29e9b5b46a hw_support: move periph_ctrl from driver to hw_support 3 년 전
project_include.cmake 356d7b6da3 esp_hw_support: Clean up CMakeLists file 4 년 전
regi2c_ctrl.c f3adbf9953 esp_phy: use spinlock to avoid regi2c access conflicts 3 년 전
rtc_module.c 9ab4abfb46 hw_support: move rtc_ctrl from driver to hw_support 3 년 전
rtc_wdt.c a9fda54d39 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 3 년 전
sdkconfig.rename 23c55946a6 kconfig: also parse target specific sdkconfig.rename.TARGET files 4 년 전
sdkconfig.rename.esp32 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 년 전
sdkconfig.rename.esp32c3 d2872095f9 soc: moved kconfig options out of the target component. 3 년 전
sdkconfig.rename.esp32h2 d2872095f9 soc: moved kconfig options out of the target component. 3 년 전
sdkconfig.rename.esp32s2 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 년 전
sdkconfig.rename.esp32s3 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 년 전
sleep_gpio.c c5b481c6da light sleep: fix Flash leakage when its CS pin has no hardware pullup 4 년 전
sleep_mac_bb.c 90a0a83c0f light sleep: separate sleep wifi/bt mac bb function 4 년 전
sleep_modes.c 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 년 전
sleep_retention.c 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 년 전

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.