smlng
|
15f73e76ad
|
gnrc/gomach: ignore implicit fallthrough error by GCC 7
|
2018-01-24 22:06:51 +01:00 |
|
Alexandre Abadie
|
b443e53ccb
|
sys/net/zep: add missing doxygen brief description
|
2018-01-24 21:41:31 +01:00 |
|
Martine Lenders
|
718a45e22a
|
Merge pull request #8416 from miri64/gnrc_netif/doc/remove-new
gnrc_netif: remove "new" qualifier in documentation
|
2018-01-23 15:36:31 +01:00 |
|
Martine Lenders
|
1a4d824027
|
gnrc_netif: remove "new" qualifier in documentation
Calling the API "new" when it is the only network interface API (that
also now is named the same as the old one) might be a little confusing.
|
2018-01-23 15:02:35 +01:00 |
|
Martine Lenders
|
d0140a9ec8
|
Merge pull request #8380 from miri64/gnrc_netif/enh/6lo-nrfmin
gnrc_netif: set-up 6Lo for NRFmin
|
2018-01-23 11:17:29 +01:00 |
|
Martine Lenders
|
6cabac3600
|
gnrc_ipv6_nib: add reverse-translation for NRFmin
|
2018-01-22 16:15:30 +01:00 |
|
Sebastian Meiling
|
3bb169307b
|
Merge pull request #8364 from smlng/osx/debug/fix_output
macOS: fix debug output
|
2018-01-22 15:14:48 +01:00 |
|
Hauke Petersen
|
bb8ba486d8
|
sys/auto_init: add SAUL initialization for lis2dh12
|
2018-01-18 18:39:43 +01:00 |
|
Alexandre Abadie
|
f9eabb5d69
|
sys/net/loramac: rename default device class define
|
2018-01-18 15:30:52 +01:00 |
|
Martine Lenders
|
851eb767be
|
gnrc_netif: set-up 6Lo for NRFmin
|
2018-01-18 13:00:25 +01:00 |
|
Sebastian Meiling
|
5c0b058db4
|
Merge pull request #6121 from miri64/native/feat/zep_socket
native: provide socket-based ZEP device
|
2018-01-18 10:03:08 +01:00 |
|
Martine Lenders
|
81ef15287a
|
native: provide socket-based ZEP device
|
2018-01-18 09:15:37 +01:00 |
|
|
|
3f990480d1
|
Merge pull request #7162 from kb2ma/nanocoap/msgid_byte_order
nanocoap: fix byte order of request message ID, and add test application
|
2018-01-17 22:59:07 +01:00 |
|
Koen Zandberg
|
d27fa8efa5
|
Merge pull request #8214 from miri64/gnrc_ipv6/enh/simplify-netif-access
gnrc_ipv6: gnrc_icmpv6: simplify access to network interfaces
|
2018-01-17 17:02:55 +01:00 |
|
Martine Lenders
|
7c0bb427fa
|
gnrc_ipv6: gnrc_icmpv6: simplify access to network interfaces
|
2018-01-17 16:48:58 +01:00 |
|
Hyungsin
|
149914000f
|
sys/auto_init: add SAUL auto init for pulse counter
|
2018-01-17 06:29:05 -08:00 |
|
smlng
|
928292f464
|
sys/shell: fix format error in debug output
|
2018-01-17 15:25:15 +01:00 |
|
smlng
|
eb3bfdf1d2
|
sys/vfs: fix format error in debug output
|
2018-01-17 15:25:15 +01:00 |
|
smlng
|
65b99c994d
|
gnrc/sixlowpan: fix format error in debug output
|
2018-01-17 15:25:15 +01:00 |
|
smlng
|
026bc281ae
|
gnrc/netif: fix format error in debug output
|
2018-01-17 15:25:15 +01:00 |
|
Sebastian Meiling
|
50f3d6a427
|
Merge pull request #7337 from kb2ma/gcoap/confirm_piggy_client
net/gcoap: Confirmable request with piggybacked ACK response
|
2018-01-16 20:35:32 +01:00 |
|
smlng
|
6b0491eca2
|
sys/posix: fix intentional fallthrough in pthread
|
2018-01-16 13:21:24 +01:00 |
|
Sebastian Meiling
|
0d1f40393f
|
Merge pull request #8362 from beduino-project/gcoap-check-for-ndebug
gcoap: check if NDEBUG is defined
|
2018-01-16 13:18:41 +01:00 |
|
Ken Bannister
|
5e1d3fe0ae
|
net/gcoap: Update doc for confirmable message
|
2018-01-16 06:37:29 -05:00 |
|
Ken Bannister
|
4223de6b8b
|
net/gcoap: automate retries for confirm timeout
|
2018-01-16 06:37:29 -05:00 |
|
Sören Tempel
|
89edc437d5
|
gcoap: remove the #ifdef DEVELHELP
To make sure the cf variable doesn't trigger an `unsed variable` warning
when compile with `-DNDEBUG`.
|
2018-01-16 11:06:28 +01:00 |
|
Ken Bannister
|
87e334a2d5
|
net/nanocoap: add macro for timeout calculation
|
2018-01-15 23:21:05 -05:00 |
|
Ken Bannister
|
d5e4da74bf
|
net/gcoap: improve validation of incoming message
|
2018-01-15 23:21:05 -05:00 |
|
Ken Bannister
|
4062b1f660
|
net/gcoap: populate confirm request attributes
Also, create resend_bufs array to store PDU for resend.
|
2018-01-15 23:21:05 -05:00 |
|
Sebastian Meiling
|
eb89954f13
|
Merge pull request #5166 from kaspar030/syntax_check_debug_code
core: debug: rely on optimizer to kick out unused debug code
|
2018-01-15 14:52:35 +01:00 |
|
|
|
ed847a9fdd
|
sys: fs: constfs: DEBUG fixes
|
2018-01-15 14:37:05 +01:00 |
|
|
|
38f18137f8
|
sys/cbor: DEBUG fixes
|
2018-01-15 14:37:05 +01:00 |
|
|
|
7b72f623d2
|
gnrc: netif2: DEBUG fixes
|
2018-01-15 14:37:05 +01:00 |
|
|
|
12d4254ae1
|
gnrc: nib: DEBUG fix
|
2018-01-15 14:37:05 +01:00 |
|
|
|
fd884c2d05
|
gnrc: rpl: DEBUG fix
|
2018-01-15 14:37:05 +01:00 |
|
|
|
d8051a2d73
|
sys/can: DEBUG fixes
|
2018-01-15 14:37:05 +01:00 |
|
|
|
af991deeb2
|
sys: net: gcoap: DEBUG fixes
|
2018-01-15 14:37:04 +01:00 |
|
|
|
56b8c55f1a
|
gnrc: mac: DEBUG fix
|
2018-01-15 14:37:04 +01:00 |
|
|
|
35ea251516
|
gnrc: lwmac: DEBUG fix
|
2018-01-15 14:37:04 +01:00 |
|
|
|
702ec4a517
|
sys/posix: pthread_barrier: DEBUG fix
|
2018-01-15 14:37:04 +01:00 |
|
|
|
dcc0804e10
|
sys/vfs: DEBUG fix
|
2018-01-15 14:37:04 +01:00 |
|
|
|
8a74210b31
|
gnrc/netapi: DEBUG fix
|
2018-01-15 14:37:04 +01:00 |
|
|
|
c6b482d56c
|
posix: pthread_rwlock: fix DEBUG messages
|
2018-01-15 14:37:04 +01:00 |
|
|
|
4dba9ee6ba
|
sys: net: adapt to compile-checked debug messages
|
2018-01-15 14:37:04 +01:00 |
|
Martine Lenders
|
6b79c5e9d5
|
Merge pull request #8358 from MichelRottleuthner/pr_fix_sntp
sntp: set netif when using link local address
|
2018-01-14 17:35:13 +01:00 |
|
Michel Rottleuthner
|
bbd8d67bf9
|
address request by miri64 (interface as shell param)
|
2018-01-14 16:55:14 +01:00 |
|
Koen Zandberg
|
0af100412c
|
Merge pull request #8346 from miri64/doc/fix/ndp-dad-max
ndp: sixlowpan_nd: explain maximum retransmission for DAD
|
2018-01-12 20:02:21 +01:00 |
|
Michel Rottleuthner
|
3056104187
|
sc_sntp: set netif when using link local address
|
2018-01-12 19:09:37 +01:00 |
|
Ken Bannister
|
c9b6e990f7
|
net/nanocoap: message ID received in host order
|
2018-01-12 05:58:52 -05:00 |
|
Alexandre Abadie
|
2d02bc0394
|
sys/fmt: add new byte to hex converters:
- fmt_bytes_hex: converts an array of bytes to an array of hex bytes
- fmt_hex_bytes: convert an array of hex bytes to an array of bytes
|
2018-01-10 21:30:39 +01:00 |
|