OVMS3-idf/components/freertos/test
Ivan Grokhotkov ccbc6183c3 Merge branch 'bugfix/freertos_event_groups' into 'master'
FreeRTOS: Fix cross-core event group sync

As above

Also includes fixes which allowed removing some semi-hacky bits from the event group unit tests - specifically, higher priority tasks will always be started immediately even if they run on the opposite core.

See merge request !535
2017-03-03 11:45:59 +08:00
..
component.mk add unit tests to esp-idf 2016-11-22 14:45:50 +08:00
test_freertos.c esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00
test_freertos_eventgroups.c freertos: Schedule tasks immediately when they are created on opposite core 2017-02-28 15:47:15 +11: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_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_ringbuf.c esp32: add [ignore] tag to some unit test cases for CI 2017-01-18 17:08:20 +08:00
test_tls_deletecb.c freertos: fix TLS delete callback test 2016-12-13 13:24:01 +08:00