1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/fe310
Koen Zandberg 1e5dc928ad
fe310: Split sched_run call from handle_trap
This is a small optimization to the RISC-V trap handler. By splitting
the call to sched_run from the trap_handle call, loading the previous
thread ptr can be delayed until after it is determined that a schedule
run is required. This shaves of a few cycles during regular interrupts
that do not trigger the scheduler.
2020-08-28 14:17:58 +02:00
..
include cpu/fe310: add unified rtt configuration 2020-08-12 14:46:59 +02:00
ldscripts picolibc: Enable TLS support [v4] 2020-08-24 08:26:16 -07:00
nano cpu/fe310: Add PICOLIBC support [v3] 2020-08-24 08:24:54 -07:00
periph cpu/fe310: add unified rtt configuration 2020-08-12 14:46:59 +02:00
vendor cpu/fe310: add RISC-V cpu FE310 2018-05-29 15:21:45 -07:00
clock.c boards/hifive1* cpu/fe310: improve clock customization 2020-08-06 15:59:34 +02:00
context_frame.c cpu/fe310: interrupt handling cleanup 2019-09-27 13:32:43 -07:00
cpu.c cpu/fe310: Add PICOLIBC support [v3] 2020-08-24 08:24:54 -07:00
irq_arch.c fe310: Split sched_run call from handle_trap 2020-08-28 14:17:58 +02:00
Kconfig build system: Add libstdcpp feature and doc 2020-07-15 11:45:22 +02:00
Makefile cpu/fe310: Add PICOLIBC support [v3] 2020-08-24 08:24:54 -07:00
Makefile.dep cpu/fe310: Add PICOLIBC support [v3] 2020-08-24 08:24:54 -07:00
Makefile.features build system: Add libstdcpp feature and doc 2020-07-15 11:45:22 +02:00
Makefile.include cpu/fe310: move dependencies to Makefile.dep 2020-01-28 13:20:52 +01:00
panic.c cpu/fe310: reorganize files and includes 2020-01-10 16:41:33 +01:00
start.S cpu/fe310: Don't register __libc_fini_array with atexit 2020-08-23 13:13:28 -07:00
thread_arch.c cpu/fe310: Don't access sched_active_* 2020-08-17 12:16:07 +02:00