BytesGalore
9818d053f4
hashes/sha256: changed data pointer parameters to `void*`
6 years ago
Martine Lenders
262d0d7573
gnrc_netreg: introduce helper macro/function for entry init
6 years ago
Martine Lenders
9dc4023112
ndp: add missing header include
...
sys/include/net/ndp.h uses IPv6 addresses in NDP message type definitions but up
until now the according header wasn't included.
6 years ago
Laurent Navet
3ff576e46a
tests: adapt for arduino uno and duemilanove support
...
- blacklist arduino-uno and arduino-duemilanove for
coap, libfixmath_unittests, lwip, nhdp,
pthread, pthread_barrier, pthread_cleanup, pthread_condition_variable
pthread_cooperation, pthread_rwlock and pthread_tls tests.
- fix sys/pipe build
- unittests: boards added to BOARD_INSUFICIENT_MEMORY list.
6 years ago
smlng
0784b9a812
gnrc_rpl: add explanatory links to RFC sections
6 years ago
smlng
4ae107626a
gnrc_rpl: correct (some) default params
6 years ago
smlng
fbafcc39ac
gnrc_rpl: modify RPL default parameters in Makefile
6 years ago
Martine Lenders
4fa36e6128
auto_init_gnrc_netif: set priorities one lower than 6LoWPAN
6 years ago
Matthias Kolja Miehl
1d1e6c44e4
sys/shell: fix cppcheck warnings
6 years ago
Matthias Kolja Miehl
95baea86d6
sys/net/gnrc: gnrc_zep: fix nullPointer error
7 years ago
Matthias Kolja Miehl
0e1d749340
sys/net/gnrc: gnrc_rpl_control_messages: fix variableScope
7 years ago
Matthias Kolja Miehl
b108a57637
sys/net/gnrc: gnrc_ipv6_ext: fix variableScope
7 years ago
Matthias Kolja Miehl
08fd7f857b
sys/ecc/hamming256: fix variableScope
7 years ago
Matthias Kolja Miehl
1e8d768701
sys/base64: fix variableScope
7 years ago
Martine Lenders
09703e1fdf
fixup! sock: Introduction of new application layer API
...
Add more error classes
7 years ago
Martine Lenders
d17ef910f0
fixup! sock: Introduction of new application layer API
...
Include missing header
7 years ago
Alexandre Abadie
3aa1ffb5fb
drivers/io1_xplained: initial implementation including temperature/LED/GPIO and auto init
7 years ago
Shuguo Zhuo
4a0720fd21
sys/crypto: Rename header include guards.
7 years ago
Shuguo Zhuo
76f593af11
sys/embunit: revised header include guards.
7 years ago
Oleg Hahm
00dd2fdcd8
sys: newlib: conditionally ignore wchar warning
...
For certain versions of newlib this warning is ignored.
7 years ago
Kaspar Schleiser
b3a061e0ab
sys: remove config module
7 years ago
Martine Lenders
73861e2c15
fixup! sock: Introduction of new application layer API
...
Fix some typos
7 years ago
smlng
c1fe8d5d9d
gnrc_rpl: fix prefix length
7 years ago
Martine Lenders
ce205afc57
fixup! sock: Introduction of new application layer API
...
sock_ip: Provide proto parameter to send in case sock == NULL.
7 years ago
Martine Lenders
002be06c79
fixup! sock: Introduction of new application layer API
...
sock_tcp: more error code specifications and fixes
7 years ago
Martine Lenders
777c8f77b6
fixup! sock: Introduction of new application layer API
...
Add `-ECONNABORT` return for sock_tcp_read and sock_tcp_write.
7 years ago
Martine Lenders
26ee7248d5
fixup! sock: Introduction of new application layer API
...
Fix inheritence of _sock_tl_ep.
7 years ago
Martine Lenders
877cad9d66
fixup! sock: Introduction of new application layer API
...
Simplify static intializers.
7 years ago
Martine Lenders
1f74eae424
fixup! sock: Introduction of new application layer API
...
Fix some typedefs
7 years ago
Martine Lenders
a41bc13767
fixup! sock: Introduction of new application layer API
...
Reword confusing out-parameter doc in create functions
7 years ago
Martine Lenders
278f046d1d
fixup! sock: Introduction of new application layer API
...
Don't use netif parameter for static IP end-point initializers
7 years ago
Martine Lenders
a4fd05c6f6
fixup! sock: Introduction of new application layer API
...
Fix wrongly typedef'd endpoint
7 years ago
Martine Lenders
bb7736ac97
fixup! sock: Introduction of new application layer API
7 years ago
Martine Lenders
b24d9de9ae
fixup! sock: Introduction of new application layer API
7 years ago
Martine Lenders
01b0975072
fixup! sock: Introduction of new application layer API
7 years ago
Martine Lenders
6f06deff40
fixup! sock: Introduction of new application layer API
7 years ago
Martine Lenders
44af8765af
fixup! sock: Introduction of new application layer API
7 years ago
Martine Lenders
b71c2f334a
fixup! sock: Introduction of new application layer API
7 years ago
Oleg Hahm
d705cf864b
shell ccn-lite: check for max ifcount
7 years ago
Oleg Hahm
813a6fa86c
pkg ccn-lite: update documentation and prototype
7 years ago
Martine Lenders
bd230d3b63
gnrc_ipv6: gnrc_icmpv6: use dispatch_receive helper function
7 years ago
Martine Lenders
7ef177a8cb
sock: Introduction of new application layer API
...
This introduces a new alternative and better API to `conn`. It differs in the
following aspects:
* a common address type for both IPv4 and IPv6 addresses is introduced
* communication end-points are abstracted as end-point types `sock_x_ep_t`,
containing the address, its family, its port (if required for protocol) and
the interface identifier.
* All functions require some kind of state. Sending of datagrams to the same
source or replying to incoming datagrams is thus simplified
* TCP connection establishment was overall reworked: connected sockets and
listening sockets are now two distinct types. An accept on a listening socket
than yields a connected socket
7 years ago
Martine Lenders
b869102450
gnrc_udp: consider netif header in send dispatch
7 years ago
Martine Lenders
af180ef2f1
gnrc_udp: add missing duplitation step
7 years ago
Martine Lenders
72d177074b
gnrc: use gnrc_netapi_dispatch_send() instead of manual iteration
7 years ago
Joakim Nohlgård
afb6cb4507
sys/newlib: Add __attribute__((used)) to _fini
...
No ROM cost, only fixes a linker error with non-nano newlib and LTO enabled.
7 years ago
Martine Lenders
bd2429f299
cpu: drivers: adapt devices for netdev2 parameter type change
7 years ago
Wentao Shang
600c8f626d
hashes/sha256: support unaligned memory access in be32enc_vect
7 years ago
Joakim Nohlgård
4449ba4933
xtimer: Refactor xtimer_usleep_until and rename to xtimer_periodic_wakeup
...
Rewrote conditions for improved readability, and removed magic number 512
7 years ago
Johann Fischer
d111f1f465
netopt.c: extend _netopt_strmap
7 years ago