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
Peter Kietzmann 82ec622748 Merge pull request #6168 from BytesGalore/base64_fix_expected_encode_size
sys/base64: corrected output size determination
6 years ago
..
analog_util sys: s/adc_util/analog_util/ and added DAC mapping 7 years ago
arduino make: remove trailing slash from BINDIR variable 7 years ago
auto_init Merge pull request #6108 from haukepetersen/opt_nrf_nrfmin 6 years ago
base64 sys/base64: corrected output size determination 6 years ago
bitfield core: Fix/refactor function naming in core/incude/irq.h 7 years ago
bloom sys/bloom: pass bitfield to bloom instead of allocating memory 8 years ago
cbor cbor: fix redefined macro error on macOS 6 years ago
checksum tests: provide unittests for ucrc16 6 years ago
color sys/color: added RGB inversion and complementary color 7 years ago
cpp11-compat cpp11-compat: no exceptions in noexcept function 6 years ago
crypto ciphers: Added defines for return values of cipher_init() and [specific cipher]_init() functions 7 years ago
div sys/div: Add support for big 64 bit numbers 6 years ago
ecc sys/ecc/hamming256: fix variableScope 7 years ago
embunit sys/embunit: revised header include guards. 7 years ago
fmt sys: fmt: add fmt_u64_dec() 7 years ago
hashes sys/hashes/sha256: remove unnecessary include 6 years ago
include doc: fix doxygen groups for PPP 6 years ago
isrpipe sys: add isrpipe 6 years ago
libc/include/sys
log sys: fix include headers guards 6 years ago
mineplex sys: added 5x5 font 'Mineplex' 6 years ago
net sys/net/gnrc: added XBee-to-GNRC glue code 6 years ago
newlib newlib: Refactor makefile to fix LLVM compilation failures 6 years ago
od od: quick-fix for newlib-nano 6 years ago
oneway-malloc sys: fix include headers guards 6 years ago
phydat sys/phydat: adding illuminance unit (Lux) 7 years ago
pipe tests: adapt for arduino uno and duemilanove support 7 years ago
posix sys: posix: remove not needed strings.h 6 years ago
ps ps: Add current stack pointer and start of stack to isr_stack ps output (DEVELHELP) 7 years ago
quad_math
random Added random_init_by_array to tinymt32 wrapper 7 years ago
rtt_stdio rtt_stdio: update for new xtimer api 6 years ago
saul_reg sys/saul_reg: fixed return value for rm() 7 years ago
sema all: remove pointer casts for msg.content.ptr 7 years ago
seq seq: bitwise and instead of mod 7 years ago
shell cppcheck: fix warning in sc_saul_reg 6 years ago
timex
trickle all: remove pointer casts for msg.content.ptr 7 years ago
tsrb sys: add thread-safe ringbuffer implementation 8 years ago
uart_stdio drivers: ethos: make use of isrpipe module 6 years ago
ubjson ubjson: initialize variable 8 years ago
universal_address universal_address: replaced returned literals by defined constants 7 years ago
xtimer xtimer: Add tick conversion 6 years ago
Makefile sntp: initial import 6 years ago
Makefile.include gnrc_sock_udp: provide port for sock_udp 6 years ago
doc.txt