Mahavir Jain 0d5f3081ac Merge branch 'contrib/github_pr_8224' into 'master' 3 жил өмнө
..
include 7a900bad7f docs: fix documentation wrongly stating ESP_SLEEP_WAKEUP_GPIO is light sleep only 3 жил өмнө
port e7dbfd65cb Merge branch 'feature/support_7.2.8_soc/pvt-dig' into 'master' 3 жил өмнө
test 746f4b814c uart: move frequency of clock sources out of HAL 3 жил өмнө
CMakeLists.txt 401c10ecfb build system: re-add -Wno-format as private flag for some components 3 жил өмнө
Kconfig ee3423834e kconfig: refactor xtal freq kconfig to common configuration item 3 жил өмнө
README.md 988be69466 esp_hw_support: create component 5 жил өмнө
adc_share_hw_ctrl.c 5e6a16380a esp_adc: move adc common hw related code into esp_hw_support 3 жил өмнө
clk_ctrl_os.c 621d0aa942 i2s: Introduced a brand new driver 3 жил өмнө
cpu.c 0bac33ed41 esp_system: Remove deprecate section from esp_cpu.h 3 жил өмнө
esp_async_memcpy.c e51474ef70 build: fix unused tag string 4 жил өмнө
esp_clk.c a73dd07d12 esp_hw_support: Fix esp_light_sleep_start() deadlock 3 жил өмнө
esp_memory_utils.c 38e5043ae8 esp_psram: new psram component 3 жил өмнө
gdma.c 0d881fc9e0 driver: specify the interrupt priority 3 жил өмнө
hw_random.c 6005cc9163 hal: Deprecate interrupt_controller_hal.h, cpu_hal.h and cpu_ll.h interfaces 3 жил өмнө
intr_alloc.c 50a58b4a83 esp_hw_support: Fix formatting of intr_alloc.h and test_panic.c 3 жил өмнө
linker.lf 5e50ec1d66 systimer: add helper functions to convert between tick and us 3 жил өмнө
mac_addr.c f16d8a3e54 Reduced error log when calling esp_efuse_mac_get_custom() 3 жил өмнө
periph_ctrl.c 0395078a06 NimBLE: fix compilation issue in nimble examples for ESP32H2 3 жил өмнө
regi2c_ctrl.c 2c0651a671 Add regi2c enable/disable reference count 3 жил өмнө
rtc_module.c 895a3e1bb2 esp_intr: Split RTC interrupt, making some of signals can be triggered with cache disabled 3 жил өмнө
rtc_wdt.c 45524408df coverity: fix uninit variable issue in driver 3 жил өмнө
sdkconfig.rename 23c55946a6 kconfig: also parse target specific sdkconfig.rename.TARGET files 4 жил өмнө
sdkconfig.rename.esp32 ee3423834e kconfig: refactor xtal freq kconfig to common configuration item 3 жил өмнө
sdkconfig.rename.esp32c3 d2872095f9 soc: moved kconfig options out of the target component. 3 жил өмнө
sdkconfig.rename.esp32h2 a5b09cf015 rtc_clk: Clean up some clock related enum and macro in soc/rtc.h, replace with new ones in 3 жил өмнө
sdkconfig.rename.esp32s2 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 жил өмнө
sdkconfig.rename.esp32s3 0687daf2c8 kconfig: move remaining kconfig options out of target component 3 жил өмнө
sleep_gpio.c 66395a5c00 system/sleep: further fix spi flash/ram current leakage 3 жил өмнө
sleep_mac_bb.c 90a0a83c0f light sleep: separate sleep wifi/bt mac bb function 4 жил өмнө
sleep_modes.c 62ab4456a8 touch_sleep: complete the support for touch sleep 3 жил өмнө
sleep_retention.c 3ef46780ef bugfix: malloc retention buffer with MALLOC_CAP_RETENTION caps 3 жил өмнө

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.