esp-idf/tools/unit-test-app/components/test_utils
morris 16677b0d3c global: make periph enable/disable APIs private
peripheral enable/disable usually should be managed by driver itself,
so make it as espressif private APIs, not recommended for user to use it
in application code.
However, if user want to re-write the driver or ports to other platform,
this is still possible by including the header in this way:
"esp_private/peripheral_ctrl.h"
2021-11-08 10:37:47 +08:00
..
include tests: refactoring of the gcc's inner functions, because clang doesn't support them 2021-09-10 19:51:27 +03:00
private_include test_utils: implement performance timer 2019-11-18 10:29:01 +08:00
test test_utils: Remove debug code, disable ccomp internal tests for C3 2020-12-22 19:57:27 +11:00
ccomp_timer_impl_riscv.c esp32h2: Build unit test app 2021-07-16 20:14:27 +08:00
ccomp_timer_impl_xtensa.c Updates for riscv support 2020-11-13 07:49:11 +11:00
ccomp_timer.c Updates for riscv support 2020-11-13 07:49:11 +11:00
CMakeLists.txt esp32: cleanup build script 2021-07-16 20:14:27 +08:00
component.mk tools/unit_test_app: fixes to build this application with Make build 2021-08-05 12:28:09 +08:00
Kconfig unity: Add option to ignore performance test failures 2020-12-31 10:29:31 +11:00
ref_clock_impl_rmt_pcnt.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
ref_clock_impl_timergroup.c global: make periph enable/disable APIs private 2021-11-08 10:37:47 +08:00
test_runner.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
test_utils.c global: fix sign-compare warnings 2021-01-12 14:05:08 +08:00