Hauke Petersen
3967f48852
net/ng_pktdump: added printing of udp header
2015-06-05 09:47:53 +02:00
Hauke Petersen
70acc31675
net/ng_udp: added ng_udp_print_hdr() function
2015-06-05 09:47:52 +02:00
bapclenet
217815c48d
Merge pull request #3034 from haukepetersen/opt_samr21
...
cpu/samd21: added cpu clock configuration code
2015-06-05 09:35:58 +02:00
Martine Lenders
4c10558288
Merge pull request #3166 from haukepetersen/fix_eth_netdev_debug
...
net/eth_netdev: fixed debug hex_dump condition
2015-06-04 22:36:21 +02:00
Johann Fischer
02bebcd94d
Merge pull request #3146 from gebart/pr/kinetis-hwtimer-refactor
...
kinetis: hwtimer refactor
2015-06-04 17:21:59 +02:00
Hauke Petersen
853594df82
net/eth_netdev: fixed debug hex_dump condition
2015-06-04 16:00:56 +02:00
Joakim Gebart
65f088a246
kinetis: hwtimer refactor/rewrite
...
- Use hwtimer_set for hwtimer_set_absolute()
- Collect hwtimer statistics with #if ENABLE_STATS
- Assembler optimized functions for CNR handling
- Correct off-by-1 after counter reset
- Defer CMR update from hwtimer_unset until ISR fires
2015-06-04 14:25:29 +02:00
Hauke Petersen
f5ec1926e6
Merge pull request #3106 from gebart/pr/servo-updates
...
drivers/servo: Add test program, handle inexact frequencies
2015-06-04 12:08:06 +02:00
Hauke Petersen
d8532ea052
Merge pull request #3119 from gebart/pr/cortexm-clang
...
cortexm: Add support for building with LLVM/Clang
2015-06-04 12:03:14 +02:00
Hauke Petersen
164721657d
cpu/samd21: added cpu clock configuration
...
- choosable between PLL and internal 8MHz osciallator
- configurable to a wide range of frequencies
2015-06-04 11:58:26 +02:00
Hauke Petersen
acb06d8fe8
board/samr21-xpro: made cpu clock configurable
2015-06-04 11:58:26 +02:00
Martine Lenders
86984fd53a
Merge pull request #2952 from OlegHahm/iotlab_makefile_fix
...
iotlab: append experiment ID to serial_aggregator
2015-06-03 22:23:46 +02:00
Martine Lenders
5e7de0821b
Merge pull request #3096 from OlegHahm/ng_nativenet_netdev_auto_foobar
...
ng_nativenet: auto initialization and improvements
2015-06-03 17:53:18 +02:00
Oleg Hahm
c42a02ff3b
iotlab: some cosmetics
2015-06-03 17:44:09 +02:00
Oleg Hahm
4d9f965159
auto_init: initialize ng_netdev_eth
2015-06-03 13:00:35 +02:00
Martine Lenders
e7fde544af
Merge pull request #3145 from authmillenon/ng_ipv6_netif/fix/debug
...
ng_ipv6_netif: fix debug output
2015-06-03 12:56:19 +02:00
Martine Lenders
5923f3c389
Merge pull request #3152 from rajithr/patch-2
...
sixlowpan/ip: Fixing an out of bounds access issue reported by Coverity scan
2015-06-03 12:47:01 +02:00
rajithr
70fa494666
sixlowpan/ip: Fixing an out of bounds access issue reported by Coverity Scan
...
sixlowpan/ip: Fixing an out of bounds access issue reported by Coverity Scan
2015-06-03 10:29:43 +05:30
Martine Lenders
574d0d02bc
Merge pull request #3149 from haukepetersen/fix_at86_ackreq
...
drivers/ng_at86rf: disable ack req on bcast/mcast
2015-06-03 00:37:56 +02:00
Martine Lenders
39590e3a1d
Merge pull request #3144 from authmillenon/core/fix/include-threads
...
core: include missing thread.h to debug.h
2015-06-03 00:01:32 +02:00
Martine Lenders
401d8b182d
dist: ng_sniffer: read interface from device
2015-06-02 23:36:03 +02:00
haukepetersen
4a19e255d7
drivers/ng_at86rf: disable ack req on bcast/mcast
2015-06-02 23:07:03 +02:00
Martine Lenders
aa3452063d
Merge pull request #3089 from authmillenon/pktbuf/enh/debug-output
...
ng_pktbuf: add DEBUG output
2015-06-02 21:20:14 +02:00
Joakim Gebart
7a9f6f9796
Merge pull request #3140 from gebart/pr/kinetis-hwtimer-isr-off-by-1
...
kinetis: hwtimer fix off-by-1 in LPTMR ISR
2015-06-02 19:23:10 +02:00
Martine Lenders
c6af1b2c21
Merge pull request #3092 from authmillenon/ng_pktbuf/fix/some-fixes
...
ng_pktbuf: Some fixes
2015-06-02 18:32:57 +02:00
Martine Lenders
905aacd87f
core: include missing thread.h to debug.h
2015-06-02 18:01:16 +02:00
Martine Lenders
9bb46e97b0
ng_ipv6_netif: fix debug output
2015-06-02 17:58:41 +02:00
Martine Lenders
76f80939f5
ng_pktbuf: add DEBUG output
2015-06-02 17:33:41 +02:00
BytesGalore
9079e30da0
sys/net/fib: added function to request a set of destination addresses
2015-06-02 16:42:47 +02:00
Hauke Petersen
401adb8b58
Merge pull request #3018 from kaspar030/saml21_add_rtt
...
saml21: add periph rtt support
2015-06-02 16:21:23 +02:00
Hauke Petersen
0f96cbe758
Merge pull request #3142 from haukepetersen/fix_ng_sniffer
...
dist: some fixes to the ng_sniffer script
2015-06-02 16:11:19 +02:00
haukepetersen
61a99dc41b
dist: some fixes to the ng_sniffer script
...
- now working with the samr21 through removed uart flow control calls
- removed unused code
- move and added some comments
2015-06-02 15:56:32 +02:00
Martine Lenders
8498c93d04
Merge pull request #2844 from haukepetersen/ng_sniffer
...
dist: added ng_sniffer script
2015-06-02 15:11:27 +02:00
haukepetersen
aec8c070cb
dist: added ng_sniffer script
2015-06-02 14:44:28 +02:00
369a47aa35
Merge pull request #3099 from jfischer-phytec-iot/pr@kinetis-use-common-makefile
...
kinetis: adaption for common makefiles
2015-06-02 14:07:55 +02:00
Cenk Gündoğan
bdc12b05cd
Merge pull request #2783 from BytesGalore/fib_support_all_zero_addr
...
net/network_layer/fib: corrected handling of all 0 addresses
2015-06-02 11:50:41 +02:00
Lotte Steenbrink
69437fdfa0
Merge pull request #3102 from BytesGalore/fib_compat_old_network_stack
...
ip: added a define to enable a FIB compatibility mode replacing `get_next_hop()`
2015-06-02 11:28:31 +02:00
Joakim Gebart
06c41108c7
kinetis: hwtimer fix off-by-1 in LPTMR ISR
2015-06-02 11:21:49 +02:00
BytesGalore
13eada62d9
Merge pull request #3051 from gebart/pr/eclipse-symbols
...
dist: Add tool for generating Eclipse setting XML files
2015-06-02 07:24:28 +02:00
Joakim Gebart
baf568f7e8
Merge pull request #3136 from kaspar030/make_newlib__read_r_thread_safe
...
sys: newlib: make _read_r thread safe
2015-06-01 22:08:53 +02:00
Lotte Steenbrink
6274a2b982
get rid of warning: unused parameter 'crash_code'
2015-06-01 12:41:07 -07:00
Joakim Gebart
b54c9d21ee
dist: Add tool for generating Eclipse setting XML files
...
Usage: make eclipsesym (in application directory)
2015-06-01 17:53:44 +02:00
BytesGalore
b39afa8649
ip: added a define to enable a FIB compatibility mode replacing get_next_hop()
2015-06-01 17:31:45 +02:00
Joakim Gebart
d804969f35
Merge pull request #2515 from lightblu/master
...
sys/vtimer: Fix two vtimer issues (hwtimer tick conversion).
2015-06-01 15:40:06 +02:00
Joakim Gebart
f376bbc8f6
cortexm: Add support for building with LLVM/Clang
...
as an alternative to the default GCC toolchain.
export TOOLCHAIN=llvm
to build with Clang instead of GCC
2015-06-01 14:56:29 +02:00
5549d0493d
sys: newlib: remove _read_r() race
2015-06-01 14:27:13 +02:00
Joakim Gebart
4b1e1582af
Merge pull request #3111 from kaspar030/fix_newlib__read_r
...
sys: newlib: use double-lock scheme for uart ringbuffer
2015-06-01 14:26:06 +02:00
be50f8b9f9
sys: newlib: use double-lock scheme for uart ringbuffer
2015-06-01 12:13:36 +02:00
Joakim Gebart
fecc105063
Merge pull request #3133 from authmillenon/make/fix/info-files
...
make: fix info-files target
2015-06-01 10:55:29 +02:00
Martine Lenders
4878f8a821
make: fix info-files target
...
aed4be3
broke this command, since the regular expressions here register
the macros that were introduced there, too. With this patch the skipping
of apps in travis works properly again.
2015-06-01 09:42:32 +02:00