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
Martine Lenders 3897b75096 Merge pull request #6974 from miri64/nhdp/cleanup/port-to-sock
nhdp: port to sock
6 years ago
..
analog_util sys: s/adc_util/analog_util/ and added DAC mapping 7 years ago
arduino sys/arduino: Make SerialPort constructor explicit 6 years ago
auto_init Merge pull request #6886 from smlng/driver/mag3110/rework 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
cbor adapt to changed byteorder.h 6 years ago
checksum tests: provide unittests for ucrc16 7 years ago
color sys/color: added RGB inversion and complementary color 7 years ago
cpp11-compat cpp11-compat: address cppcheck warnings 6 years ago
crypto sys/crypto: remove 3DES 6 years ago
div sys/div: Add support for big 64 bit numbers 7 years ago
ecc sys/ecc/hamming256: fix variableScope 7 years ago
embunit *: remove trailing underscores from header guards 6 years ago
fmt sys: fmt: fix fmt_lpad() documentation and (str==NULL) case 6 years ago
fs doc: fix doc hierarchy 6 years ago
hashes Merge pull request #6283 from OTAkeys/pr/hmac_iterative_calc 6 years ago
include Merge pull request #6960 from emmanuelsearch/delete-3des 6 years ago
isrpipe sys: add isrpipe 7 years ago
libc/include/sys
log sys: fix include headers guards 7 years ago
luid sys/drivers: renamed uuid module to luid 6 years ago
mineplex sys: added 5x5 font 'Mineplex' 7 years ago
net Merge pull request #6974 from miri64/nhdp/cleanup/port-to-sock 6 years ago
newlib newlib: Use vfs for file I/O syscalls 6 years ago
od od: simplify od module to only provide od_hex_dump 6 years ago
oneway-malloc sys: fix include headers guards 7 years ago
phydat sys/phydat: adding illuminance unit (Lux) 7 years ago
pipe tests: adapt for arduino uno and duemilanove support 7 years ago
pm_layered pm_layerd: fix initial value for PM_BLOCKER_INITIAL 6 years ago
posix some (ptr == 0) -> (ptr == NULL) fixes (found by coccinelle) 6 years ago
ps ps: add state name for STATUS_MBOX_BLOCKED 6 years ago
quad_math quad_math: fix or suppress cppcheck warnings 6 years ago
random Added random_init_by_array to tinymt32 wrapper 7 years ago
rtt_stdio rtt_stdio: update for new xtimer api 7 years ago
saul_reg sys/saul_reg: fixed return value for rm() 7 years ago
sema sys/sema: re-test value after owning mutex 6 years ago
seq seq: bitwise and instead of mod 7 years ago
shell rpl: make parent lifetime consistent with other timers 6 years ago
timex timex: unambiguous time conversion macros 6 years ago
trickle timex: unambiguous time conversion macros 6 years ago
tsrb
uart_stdio uart_stdio: Bind uart_stdio to vfs fds for stdin/out/err 6 years ago
ubjson
universal_address universal_address: fix cppcheck warning 6 years ago
vfs sys/vfs: A virtual file system (VFS) layer for RIOT 6 years ago
xtimer some (ptr == 0) -> (ptr == NULL) fixes (found by coccinelle) 6 years ago
Makefile sys: net: introduce simple sock DNS client 6 years ago
Makefile.include sys/vfs: A virtual file system (VFS) layer for RIOT 6 years ago
doc.txt