1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

8714 Commits

Author SHA1 Message Date
Oleg Hahm
cd56b14fd0 Merge pull request #4056 from OlegHahm/backport_release_notes
2015.09: added release notes
2015-10-05 22:22:57 +02:00
Oleg Hahm
36e55c8440 2015.09: added release notes 2015-10-05 22:18:26 +02:00
Philipp Rosenkranz
1c68c8f149 Merge pull request #4041 from phiros/add_strider_yml_config
add .strider.yml config
2015-10-05 01:23:57 +02:00
Philipp Rosenkranz
9088d0f386 add .strider.yml config 2015-10-05 00:44:19 +02:00
Oleg Hahm
76e512621d Merge pull request #4043 from LudwigOrtmann/pr/native-gpp520
native: dynamically load malloc
2015-10-04 22:54:22 +02:00
Ludwig Knüpfer
dd3229aa62 native: dynamically load malloc
g++ 5.2.0 apparently requires malloc before startup is run.
2015-10-04 18:13:12 +02:00
Martine Lenders
3a77e96304 Merge pull request #4036 from OlegHahm/test_msg_send_receive_master
tests: fixes for msg_send_receive
2015-10-03 05:52:00 +02:00
Oleg Hahm
c3f7925c1c tests: msg_send_receive: add a delay
Otherwise the pre-condition (receiver is already in RX block) is not met.
2015-10-03 03:48:58 +02:00
Oleg Hahm
de74a64e8a tests: msg_send_receive: use correct stack sizes 2015-10-03 03:48:51 +02:00
Oleg Hahm
9be2ea4285 Merge pull request #4028 from authmillenon/ifconfig/enh/6lo-ro
shell: ifconfig: fixes
2015-10-03 01:12:25 +02:00
Martine Lenders
f0dccce7e8 Merge pull request #4031 from OlegHahm/shell_ping_duplicate_dropping2
shell ping: improved duplicate dropping
2015-10-03 00:59:52 +02:00
Oleg Hahm
43c0d6129e shell ping: drop & consume duplicates immediately 2015-10-02 22:33:38 +02:00
Oleg Hahm
c92d35e1de shell: ping: set timeout to 1 second 2015-10-02 22:33:30 +02:00
Thomas Eichinger
fcdcfa10e8 Merge pull request #4023 from ks156/typo
cpu/lpc11u34: Fixed typo
2015-10-02 16:54:20 +02:00
Martine Lenders
1824f2d91a shell: ifconfig: remove unused variable 2015-10-02 16:45:21 +02:00
Martine Lenders
ef9a9b0e4f shell: ifconfig: make 6lo flag read-only 2015-10-02 16:43:03 +02:00
Oleg Hahm
df9457bd02 Merge pull request #4022 from OlegHahm/pktbuf_fixes
pktbuf: release correct snip in error case
2015-10-02 14:58:59 +02:00
Paul Rathgeb
53b6df3751 cpu/lpc11u34: Fixed typo 2015-10-02 14:56:52 +02:00
Peter Kietzmann
10bddd5ca6 Merge pull request #3755 from daniel-k/pr/at30tse75x
drivers/at30tse75x: add device driver for AT30TSE75x temperature sensor
2015-10-02 14:55:04 +02:00
daniel-k
396b76c039 drivers/at30tse75x: add device driver for AT30TSE75x temperature sensor 2015-10-02 13:34:21 +02:00
Oleg Hahm
f2e78453af gnrc IPv6: release correct pktsnip 2015-10-02 12:11:57 +02:00
Oleg Hahm
c309e43b73 gnrc pktbuf: satisfying my parentheses obsession 2015-10-02 12:10:43 +02:00
Thomas Eichinger
e1f6519f44 Merge pull request #4011 from ks156/master
board: cpu: Added new CPU defintiion for NXP LPC11U34 and board WeIO
2015-10-02 11:18:33 +02:00
Peter Kietzmann
72919af2d2 Merge pull request #4018 from smlng/fix_kw2xrf
Fix send for kw2xrf
2015-10-02 10:45:29 +02:00
smlng
3ed71ae2c6 drivers/kw2x: fix packet address setting
- fix dst address reversed in packet header
 - code and docu cleanup
 - based on at86rf2xx
