esp-idf/components/freertos/test
Ivan Grokhotkov 417ef19084 Merge branch 'feature/tls_support' into 'master'
FreeRTOS TLS support

See merge request idf/esp-idf!1902
2018-02-09 12:34:20 +08:00
..
component.mk
test_freertos.c
test_freertos_backported_functions.c freertos/backport and test v9.0.0 functions 2017-11-23 14:18:09 +08:00
test_freertos_debug_functions.c
test_freertos_eventgroups.c freertos/Fix Event Group ISR test case 2018-01-02 18:57:28 +08:00
test_freertos_get_state.c
test_freertos_isinisrcontext.c
test_freertos_task_delay_until.c
test_freertos_task_delete.c freertos: prvCheckTasksWaitingTermination bugfix 2017-12-26 19:03:49 +08:00
test_freertos_task_notify.c
test_freertos_trace_utilities.c
test_newlib_reent.c
test_panic.c
test_preemption.c
test_ringbuf.c
test_spinlocks.c Especially when internal memory fills up, some FreeRTOS structures (queues etc) get allocated in psram. These structures also contain a spinlock, which needs an atomic-compare-swap operation to work. The psram hardware, however, does not support this operation. As a workaround, this patch detects these spinlocks and will, instead of S32C1I, use equivalent C-code to simulate the behaviour, with an (internal) mux for atomicity. 2018-02-02 17:11:06 +08:00
test_suspend_scheduler.c
test_task_priorities.c
test_task_suspend_resume.c
test_tasks_snapshot.c
test_thread_local.c freertos: Adds C11 TLS support 2018-02-07 18:46:57 +03:00
test_timers.c