Michael (XIAO Xufeng) aab535fe4a Merge branch 'bugfix/regi2c_ctrl_spinlock_s2' into 'master' 4 năm trước cách đây
..
include d5bdf95580 hw_support: fixed regi2c not protected by lock on ESP32S2 4 năm trước cách đây
port aab535fe4a Merge branch 'bugfix/regi2c_ctrl_spinlock_s2' into 'master' 4 năm trước cách đây
test a9fda54d39 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 4 năm trước cách đây
CMakeLists.txt d5bdf95580 hw_support: fixed regi2c not protected by lock on ESP32S2 4 năm trước cách đây
Kconfig 17ea9d7faf USB_SERIAL_JTAG: Fix the issue that there is no rom log when restarting 4 năm trước cách đây
Kconfig.spiram.common 9a6f894046 psram: add octal psram ECC feature 4 năm trước cách đây
README.md 988be69466 esp_hw_support: create component 5 năm trước cách đây
clk_ctrl_os.c a9fda54d39 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 4 năm trước cách đây
compare_set.c a9fda54d39 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 4 năm trước cách đây
cpu_util.c bb88338118 system: move kconfig options out of target component 4 năm trước cách đây
esp_async_memcpy.c e51474ef70 build: fix unused tag string 4 năm trước cách đây
esp_clk.c ef00bd59dc esp_rom: extract int matrix route and cpu ticks getter 4 năm trước cách đây
hw_random.c 64a355eba8 feat (bootloader): added rng sampling 4 năm trước cách đây
intr_alloc.c ef00bd59dc esp_rom: extract int matrix route and cpu ticks getter 4 năm trước cách đây
linker.lf d5bdf95580 hw_support: fixed regi2c not protected by lock on ESP32S2 4 năm trước cách đây
mac_addr.c a9fda54d39 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 4 năm trước cách đây
project_include.cmake 356d7b6da3 esp_hw_support: Clean up CMakeLists file 4 năm trước cách đây
regi2c_ctrl.c d5bdf95580 hw_support: fixed regi2c not protected by lock on ESP32S2 4 năm trước cách đây
rtc_wdt.c a9fda54d39 esp_hw_support/esp_system: Re-evaluate header inclusions and include directories 4 năm trước cách đây
sdkconfig.rename 23c55946a6 kconfig: also parse target specific sdkconfig.rename.TARGET files 4 năm trước cách đây
sdkconfig.rename.esp32c3 23c55946a6 kconfig: also parse target specific sdkconfig.rename.TARGET files 4 năm trước cách đây
sleep_gpio.c c5b481c6da light sleep: fix Flash leakage when its CS pin has no hardware pullup 4 năm trước cách đây
sleep_mac_bb.c 90a0a83c0f light sleep: separate sleep wifi/bt mac bb function 4 năm trước cách đây
sleep_modes.c 494b996ecc sleep: restore analog calibration registers after waking up from light sleep 4 năm trước cách đây
sleep_retention.c ccf1a9a1fc light sleep: add i/d-cache tagmem retention support for esp32s3 4 năm trước cách đây

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.