esp-idf/components/esp_hw_support/test
Ivan Grokhotkov 708e99497b
global: add dependency on esp_timer component and include esp_timer.h
Some components were including esp_timer.h without declaring a
dependency on esp_timer component. This used to work due to a
transitive public dependency on esp_timer from freertos component.
Add explicit dependencies where needed.
Also some source files were using esp_timer functions without
including the header file. This used to work because esp_timer.h was
included from freertos port header file. This commit adds esp_timer.h
includes where needed.
2022-04-25 18:39:23 +02:00
..
CMakeLists.txt global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
digital_signature_test_cases_3072.h
digital_signature_test_cases_4096.h
gen_digital_signature_tests.py
test_4mpsram.c config: removed references to non-existing kconfig options 2022-03-15 18:32:22 +08:00
test_ahb_arb.c
test_ahb_arb_asm.S
test_async_memcpy.c
test_dport.c clk_tree: prework of introducing clk subsystem control 2022-04-11 12:09:06 +08:00
test_dport_xt_highint5.S
test_ds.c
test_fastbus.c
test_fastbus_asm.S
test_fp.c
test_himem.c
test_hmac.c
test_intr_alloc.c clk_tree: added default clock source for peripheral 2022-04-14 15:44:56 +08:00
test_psram.c psram: support .bss on psram on esp32s3 2022-04-19 19:48:00 +08:00
test_random.c
test_rtc_clk.c soc: moved kconfig options out of the target component. 2022-04-21 12:09:43 +08:00
test_spiram_cache_flush.c
test_tsens.c
test_unal_dma.c