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/boards
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
..
arduino-due board/cpu: adjusted uart driver implementations 9 years ago
avsextrem all over the place: use sched_active_pid 9 years ago
chronos Merge pull request #1329 from LudwigOrtmann/riot_license 9 years ago
mbed_lpc1768 Merge pull request #1329 from LudwigOrtmann/riot_license 9 years ago
msb-430 converting tabs to spaces in boards (#1439) 9 years ago
msb-430-common initialize kernel_pid_t correctly 9 years ago
msb-430h Merge pull request #1329 from LudwigOrtmann/riot_license 9 years ago
msba2 cpu: adjusted pwm driver impl for lpc2387 9 years ago
msba2-common initialize kernel_pid_t correctly 9 years ago
native doc: use lgplv2.1-short license header instead of lgpl-short-riot 9 years ago
pca10000 boards: fixup for pyterm renaming 9 years ago
pca10005 boards: fixup for pyterm renaming 9 years ago
pttu Merge pull request #1329 from LudwigOrtmann/riot_license 9 years ago
qemu-i386 x86: increase timeout in qemu's term 9 years ago
redbee-econotag initialize kernel_pid_t correctly 9 years ago
stm32f0discovery cpus: adjusted uart implementations for changed IF 9 years ago
stm32f3discovery cpus: adjusted uart implementations for changed IF 9 years ago
stm32f4discovery board/cpu: adjusted uart driver implementations 9 years ago
telosb initialize kernel_pid_t correctly 9 years ago
udoo board/cpu: adjusted uart driver implementations 9 years ago
wsn430-common initialize kernel_pid_t correctly 9 years ago
wsn430-v1_3b Merge pull request #1329 from LudwigOrtmann/riot_license 9 years ago
wsn430-v1_4 Merge pull request #1329 from LudwigOrtmann/riot_license 9 years ago
x86-multiboot-common x86: disable `--gc-sections` for Travis' sake 9 years ago
z1 initialize kernel_pid_t correctly 9 years ago
README.md removed pointer to RIOT repository from README 10 years ago
doc.txt remove trailing whitespace and newlines 10 years ago

README.md

Platform configurations for RIOT-OS

This directory contains existing configuration and initialization files for platforms supported by RIOT-OS.