esp_timer: add documentation, expose profiling option in Kconfig

This commit is contained in:
Ivan Grokhotkov
2017-11-24 18:51:37 +08:00
parent 6e7eb3c776
commit f0547d58e4
7 changed files with 63 additions and 4 deletions

View File

@@ -10,6 +10,10 @@
#include "freertos/semphr.h"
#include "test_utils.h"
#ifdef CONFIG_ESP_TIMER_PROFILING
#define WITH_PROFILING 1
#endif
TEST_CASE("esp_timer orders timers correctly", "[esp_timer]")
{