1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32f3
René Kijewski 2cb4166c3e all over the place: use sched_active_pid
In many places we needlessly use `sched_active_thread->pid` whilst we
already have `sched_active_pid` with the same value, and one less
indirection.

`thread_getpid()` is made `static inline` so that there is no penalty in
using this function over accessing `sched_active_pid` directly.
2014-08-17 21:04:25 +02:00
..
include cpu: Initial import of stm32f3 2014-07-31 19:38:26 +02:00
periph cpus: adjusted uart implementations for changed IF 2014-08-15 12:23:39 +02:00
cpu.c cpu: Initial import of stm32f3 2014-07-31 19:38:26 +02:00
hwtimer_arch.c cpu: Initial import of stm32f3 2014-07-31 19:38:26 +02:00
io_arch.c cpu: Initial import of stm32f3 2014-07-31 19:38:26 +02:00
lpm_arch.c cpu: Initial import of stm32f3 2014-07-31 19:38:26 +02:00
Makefile cpu: Initial import of stm32f3 2014-07-31 19:38:26 +02:00
Makefile.include cpu: Initial import of stm32f3 2014-07-31 19:38:26 +02:00
reboot_arch.c cpu: Initial import of stm32f3 2014-07-31 19:38:26 +02:00
startup.c cpu: Initial import of stm32f3 2014-07-31 19:38:26 +02:00
stm32f303vc_linkerscript.ld cpu: Initial import of stm32f3 2014-07-31 19:38:26 +02:00
syscalls.c all over the place: use sched_active_pid 2014-08-17 21:04:25 +02:00