Joakim Nohlgård
fd7a1de9c4
newlib: Refactor makefile to fix LLVM compilation failures
6 years ago
Ludwig Knüpfer
d0de9aac7b
sys/isrpipe: fix group
...
- create group for isrpipe instead of adding it to sys directly
- alter file description accordingly
6 years ago
Ludwig Knüpfer
af1968e52a
sys/hashes: fix doxygen group
...
- fix group membership
- improve description style
6 years ago
smlng
d17e57310f
shell: fix strtok_r compile error
6 years ago
Joakim Nohlgård
fdf6726ab5
newlib: adjust include path for newlib-nano to match change in gcc-arm-embedded toolchain
6 years ago
Joakim Nohlgård
d33dd06f73
Revert "newlib: don't use -isystem for default includes"
...
This reverts commit fb3c2b2bc9
.
The reverted commit broke Clang compilation.
6 years ago
smlng
645ea902dd
cppcheck: grnc/netif/hdr fix cppcheck warnings
6 years ago
Alexandre Abadie
26835f4f2c
drivers/bmp180: move bmp180 to saul auto init the correct way
6 years ago
Kaspar Schleiser
9dea130a9e
drivers: ethos: make use of isrpipe module
6 years ago
Kaspar Schleiser
dd70231bed
sys: uart_stdio: make use of isrpipe
6 years ago
Kaspar Schleiser
b89d81fdba
sys: add isrpipe
6 years ago
Martine Lenders
5e236cdc16
gnrc_pktbuf_static: fix #5748
6 years ago
Kaspar Schleiser
e60e4f0fc9
sys: fmt: fix scn_u32_dec() documentation
6 years ago
Martine Lenders
ad2a9573af
timex: more conversion macros
6 years ago
Martine Lenders
c6c29eb1ae
gnrc_ndp: fix invalid doc references
6 years ago
Cenk Gündoğan
4ebf6363df
gnrc_netdev2_eth: check bytes_expected > 0
6 years ago
smlng
ad698267fb
gnrc_pktbuf: add asserts
...
- fix static analyzer warning
- update @pre doc accordingly
6 years ago
Martine Lenders
50b1e7b6a5
gnrc_sock_udp: fix possibly dereferenced NULL pointer ( #6203 )
6 years ago
zhuoshuguo
944e1462ce
gnrc_priority_queue: fix doxygen document.
6 years ago
zhuoshuguo
d749962134
gnrc_netif: add fetch-address and fetch-netif-flag functionalities.
6 years ago
Emmanuel Baccelli
cab947b05a
fixed insconsistencies in the doc for sock
...
fixed insconsistency concerning headers needed
fixed insconsistency concerning headers needed
fixed insconsistency concerning headers needed
6 years ago
Michael Andersen
76da4d8d12
rtt_stdio: update for new xtimer api
6 years ago
Joakim Nohlgård
7c48c891a0
xtimer: Update xtimer usage to match API changes
6 years ago
Joakim Nohlgård
8217e49330
sys/xtimer: avoid C99 initializer list to make file C++11 compatible
6 years ago
Joakim Nohlgård
a23bfc64ff
xtimer: Introduce xtimer_diff, xtimer_less for comparing timestamps
6 years ago
Joakim Nohlgård
b5554dd7e0
xtimer: Introduce xtimer_now_usec convenience functions
6 years ago
Joakim Nohlgård
63e91151cd
xtimer: Add tick conversion
6 years ago
Joakim Nohlgård
199140e50b
sys/div: Add support for big 64 bit numbers
6 years ago
Joakim Nohlgård
94da9c2975
sys/div: Add div_u64_by_15625div512
...
64-bit version of div_u32_by_15625div512
also updated tests-div to use correct order for expected and actual values in unit tests (embUnit)
6 years ago
Joakim Nohlgård
3d3efc3492
xtimer: Move ifdef outside Doxygen block
6 years ago
Martine Lenders
bd533dd785
gnrc_sock: move net/af.h include to sock_types.h
6 years ago
Vincent Dupont
b9b838f1dc
mma8652: add support for all mma8x5x accelerometers
6 years ago
Kaspar Schleiser
3af5e3e315
sys: net: uhcpc: port to sock
6 years ago
Kaspar Schleiser
2b1cd628a9
sys: net: sock: add uint32_t ipv4 address to address union
6 years ago
Martine Lenders
11d3cd8efa
net: fix header dumps for nanospec newlib
6 years ago
smlng
e867d83eff
cbor: fix redefined macro error on macOS
6 years ago
smlng
ebd89a76f4
gcoap: fix compiler error on macOS
6 years ago
Kaspar Schleiser
2972f8fd86
net: gnrc: gcoap: make use of DEBUG_EXTRA_STACKSIZE
6 years ago
Martine Lenders
653e36277c
gnrc_sock_ip: fix memcpy()/memset() sizeof-type
...
The type in the `sizeof()` is just plain wrong. This fixes it.
6 years ago
Hauke Petersen
38861341f2
sys: added 5x5 font 'Mineplex'
6 years ago
Martine Lenders
fcff65b6d8
od: quick-fix for newlib-nano
6 years ago
Martin Elshuber
b582e64b09
gnrc_sixlowpan_iphc.c: Updated comments some logic
6 years ago
Martin Elshuber
faa47a0e03
gnrc_sixlowpan_iphc: Fixed encoding when COMP=0
...
Summary:
Even ehen COMP is cleared, the algorithm always elides part of the address when a matching
context is found.
This behviour occurs because in the line
if ((src_ctx != NULL) || ipv6_addr_is_link_local(&(ipv6_hdr->src)))
the COMP bit is not tested.
This patch fixes the problem by setting [src|dst]_ctx to NULL if the
context must not be used.
6 years ago
Cenk Gündoğan
3365bd8a23
cpp11-compat: no exceptions in noexcept function
6 years ago
Cenk Gündoğan
fb3c2b2bc9
newlib: don't use -isystem for default includes
6 years ago
zhuoshuguo
70369d6591
gnrc_mac: fix includes.
6 years ago
Martine Lenders
1605b506c9
gnrc_sixlowpan_nhc: fix forwarding case
6 years ago
zhuoshuguo
1a44c0f71b
gnrc_mac: add l2 address into netdev2.
6 years ago
zhuoshuguo
6f39d8c809
gnrc_mac: add gnrc_mac module into netdev2.
6 years ago
Martine Lenders
dc907b76fa
gcoap: use generic netreg initializers
...
PR #5526 introduced mbox support for netreg so using these functions
is now required.
6 years ago