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