Marius Vikhammer 29db173536 Merge branch 'feature/move_target_kconfig' into 'master' пре 4 година
..
include ef00bd59dc esp_rom: extract int matrix route and cpu ticks getter пре 4 година
port 9605f3eb1a soc: Adds efuse hal пре 4 година
test edb76f14d6 esp_timer: remove legacy ESP32 FRC timer implementation. пре 4 година
CMakeLists.txt 2571aaf3c9 G0: target component (components/esp32*) doesn't depend on driver anymore пре 4 година
Kconfig 17ea9d7faf USB_SERIAL_JTAG: Fix the issue that there is no rom log when restarting пре 4 година
Kconfig.spiram.common 9a6f894046 psram: add octal psram ECC feature пре 4 година
README.md 988be69466 esp_hw_support: create component пре 5 година
clk_ctrl_os.c 4f28b33bbc apll: add lock for apll пре 4 година
compare_set.c 83bd078eb4 esp_hw_support: update copyright notice пре 4 година
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 ef00bd59dc esp_rom: extract int matrix route and cpu ticks getter пре 4 година
hw_random.c 64a355eba8 feat (bootloader): added rng sampling пре 4 година
intr_alloc.c ef00bd59dc esp_rom: extract int matrix route and cpu ticks getter пре 4 година
linker.lf cf049e15ed esp8684: rename target to esp32c2 пре 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 23c55946a6 kconfig: also parse target specific sdkconfig.rename.TARGET files пре 4 година
sdkconfig.rename.esp32c3 23c55946a6 kconfig: also parse target specific sdkconfig.rename.TARGET files пре 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 edb76f14d6 esp_timer: remove legacy ESP32 FRC timer implementation. пре 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.