esp-idf/components/freertos/test
morris af42ec93e8 timer_group: fix intr_enable
timer group interrupt enable is controled by level_int_ena instead of int_ena

Closes https://github.com/espressif/esp-idf/issues/5103
2020-04-28 12:45:24 +08:00
..
component.mk
test_freertos.c
test_freertos_backported_functions.c
test_freertos_debug_functions.c
test_freertos_eventgroups.c
test_freertos_get_state.c
test_freertos_isinisrcontext.c
test_freertos_task_delay_until.c
test_freertos_task_delete.c
test_freertos_task_notify.c
test_freertos_trace_utilities.c
test_newlib_reent.c
test_panic.c
test_preemption.c
test_queuesets.c freertos: Add critical sections to queue sets. 2018-08-01 07:07:32 +00:00
test_ringbuf.c
test_spinlocks.c
test_suspend_scheduler.c timer_group: fix intr_enable 2020-04-28 12:45:24 +08:00
test_task_priorities.c
test_task_suspend_resume.c freertos/test: Add unit tests for xTaskIncrementTick 2019-06-28 02:19:19 +00:00
test_tasks_snapshot.c
test_thread_local.c esp32 tests: TLS test: use same size stack for static & non-static task 2018-07-24 15:44:12 +10:00
test_timers.c