esp-idf/components/esp_hw_support
Zim Kalinowski 94c0e3bbe2 Merge branch 'bugfix/share_intr' into 'master'
intr_alloc: fixed freed interrupt sources not being able to be allocated again with different flags

See merge request espressif/esp-idf!20936
2022-11-07 18:34:53 +08:00
..
include intr_alloc: fixed freed interrupt sources not being able to be allocated again with different flags 2022-11-04 06:39:00 +00:00
port esp32c2: put v2.0 back to development stage 2022-11-03 08:36:23 +00:00
test Merge branch 'bugfix/share_intr' into 'master' 2022-11-07 18:34:53 +08:00
test_apps/dma soc: Add a soc cap, SOC_CLK_RC_FAST_D256_SUPPORTED, for whether the target has the RC_FAST_D256 clock 2022-11-01 11:23:26 +08:00
.build-test-rules.yml
CMakeLists.txt
Kconfig all: Apply new version logic (major * 100 + minor) 2022-11-03 08:36:23 +00:00
README.md
adc_share_hw_ctrl.c
clk_ctrl_os.c soc: Add a soc cap, SOC_CLK_RC_FAST_D256_SUPPORTED, for whether the target has the RC_FAST_D256 clock 2022-11-01 11:23:26 +08:00
cpu.c
esp_async_memcpy.c
esp_clk.c
esp_hmac.c
esp_memory_utils.c
gdma.c
hw_random.c
intr_alloc.c intr_alloc: fixed freed interrupt sources not being able to be allocated again with different flags 2022-11-04 06:39:00 +00:00
linker.lf
mac_addr.c
periph_ctrl.c
regi2c_ctrl.c
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
sleep_mac_bb.c
sleep_modes.c soc: Add a soc cap, SOC_CLK_RC_FAST_D256_SUPPORTED, for whether the target has the RC_FAST_D256 clock 2022-11-01 11:23:26 +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.