morris 2e008825a9 Merge branch 'feat/rm_makefiles' into 'master' пре 4 година
..
include 197d6c05b6 Merge branch 'feature/support_new_psram' into 'master' пре 4 година
port 207891ef6c clk: fix esp32h2 print wrong CPU frequency пре 4 година
test 766aa57084 Build & config: Remove leftover files from the unsupported "make" build system пре 4 година
CMakeLists.txt 9d5923a13e IPC: Move ipc sources to esp_system пре 4 година
Kconfig a939f7d34b light sleep: add software workaround for esp32s3 gpio reset issue пре 4 година
Kconfig.spiram.common 3128a2544b Adjust the variable name & пре 4 година
README.md 988be69466 esp_hw_support: create component пре 5 година
clk_ctrl_os.c 11dfd802e0 esp32h2: add rtc clock support пре 4 година
compare_set.c 83bd078eb4 esp_hw_support: update copyright notice пре 4 година
cpu_util.c 3934e24d22 ESP8684: add spi_flash, efuse, hw_support support пре 4 година
esp_async_memcpy.c 83bd078eb4 esp_hw_support: update copyright notice пре 4 година
esp_clk.c 207891ef6c clk: fix esp32h2 print wrong CPU frequency пре 4 година
hw_random.c 3934e24d22 ESP8684: add spi_flash, efuse, hw_support support пре 4 година
intr_alloc.c 3934e24d22 ESP8684: add spi_flash, efuse, hw_support support пре 4 година
linker.lf 3934e24d22 ESP8684: add spi_flash, efuse, hw_support support пре 4 година
mac_addr.c 55fd8cb685 efuse: fix esp32h2 get ext_mac пре 4 година
project_include.cmake 356d7b6da3 esp_hw_support: Clean up CMakeLists file пре 4 година
regi2c_ctrl.c 83bd078eb4 esp_hw_support: update copyright notice пре 4 година
sdkconfig.rename a939f7d34b light sleep: add software workaround for esp32s3 gpio reset issue пре 4 година
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 c99cb930c3 sleep: deep sleep does not need cpu and wifi/bt mac retention пре 4 година
sleep_retention.c ccf1a9a1fc light sleep: add i/d-cache tagmem retention support for esp32s3 пре 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.