esp-idf/components/esp_hw_support
David Cermak 26f9d2d5e1 rtc: Fix minor const char* correction issue 2021-06-10 22:22:48 +08:00
..
include docs: Add description for Linux getrandom() function 2021-05-20 17:08:17 +10:00
port rtc: Fix minor const char* correction issue 2021-06-10 22:22:48 +08:00
test async_memcpy: test copy with same buffer address 2021-05-12 17:10:37 +08:00
CMakeLists.txt regi2c: add a spinlock for accessing (reg)I2C devices 2021-05-13 11:55:41 +08:00
Kconfig
Kconfig.spiram.common
README.md
clk_ctrl_os.c
compare_set.c
component.mk regi2c: add a spinlock for accessing (reg)I2C devices 2021-05-13 11:55:41 +08:00
cpu_util.c
esp_async_memcpy.c
esp_clk.c Merge branch 'bugfix/c3_s3_apb_freq' into 'master' 2021-06-09 23:42:09 +00:00
hw_random.c
intr_alloc.c
linker.lf
mac_addr.c
regi2c_ctrl.c regi2c: add a spinlock for accessing (reg)I2C devices 2021-05-13 11:55:41 +08:00
sdkconfig.rename
sleep_modes.c fix wifi mac sleep bug when wifi is initialized multiple times 2021-05-18 20:03:09 +08:00

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.