OVMS3-idf/components/freertos/test
morris f09c9b957c 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-05-06 17:28:18 +08:00
..
CMakeLists.txt components: use new component registration api 2019-06-21 19:53:29 +08:00
component.mk add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_freertos.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
test_freertos_backported_functions.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_freertos_debug_functions.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_freertos_eventgroups.c freertos/Fix Event Group ISR test case 2018-01-02 18:57:28 +08:00
test_freertos_get_state.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_freertos_isinisrcontext.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
test_freertos_mutex.c freertos: check that mutex is released by owner task 2019-03-11 14:40:54 +00:00
test_freertos_task_delay_until.c freertos: Test untested functions 2017-11-06 15:31:01 +08:00
test_freertos_task_delete.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
test_freertos_task_notify.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_freertos_trace_utilities.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_newlib_reent.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
test_panic.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
test_preemption.c separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00
test_queuesets.c freertos: Add critical sections to queue sets. 2018-07-13 13:58:54 +08:00
test_spinlocks.c all: Using xxx_periph.h 2019-06-03 14:15:08 +08:00
test_suspend_scheduler.c timer_group: fix intr_enable 2020-05-06 17:28:18 +08:00
test_task_priorities.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_task_suspend_resume.c freertos/test: Add unit tests for xTaskIncrementTick 2019-04-26 22:36:12 +08:00
test_tasks_snapshot.c test: Fix some unused identifier warnings 2018-12-10 12:34:16 +08:00
test_thread_local.c unity: separate common and IDF specific functionality 2018-11-19 12:36:31 +08:00
test_timers.c Unit tests: Add FreeRTOS timer tests 2017-05-05 14:38:15 +10:00