2015-10-02 10:11:16 +02:00
Paul Rathgeb
cefe2a6698 make: Blacklisted the board 'weio' for some test due to insufficient
RAM/ROM
      Blacklisted LPC11Uxx.h for doxygen
2015-10-01 20:11:48 +02:00
Paul Rathgeb
c1a3c729ff board/weio : Added a new board definition for WeIO (www.we-io.net)
This board use a NXP LPC11U34
2015-10-01 20:11:26 +02:00
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
2015-10-01 20:11:00 +02:00
Cenk Gündoğan
5773356c38 Merge pull request #4016 from OlegHahm/ubjson_init_variable
ubjson: initialize variable
2015-10-01 18:43:07 +02:00
Oleg Hahm
e628fede2a ubjson: initialize variable
To get rid of a compiler warning.
2015-10-01 18:10:08 +02:00
Oleg Hahm
9b05f4e5c9 Merge pull request #4006 from OlegHahm/gnrc_netapi_nonblocking
gnrc netapi: switch to non-blocking IPC calls
2015-10-01 15:13:03 +02:00
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.
2015-10-01 12:48:12 +02:00
5b0dc7641f Merge pull request #4004 from sgso/used_attribute_for_lto
cpu/cortexm_common: add used attributes for LTO
2015-10-01 11:18:46 +02:00
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
2015-10-01 09:35:07 +02:00
Oleg Hahm
890d10181b Merge pull request #3768 from thomaseichinger/pr/osx_unitest_fixes
unittests: native: fixes for OS X
2015-10-01 08:47:25 +02:00
Oleg Hahm
5376dfdca7 Merge pull request #4005 from OlegHahm/shell_ping_multicast_fixes
shell: fix multicast pings
2015-09-30 23:55:44 +02:00
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.
2015-09-30 23:21:29 +02:00
Oleg Hahm
e3045e8afe shell: drop duplicate ICMPv6 echo responses 2015-09-30 23:21:29 +02:00
Cenk Gündoğan
0b7c7fbbb6 Merge pull request #3884 from cgundogan/pr/sniffer/socketify
sniffer: extend script to support sockets
2015-09-30 18:33:12 +02:00
Cenk Gündoğan
39da27915e rpl: use GNRC_IPV6_FIB_TABLE_SIZE to query for fib entries 2015-09-30 18:21:14 +02:00
Peter Kietzmann
4e05254eb7 Merge pull request #3893 from haukepetersen/opt_f1_baudcalc
cpu/stm32f1: optimized baudrate calculation
2015-09-30 17:20:08 +02:00
Oleg Hahm
dbfe1c03cd Merge pull request #3991 from authmillenon/gnrc_netapi/fix/recover_msg
gnrc_netapi: recover from message send errors
2015-09-30 17:08:13 +02:00
Cenk Gündoğan
46d7571710 sniffer/README: describe usage of the socket connection type 2015-09-30 16:32:23 +02:00
Cenk Gündoğan
be579171d1 sniffer/sniffer.py: enable sniffing for sockets 2015-09-30 16:32:23 +02:00
Sebastian Sontberg
bc1e6c815e cpu/cortexm_common: add used attributes for LTO 2015-09-30 15:56:38 +02:00
Thomas Eichinger
99720b4eec unittest/fib: fix printf formating for OS X 2015-09-30 15:41:59 +02:00
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.
2015-09-30 15:29:32 +02:00
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]
2015-09-30 15:29:32 +02:00
Peter Kietzmann
be8f63769c Merge pull request #3879 from sgso/fix_spi_slave_return_codes
cpu: let spi_init_slave() stubs return error codes
2015-09-30 14:07:54 +02:00
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
2015-09-30 12:40:08 +02:00