1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys
Martine Lenders fbe391723b gnrc_netreg: Further specify gnrc_netreg_register() precondition
While browsing through the rendered doc, I found the precondition of
`gnrc_netreg_register()` somewhat lacking. What is a "message queue"?
`gnrc_netreg_entry_t`s have types. Does this apply for all types?
This specifies the requirement more: The calling thread **only** needs
a message queue (also provides a link to `msg_init_queue()` now for
further information), if the provided `gnrc_netreg_entry_t` is of type
`GNRC_NETREG_TYPE_DEFAULT` (i.e. thread-wise IPC).
2018-06-06 22:19:53 +02:00
..
analog_util sys/analog_util: Refactor adc_map, fix compilation 2018-04-16 13:53:49 +02:00
arduino sys/arduino: use RIOTTOOLS variable 2018-05-04 11:16:48 +02:00
auto_init auto_init: add ndn-riot 2018-05-24 10:58:26 +02:00
base64
benchmark
bitfield
bloom
can
cb_mux sys/cb_mux: initial support 2018-05-28 15:43:41 -04:00
cbor cbor: Move header to cbor subdirectory 2018-05-01 11:12:39 +02:00
checksum
color
cpp11-compat
crypto crypto/ccm: fix _fits_in_nbytes function 2018-05-07 15:08:00 +02:00
div
ecc
embunit sys/embunit: Fix incompatible declaration in outputter. 2018-05-30 12:01:45 +02:00
event sys/event: allow calling event_post multiple times 2018-04-19 16:41:13 +02:00
evtimer evtimer: use conversion macro US_PER_MS 2018-05-23 15:13:31 +02:00
fmt
fs
hashes
include gnrc_netreg: Further specify gnrc_netreg_register() precondition 2018-06-06 22:19:53 +02:00
iolist
isrpipe
libc/include/sys
log
luid
matstat sys/matstat: Integer mathematical statistics library 2018-04-28 08:03:35 +02:00
memarray
mineplex
net rpl: add DIS Solicited Information option 2018-06-04 18:10:22 +02:00
newlib_syscalls_default
od
oneway-malloc pkg/tlsf: Refactor the TLSF package and bring back original TLSF api. 2018-05-18 15:41:07 +02:00
phydat
pipe
pm_layered
posix
ps sys/ps: Use correct define for TLSF information. 2018-05-30 14:13:25 +02:00
quad_math
random sys: random: add fortuna PRNG 2018-05-29 18:40:58 +02:00
rtt_stdio
saul_reg
sema
seq
shell rpl: add DIS Solicited Information option 2018-06-04 18:10:22 +02:00
ssp
timex
trickle trickle: remove msg_time member from struct 2018-05-17 10:40:12 +02:00
tsrb
uart_stdio sys/uart_stdio: compile with -Wno-cast-function-type 2018-05-17 17:03:27 +02:00
ubjson
universal_address
uuid uuid: Initial import of RFC4122 UUID functions 2018-05-23 16:31:01 +02:00
vfs
xtimer
doc.txt
Makefile
Makefile.dep sys: random: add fortuna PRNG 2018-05-29 18:40:58 +02:00
Makefile.include gnrc_netif: add GNRC specific implementation of netif.h 2018-05-29 19:49:29 +02:00