esp-idf/components/freertos/test
Tian Hao f7e8856520 component/esp32 : fix dualcore bug
1. When dual core cpu run access DPORT register, must do protection.
2. If access DPORT register, must use DPORT_REG_READ/DPORT_REG_WRITE and DPORT_XXX register operation macro.
2017-05-08 21:53:43 +08:00
..
component.mk add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_freertos_eventgroups.c freertos tests: Fix accidental "0 delay" in event group tests 2017-04-04 10:10:08 +10:00
test_freertos_isinisrcontext.c Add xPortInIsrContext function + unit test. This function returns true when the current CPU runs in an interrupt handler context. 2017-03-02 17:00:32 +08:00
test_freertos_task_delete.c freertos tests: Enable test_freertos_task_delete 2017-02-28 15:47:15 +11:00
test_freertos.c component/esp32 : fix dualcore bug 2017-05-08 21:53:43 +08:00
test_malloc.c Malloc test: tabs -> spaces, fix description 2017-03-08 19:44:57 +08:00
test_newlib_reent.c add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_panic.c esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00
test_preemption.c freertos tests: Extend preemption test cases to cross-core wakeup 2017-04-04 10:10:08 +10:00
test_ringbuf.c component/esp32 : fix dualcore bug 2017-05-08 21:53:43 +08:00
test_suspend_resume.c freertos: Enable vTaskSuspend()/vTaskResume() API 2017-04-26 12:50:20 +10:00
test_tls_deletecb.c freertos: fix TLS delete callback test 2016-12-13 13:24:01 +08:00