• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

include/11-Mar-2024-6,4681,912

port/11-Mar-2024-21,14815,267

test/11-Mar-2024-5,3154,274

CMakeLists.txtD11-Mar-20242.7 KiB6357

KconfigD11-Mar-20244.1 KiB8975

Kconfig.spiram.commonD11-Mar-20245.1 KiB11497

Makefile.projbuildD11-Mar-2024684 2015

README.mdD11-Mar-2024534 75

clk_ctrl_os.cD11-Mar-20241.3 KiB5441

compare_set.cD11-Mar-20241 KiB4227

component.mkD11-Mar-2024871 3026

cpu_util.cD11-Mar-20242.2 KiB10174

esp_async_memcpy.cD11-Mar-202412.4 KiB306240

esp_clk.cD11-Mar-20243.9 KiB155118

hw_random.cD11-Mar-20242.6 KiB8048

intr_alloc.cD11-Mar-202429.6 KiB833633

linker.lfD11-Mar-2024557 1918

mac_addr.cD11-Mar-20247.7 KiB247204

project_include.cmakeD11-Mar-20241 KiB1817

regi2c_ctrl.cD11-Mar-20241.9 KiB8056

sdkconfig.renameD11-Mar-2024595 107

sleep_gpio.cD11-Mar-20242.3 KiB8870

sleep_mac_bb.cD11-Mar-20242.6 KiB10985

sleep_modes.cD11-Mar-202445.8 KiB1,310984

sleep_retention.cD11-Mar-20249 KiB228185

README.md

1## `esp_hw_support` ##
2
3This component contains hardware-related operations for supporting the system. These operations
4are one level above that of `hal` in that these(1) use system services such as memory allocation, logging, scheduling
5or (2) may be multi-step operations involving/affecting multiple parts of the SoC.
6
7Implementations 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.