You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/drivers
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.
9 years ago
..
at86rf231 drivers/at86rf231: add transceiver/pid includes 9 years ago
cc110x all over the place: use sched_active_pid 9 years ago
cc110x_ng make kernel_pid_t comparisons consistent 9 years ago
cc2420 make kernel_pid_t comparisons consistent 9 years ago
include drivers: improved the low-level GPIO driver IF 9 years ago
lm75a doc: use lgplv2.1-short license header instead of lgplv2-short-v1 9 years ago
ltc4150 doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
rgbled drivers: added rgbled driver 9 years ago
servo drivers/servo: fixed very stupid coding error 9 years ago
sht11 Merge pull request #1329 from LudwigOrtmann/riot_license 9 years ago
srf02 doc: use lgplv2.1-short license header instead of lgplv2-short-v1 9 years ago
srf08 doc: use lgplv2.1-short license header instead of lgplv2-short-v1 9 years ago
Makefile drivers: added servo motor driver 9 years ago
Makefile.include Add include paths automatocally for USEMODULES 10 years ago
doc.txt remove trailing whitespace and newlines 10 years ago