esp-idf/components/freertos/test
Ivan Grokhotkov 8bc19ba893 Merge branch 'feature/free_components_iram' into 'master'
freertos: free IRAM space moving task functions into flash memory

See merge request espressif/esp-idf!5648
2020-09-15 23:14:31 +08:00
..
CMakeLists.txt
component.mk
test_context_save_clobber.S
test_context_save_clobber.c
test_float_in_isr.c
test_freertos_backported_functions.c
test_freertos_debug_functions.c
test_freertos_eventgroups.c
test_freertos_get_state.c
test_freertos_isinisrcontext.c
test_freertos_mutex.c
test_freertos_scheduling_time.c
test_freertos_task_delay_until.c
test_freertos_task_delete.c
test_freertos_task_notify.c
test_freertos_trace_utilities.c
test_isr_latency.c freertos/tests: added isr latency test with no parameter and parameter based yield from ISR 2020-09-14 16:12:38 +00:00
test_newlib_reent.c
test_panic.c
test_preemption.c freertos: optionally place selected freertos functions into flash memory instead of IRAM 2020-09-15 23:14:31 +08:00
test_queuesets.c
test_spinlocks.c
test_suspend_scheduler.c
test_task_priorities.c
test_task_suspend_resume.c
test_tasks_snapshot.c
test_thread_local.c
test_timers.c
test_xtensa_loadstore_handler.c