Cenk Gündoğan
e783191b2e
sys/bloom: pass bitfield to bloom instead of allocating memory
8 years ago
Philipp Rosenkranz
1c68c8f149
Merge pull request #4041 from phiros/add_strider_yml_config
...
add .strider.yml config
8 years ago
Philipp Rosenkranz
9088d0f386
add .strider.yml config
8 years ago
Oleg Hahm
76e512621d
Merge pull request #4043 from LudwigOrtmann/pr/native-gpp520
...
native: dynamically load malloc
8 years ago
Ludwig Knüpfer
dd3229aa62
native: dynamically load malloc
...
g++ 5.2.0 apparently requires malloc before startup is run.
8 years ago
Martine Lenders
3a77e96304
Merge pull request #4036 from OlegHahm/test_msg_send_receive_master
...
tests: fixes for msg_send_receive
8 years ago
Oleg Hahm
c3f7925c1c
tests: msg_send_receive: add a delay
...
Otherwise the pre-condition (receiver is already in RX block) is not met.
8 years ago
Oleg Hahm
de74a64e8a
tests: msg_send_receive: use correct stack sizes
8 years ago
Oleg Hahm
9be2ea4285
Merge pull request #4028 from authmillenon/ifconfig/enh/6lo-ro
...
shell: ifconfig: fixes
8 years ago
Martine Lenders
f0dccce7e8
Merge pull request #4031 from OlegHahm/shell_ping_duplicate_dropping2
...
shell ping: improved duplicate dropping
8 years ago
Oleg Hahm
43c0d6129e
shell ping: drop & consume duplicates immediately
8 years ago
Oleg Hahm
c92d35e1de
shell: ping: set timeout to 1 second
8 years ago
Thomas Eichinger
fcdcfa10e8
Merge pull request #4023 from ks156/typo
...
cpu/lpc11u34: Fixed typo
8 years ago
Martine Lenders
1824f2d91a
shell: ifconfig: remove unused variable
8 years ago
Martine Lenders
ef9a9b0e4f
shell: ifconfig: make 6lo flag read-only
8 years ago
Oleg Hahm
df9457bd02
Merge pull request #4022 from OlegHahm/pktbuf_fixes
...
pktbuf: release correct snip in error case
8 years ago
Paul Rathgeb
53b6df3751
cpu/lpc11u34: Fixed typo
8 years ago
Peter Kietzmann
10bddd5ca6
Merge pull request #3755 from daniel-k/pr/at30tse75x
...
drivers/at30tse75x: add device driver for AT30TSE75x temperature sensor
8 years ago
daniel-k
396b76c039
drivers/at30tse75x: add device driver for AT30TSE75x temperature sensor
8 years ago
Oleg Hahm
f2e78453af
gnrc IPv6: release correct pktsnip
8 years ago
Oleg Hahm
c309e43b73
gnrc pktbuf: satisfying my parentheses obsession
8 years ago
Thomas Eichinger
e1f6519f44
Merge pull request #4011 from ks156/master
...
board: cpu: Added new CPU defintiion for NXP LPC11U34 and board WeIO
8 years ago
Peter Kietzmann
72919af2d2
Merge pull request #4018 from smlng/fix_kw2xrf
...
Fix send for kw2xrf
8 years ago
smlng
3ed71ae2c6
drivers/kw2x: fix packet address setting
...
- fix dst address reversed in packet header
- code and docu cleanup
- based on at86rf2xx
8 years ago
Paul Rathgeb
cefe2a6698
make: Blacklisted the board 'weio' for some test due to insufficient
...
RAM/ROM
Blacklisted LPC11Uxx.h for doxygen
8 years ago
Paul Rathgeb
c1a3c729ff
board/weio : Added a new board definition for WeIO (www.we-io.net)
...
This board use a NXP LPC11U34
8 years ago
Paul Rathgeb
100bd51a64
cpu/lpc11u34 : Added a new CPU definition for NXP LPC11U34
...
This CPU is used in the WeIO (www.we-io.net)
board.
Peripheral included :
- timer
- uart
- gpio
8 years ago
Cenk Gündoğan
5773356c38
Merge pull request #4016 from OlegHahm/ubjson_init_variable
...
ubjson: initialize variable
8 years ago
Oleg Hahm
e628fede2a
ubjson: initialize variable
...
To get rid of a compiler warning.
8 years ago
Oleg Hahm
9b05f4e5c9
Merge pull request #4006 from OlegHahm/gnrc_netapi_nonblocking
...
gnrc netapi: switch to non-blocking IPC calls
8 years ago
Oleg Hahm
6532a761fe
gnrc netapi: switch to non-blocking IPC calls
...
This is quite a major change for GNRC, but should prevent the system to hang completely due to full message queues.
8 years ago
Kaspar Schleiser
5b0dc7641f
Merge pull request #4004 from sgso/used_attribute_for_lto
...
cpu/cortexm_common: add used attributes for LTO
8 years ago
Cenk Gündoğan
481fb7fc3b
Merge pull request #4007 from cgundogan/pr/rpl/dao_entries_numof
...
rpl: use GNRC_IPV6_FIB_TABLE_SIZE to query for fib entries
8 years ago
Oleg Hahm
890d10181b
Merge pull request #3768 from thomaseichinger/pr/osx_unitest_fixes
...
unittests: native: fixes for OS X
8 years ago
Oleg Hahm
5376dfdca7
Merge pull request #4005 from OlegHahm/shell_ping_multicast_fixes
...
shell: fix multicast pings
8 years ago
Oleg Hahm
b538c74229
examples: spending the main thread a message queue
...
Since it is likely that the main thread will send netapi IPC calls that expects a reply. These replies may come faster than the thread can handle them, causing the layers below to stuck.
8 years ago
Oleg Hahm
e3045e8afe
shell: drop duplicate ICMPv6 echo responses
8 years ago
Cenk Gündoğan
0b7c7fbbb6
Merge pull request #3884 from cgundogan/pr/sniffer/socketify
...
sniffer: extend script to support sockets
8 years ago
Cenk Gündoğan
39da27915e
rpl: use GNRC_IPV6_FIB_TABLE_SIZE to query for fib entries
8 years ago
Peter Kietzmann
4e05254eb7
Merge pull request #3893 from haukepetersen/opt_f1_baudcalc
...
cpu/stm32f1: optimized baudrate calculation
8 years ago
Oleg Hahm
dbfe1c03cd
Merge pull request #3991 from authmillenon/gnrc_netapi/fix/recover_msg
...
gnrc_netapi: recover from message send errors
8 years ago
Cenk Gündoğan
46d7571710
sniffer/README: describe usage of the socket connection type
8 years ago
Cenk Gündoğan
be579171d1
sniffer/sniffer.py: enable sniffing for sockets
8 years ago
Sebastian Sontberg
bc1e6c815e
cpu/cortexm_common: add used attributes for LTO
8 years ago
Thomas Eichinger
99720b4eec
unittest/fib: fix printf formating for OS X
8 years ago
Thomas Eichinger
9da61ab85a
sys/ubjson: fix type definition for OS X
...
Header <sys/types.h> needs to be included for OS X to use size_t.
8 years ago
Thomas Eichinger
e93fd66dbb
sys/cbor: change array initializer from const variable to #define
...
OS X clang complains "folded to constant array as an extension"
[-Wgnu-folding-constant]
8 years ago
Peter Kietzmann
be8f63769c
Merge pull request #3879 from sgso/fix_spi_slave_return_codes
...
cpu: let spi_init_slave() stubs return error codes
8 years ago
Martine Lenders
001fdc5275
Merge pull request #3998 from gebart/pr/xtimer-long-term-fast-cpu-bug
...
sys/xtimer: Avoid race incrementing multiple periods in _timer_callback
8 years ago
Cenk Gündoğan
d2a02ea582
Merge pull request #3985 from authmillenon/gnrc_pktbuf_static/fix/stats
...
gnrc_pktbuf_static: fix order of calling
8 years ago