esp-idf/components/esp_hw_support
Cao Sen Miao 2c0651a671 Add regi2c enable/disable reference count 2022-06-23 15:36:44 +08:00
..
include Add regi2c enable/disable reference count 2022-06-23 15:36:44 +08:00
port G0: Support Xtensa targets for G0-only compilation 2022-06-20 11:34:20 +00:00
test esp_psram: new psram component 2022-06-14 15:44:27 +08:00
CMakeLists.txt Merge branch 'feature/new_esp_psram_component' into 'master' 2022-06-15 19:16:56 +08:00
Kconfig use API instead of Kconfig 2022-06-17 19:57:47 +08:00
README.md
clk_ctrl_os.c i2s: Introduced a brand new driver 2022-06-15 10:29:06 +08:00
compare_set.c hal: Route CPU and Interrupt Controller HAL/LL to esp_cpu calls 2022-06-14 14:40:03 +08:00
cpu.c esp_hw_support: Add esp_cpu.h abstraction and API 2022-06-14 14:30:58 +08:00
esp_async_memcpy.c
esp_clk.c clk_tree: Refactor rtc_clk.c by adding HAL layer for clock subsystem 2022-06-13 17:47:50 +08:00
esp_memory_utils.c esp_psram: new psram component 2022-06-14 15:44:27 +08:00
hw_random.c
intr_alloc.c
linker.lf Merge branch 'feature/new_esp_psram_component' into 'master' 2022-06-15 19:16:56 +08:00
mac_addr.c
periph_ctrl.c NimBLE: fix compilation issue in nimble examples for ESP32H2 2022-06-09 10:57:31 +05:30
regi2c_ctrl.c Add regi2c enable/disable reference count 2022-06-23 15:36:44 +08:00
rtc_module.c
rtc_wdt.c
sdkconfig.rename
sdkconfig.rename.esp32
sdkconfig.rename.esp32c3
sdkconfig.rename.esp32h2
sdkconfig.rename.esp32s2
sdkconfig.rename.esp32s3
sleep_gpio.c esp_psram: new psram component 2022-06-14 15:44:27 +08:00
sleep_mac_bb.c
sleep_modes.c use API instead of Kconfig 2022-06-17 19:57:47 +08:00
sleep_retention.c

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.