Sudeep Mohanty 6a2a6e4220 Merge branch 'feature/remove-depricated-cpu-util-functions' into 'master' 4 ani în urmă
..
include 6a2a6e4220 Merge branch 'feature/remove-depricated-cpu-util-functions' into 'master' 4 ani în urmă
port 6a2a6e4220 Merge branch 'feature/remove-depricated-cpu-util-functions' into 'master' 4 ani în urmă
test e22b4007d3 esp_hw_support: Removed deprecated CPU util functions 4 ani în urmă
CMakeLists.txt 9d5923a13e IPC: Move ipc sources to esp_system 4 ani în urmă
Kconfig 17ea9d7faf USB_SERIAL_JTAG: Fix the issue that there is no rom log when restarting 4 ani în urmă
Kconfig.spiram.common 9a6f894046 psram: add octal psram ECC feature 4 ani în urmă
README.md 988be69466 esp_hw_support: create component 5 ani în urmă
clk_ctrl_os.c 4f28b33bbc apll: add lock for apll 4 ani în urmă
compare_set.c 83bd078eb4 esp_hw_support: update copyright notice 4 ani în urmă
cpu_util.c e22b4007d3 esp_hw_support: Removed deprecated CPU util functions 4 ani în urmă
esp_async_memcpy.c 83bd078eb4 esp_hw_support: update copyright notice 4 ani în urmă
esp_clk.c eddc196081 esp_clk: refactor target/clk.h to private/esp_clk.h 4 ani în urmă
hw_random.c 64a355eba8 feat (bootloader): added rng sampling 4 ani în urmă
intr_alloc.c 3934e24d22 ESP8684: add spi_flash, efuse, hw_support support 4 ani în urmă
linker.lf 3934e24d22 ESP8684: add spi_flash, efuse, hw_support support 4 ani în urmă
mac_addr.c 55fd8cb685 efuse: fix esp32h2 get ext_mac 4 ani în urmă
project_include.cmake 356d7b6da3 esp_hw_support: Clean up CMakeLists file 4 ani în urmă
regi2c_ctrl.c 83bd078eb4 esp_hw_support: update copyright notice 4 ani în urmă
sdkconfig.rename a939f7d34b light sleep: add software workaround for esp32s3 gpio reset issue 4 ani în urmă
sleep_gpio.c c5b481c6da light sleep: fix Flash leakage when its CS pin has no hardware pullup 4 ani în urmă
sleep_mac_bb.c 90a0a83c0f light sleep: separate sleep wifi/bt mac bb function 4 ani în urmă
sleep_modes.c e22b4007d3 esp_hw_support: Removed deprecated CPU util functions 4 ani în urmă
sleep_retention.c ccf1a9a1fc light sleep: add i/d-cache tagmem retention support for esp32s3 4 ani în urmă

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.