esp-idf/components/freertos/test
Omar Chebib 78a94dbb6c freertos: Fix delay between interrupt request and trigger on RISC-V
NOP instructions have been added in order to prevent the code
from executing code it shouldn't execute. This is due to a delay
between the moment an interrupt is requested and the moment it
is fired. It only happens on RISC-V SoC.
2021-02-25 06:57:59 +00:00
..
CMakeLists.txt
component.mk
test_context_save_clobber.S
test_context_save_clobber.c
test_float_in_isr.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
test_freertos_backported_functions.c freertos: always enable static allocation 2020-12-29 16:18:04 +01:00
test_freertos_debug_functions.c
test_freertos_eventgroups.c
test_freertos_get_state.c
test_freertos_isinisrcontext.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
test_freertos_mutex.c
test_freertos_scheduling_time.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
test_freertos_task_delay_until.c system: enable shared stack watchpoint 2021-02-18 15:38:30 +08:00
test_freertos_task_delete.c
test_freertos_task_notify.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
test_freertos_trace_utilities.c
test_isr_latency.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
test_legacy_hooks.c
test_newlib_reent.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
test_panic.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
test_preemption.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
test_queuesets.c
test_spinlocks.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
test_stream_buffers.c
test_suspend_scheduler.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00
test_task_priorities.c
test_task_suspend_resume.c freertos: Fix delay between interrupt request and trigger on RISC-V 2021-02-25 06:57:59 +00:00
test_tasks_snapshot.c
test_thread_local.c test/freertos: add RISC-V support in thread local storage test 2021-01-24 12:38:15 +00:00
test_timers.c freertos: always enable static allocation 2020-12-29 16:18:04 +01:00
test_xtensa_loadstore_handler.c freertos: Add RISC-V port 2020-11-13 07:49:11 +11:00