esp-idf/components/freertos/test
Angus Gratton b6a7458e14 esp32 tests: TLS test: use same size stack for static & non-static task
Use constant instead of magic number of task priorities.
2018-07-23 03:54:44 +00:00
..
component.mk
test_freertos.c
test_freertos_backported_functions.c
test_freertos_debug_functions.c gcc8_newlib3: Compilation warnings and errors not specific to newlib v3 2018-07-09 13:22:24 +03: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
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-07-13 13:58:54 +08:00
test_ringbuf.c freeRTOS/Re-factor ring buffers 2018-05-21 01:04:58 +00:00
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 esp32 tests: TLS test: use same size stack for static & non-static task 2018-07-23 03:54:44 +00:00
test_timers.c