Konstantin Kondrashov f00c204fbc Merge branch 'feature/adds_custom_mac_address' into 'master' 4 лет назад
..
include f00c204fbc Merge branch 'feature/adds_custom_mac_address' into 'master' 4 лет назад
port 03fb3973a2 Merge branch 'feature/support_quad_flash_octal_psram_on_esp32s3' into 'master' 4 лет назад
test 59195b6fb3 Merge branch 'bugfix/update_gdma_soc' into 'master' 4 лет назад
CMakeLists.txt 4972605b16 esp_common: Add API for IPC to run small pieces of code on the other CPU, in the context of the level 4 interrupt 4 лет назад
Kconfig 586023790e esp_system: move sleep modes to esp_hw_support, power down light sleep to esp_pm 4 лет назад
Kconfig.spiram.common 0dad76329f Merge branch 'feature/support_noinit_section_in_psram_on_esp32' into 'master' 4 лет назад
Makefile.projbuild 844af01eb4 esp32: move spiram, himem 4 лет назад
README.md 988be69466 esp_hw_support: create component 5 лет назад
clk_ctrl_os.c e338a2e3df rtc: add function to en/disable the rtc clock 5 лет назад
compare_set.c 420aef1ffe Updates for riscv support 5 лет назад
component.mk 21067a0455 spiram: add getter function to check psram initialization state 4 лет назад
cpu_util.c 5e3689ae0f esp32h2: update esp_system and esp_hw_support to support esp32h2 4 лет назад
esp_async_memcpy.c d9819bc7ae gdma: set transfer ability 4 лет назад
esp_clk.c 5e3689ae0f esp32h2: update esp_system and esp_hw_support to support esp32h2 4 лет назад
hw_random.c 5e3689ae0f esp32h2: update esp_system and esp_hw_support to support esp32h2 4 лет назад
intr_alloc.c 821869d98d apptrace: Refactors apptrace for better support various tracing HW 4 лет назад
linker.lf 5e3689ae0f esp32h2: update esp_system and esp_hw_support to support esp32h2 4 лет назад
mac_addr.c 40c360a096 efuse: Add CUSTOM_MAC address for ESP32-C3/-S2/-S3/-H2 4 лет назад
project_include.cmake 356d7b6da3 esp_hw_support: Clean up CMakeLists file 4 лет назад
regi2c_ctrl.c dd8843fec3 regi2c: add a spinlock for accessing (reg)I2C devices 4 лет назад
sdkconfig.rename 586023790e esp_system: move sleep modes to esp_hw_support, power down light sleep to esp_pm 4 лет назад
sleep_modes.c 4972605b16 esp_common: Add API for IPC to run small pieces of code on the other CPU, in the context of the level 4 interrupt 4 лет назад

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.