Ivan Grokhotkov 417ef19084 Merge branch 'feature/tls_support' into 'master' hace 8 años
..
component.mk d390449371 add unit tests to esp-idf hace 9 años
test_freertos.c 90bbcbcdc0 unit tests: fix warnings, build with -Werror hace 8 años
test_freertos_backported_functions.c c1d101dd41 freertos/backport and test v9.0.0 functions hace 8 años
test_freertos_debug_functions.c 8b56345e44 unit tests: fix queue registry test hace 8 años
test_freertos_eventgroups.c 9df9e2363e freertos/Fix Event Group ISR test case hace 8 años
test_freertos_get_state.c 637ba2e8bb freertos: Test untested functions hace 8 años
test_freertos_isinisrcontext.c cc67500d3e unit test: adapt tests to single core configuration hace 8 años
test_freertos_task_delay_until.c 637ba2e8bb freertos: Test untested functions hace 8 años
test_freertos_task_delete.c c41c02872f freertos: prvCheckTasksWaitingTermination bugfix hace 8 años
test_freertos_task_notify.c 637ba2e8bb freertos: Test untested functions hace 8 años
test_freertos_trace_utilities.c a6854b72cd freertos/make trace facility configurable hace 8 años
test_newlib_reent.c cc67500d3e unit test: adapt tests to single core configuration hace 8 años
test_panic.c f8b5c29346 esp32: add [ignore] tag to some unit test cases for CI hace 9 años
test_preemption.c cc67500d3e unit test: adapt tests to single core configuration hace 8 años
test_ringbuf.c 4f33339c1d test_ringbuf: Add tests for arbitrary length ring buffer hace 8 años
test_spinlocks.c 70ab924dbb 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. hace 8 años
test_suspend_scheduler.c b908b3cd58 unit_tests/Update unit test timer divider hace 8 años
test_task_priorities.c 4947c953d3 freertos: Mark uxTaskPriorityGet() as tested hace 8 años
test_task_suspend_resume.c b908b3cd58 unit_tests/Update unit test timer divider hace 8 años
test_tasks_snapshot.c 4e0c3a0415 esp32: Fixes crash during core dump. hace 8 años
test_thread_local.c f8c42369f1 freertos: Adds C11 TLS support hace 8 años
test_timers.c 72c7941b5e Unit tests: Add FreeRTOS timer tests hace 8 años