Mahavir Jain db58d00d64 Merge branch 'bugfix/ds_gen_test_cases_fix' into 'master' vor 4 Jahren
..
include cf049e15ed esp8684: rename target to esp32c2 vor 4 Jahren
port cf049e15ed esp8684: rename target to esp32c2 vor 4 Jahren
test 4a3f50faa0 ds: update gen_digital_signature_tests.py to handle different max key sizes vor 4 Jahren
CMakeLists.txt 9d5923a13e IPC: Move ipc sources to esp_system vor 4 Jahren
Kconfig 17ea9d7faf USB_SERIAL_JTAG: Fix the issue that there is no rom log when restarting vor 4 Jahren
Kconfig.spiram.common 9a6f894046 psram: add octal psram ECC feature vor 4 Jahren
README.md 988be69466 esp_hw_support: create component vor 5 Jahren
clk_ctrl_os.c 4f28b33bbc apll: add lock for apll vor 4 Jahren
compare_set.c 83bd078eb4 esp_hw_support: update copyright notice vor 4 Jahren
cpu_util.c cf049e15ed esp8684: rename target to esp32c2 vor 4 Jahren
esp_async_memcpy.c e51474ef70 build: fix unused tag string vor 4 Jahren
esp_clk.c cf049e15ed esp8684: rename target to esp32c2 vor 4 Jahren
hw_random.c 64a355eba8 feat (bootloader): added rng sampling vor 4 Jahren
intr_alloc.c 3934e24d22 ESP8684: add spi_flash, efuse, hw_support support vor 4 Jahren
linker.lf cf049e15ed esp8684: rename target to esp32c2 vor 4 Jahren
mac_addr.c 55fd8cb685 efuse: fix esp32h2 get ext_mac vor 4 Jahren
project_include.cmake 356d7b6da3 esp_hw_support: Clean up CMakeLists file vor 4 Jahren
regi2c_ctrl.c 83bd078eb4 esp_hw_support: update copyright notice vor 4 Jahren
sdkconfig.rename a939f7d34b light sleep: add software workaround for esp32s3 gpio reset issue vor 4 Jahren
sleep_gpio.c c5b481c6da light sleep: fix Flash leakage when its CS pin has no hardware pullup vor 4 Jahren
sleep_mac_bb.c 90a0a83c0f light sleep: separate sleep wifi/bt mac bb function vor 4 Jahren
sleep_modes.c 2fc9bd61bf ulp: refactor ulp component vor 4 Jahren
sleep_retention.c ccf1a9a1fc light sleep: add i/d-cache tagmem retention support for esp32s3 vor 4 Jahren

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.