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/sys
Kaspar Schleiser 41ece232fa sys: remove obsolete posix_io code 8 years ago
..
auto_init sys/auto_init/at86rf: fixed debug message 8 years ago
base64 base64: remove unused calculation in base64_encode 8 years ago
bitfield sys: bitfield: add bf_get_unset 8 years ago
bloom sys/bloom: pass bitfield to bloom instead of allocating memory 8 years ago
cbor sys/cbor: change array initializer from const variable to #define 8 years ago
color
compat sys: compat: remove hwtimer_compat 8 years ago
config sys: config: remove saving of obsolete transceiver config 8 years ago
cpp11-compat all: Update @gebart family name, email 8 years ago
crypto crypto: remove skipjack support 8 years ago
embunit embUnit: simplify `strcmp()` implementation 8 years ago
fmt sys: fmt: use standard / for division by 10, not div.h 8 years ago
hash_string
hashes all: Update @gebart family name, email 8 years ago
include sys: remove obsolete posix_io code 8 years ago
libc/include/sys sys/libc/uio.h: added include of stdlib for size_t 8 years ago
log everything: Remove filename from @file Doxygen command 8 years ago
net rpl: reuse xtimer for cleanup 8 years ago
newlib sys: newlib: use xtimer_now64() for gettimeofday() 8 years ago
od native: fix formating warnings on OS X 8 years ago
oneway-malloc everything: Remove filename from @file Doxygen command 8 years ago
pipe
posix sys: remove obsolete posix_io code 8 years ago
ps sys: ps: adapt to xtimer 8 years ago
quad_math
random
sem sem: initial import of a lightweight semaphore layer 8 years ago
seq sys/seq: Serial Number Arithmetic 8 years ago
shell rpl: reuse xtimer for cleanup 8 years ago
timex timex: make timex_to_str more efficient 8 years ago
trickle debug: replace __FILE__ by RIOT_RELATIVE_FILE 8 years ago
tsrb sys: add thread-safe ringbuffer implementation 8 years ago
uart_stdio uart_stdio:mutex_lock is no longer needed for init 8 years ago
ubjson ubjson: initialize variable 8 years ago
universal_address universal_address: make size dependent on FIB size 8 years ago
xtimer xtimer: Rename _xtimer_now() -> _lltimer_now() 8 years ago
Makefile posix: use sem module for semaphore implementation 8 years ago
Makefile.include posix: use sem module for semaphore implementation 8 years ago
doc.txt