esp-idf/components/esp_system/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
test_backtrace.c esp_rom: extract int matrix route and cpu ticks getter 2022-02-09 13:52:20 +08:00
test_delay.c esp_common: move tests 2021-02-24 12:16:37 +08:00
test_ipc_isr.c freertos: Remove legacy data types 2022-02-09 23:05:45 +08:00
test_ipc_isr.S esp_ipc: Update documentation and API descriptions 2021-11-18 21:34:50 +08:00
test_ipc.c Merge branch 'bugfix/ipc_blocking' into 'master' 2022-03-31 13:28:39 +08:00
test_reset_reason.c freertos: Remove critical nested macros 2021-10-22 13:17:20 +08:00
test_sleep.c kconfig: replace deprecated options with new values 2022-03-15 16:28:53 +08:00
test_stack_check.c esp32: move stack check test 2021-03-31 19:13:03 +08:00
test_system_time.c esp_clk: refactor target/clk.h to private/esp_clk.h 2021-11-26 14:56:30 +08:00