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
Joakim Nohlgård 4fad0394ca Merge pull request #5119 from gebart/pr/newlib-nano-pmod
newlib: Introduce newlib_nano pseudomodule
7 years ago
..
analog_util sys: s/adc_util/analog_util/ and added DAC mapping 7 years ago
arduino sys: adapted to GPIO changes 7 years ago
auto_init sys: adapted to GPIO changes 7 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
checksum sys/hashes, sys/checksum: mv fletcher* checksum 7 years ago
color sys/color: added RGB inversion and complementary color 7 years ago
compat sys: compat: remove hwtimer_compat 8 years ago
config sys: config: remove saving of obsolete transceiver config 8 years ago
cpp11-compat sys: cpp11-compat: adapt to thread.h 7 years ago
crypto Merge pull request #4787 from BytesGalore/doc_crypto_add_word_on_required_cflags 7 years ago
ecc Add 256 byte block hamming code implementation 8 years ago
embunit embUnit: simplify `strcmp()` implementation 8 years ago
fmt sys: fmt: fix includes 7 years ago
hashes hashes/sha256: add sha256-chain computation and verification functions 7 years ago
include gnrc/nettype: Add missing closing Doxygen brace 7 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 gnrc_netdev2: do not override res for for ieee802154 7 years ago
newlib newlib: Introduce newlib_nano pseudomodule 7 years ago
od od: piggy-back style fixes 7 years ago
oneway-malloc everything: Remove filename from @file Doxygen command 8 years ago
phydat sys: added module for handling physical data 8 years ago
pipe core: rename tcb_t -> thread_t, move into thread.h 7 years ago
posix core: merged kernel_macros.h and attributes.h 7 years ago
ps core: rename tcb_t -> thread_t, move into thread.h 7 years ago
quad_math
random sys: random: rename genrand_* to random_* 7 years ago
saul_reg sys/saul_reg: made registry a global variable 7 years ago
sema Merge pull request #4551 from authmillenon/sema/fix/post 7 years ago
seq sys/seq: Serial Number Arithmetic 8 years ago
shell shell: fix condition for ping command 7 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 sys/uart_stdio: adapted to cb type change 7 years ago
ubjson ubjson: initialize variable 8 years ago
universal_address universal_address: make size dependent on FIB size 8 years ago
xtimer sys: xtimer: fix some race conditions 7 years ago
Makefile ieee802154: provide general header build and read functions 7 years ago
Makefile.include make: removed obsolete 'sys/net/include' 7 years ago
doc.txt