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

10897 Commits

Author SHA1 Message Date
Oleg Hahm
021e94ee6a netdev2: introduce linklayer netstats 2016-03-29 22:34:09 +02:00
Oleg Hahm
47e7d31841 make: add netstats pseudomodules 2016-03-29 22:30:00 +02:00
Oleg Hahm
a8f2d2df67 netstats: netapi_get and shell command 2016-03-29 22:29:58 +02:00
Martine Lenders
6aacfa8a42 Merge pull request #5176 from OlegHahm/netstats_only
net: introduce netstats
2016-03-26 11:29:52 +01:00
Oleg Hahm
8f47dcbbf8 Merge pull request #4719 from immesys/feature-samr21e
Add linker file for Atmel SAMR21E18A
2016-03-25 22:12:28 +01:00
Oleg Hahm
d6498162f2 netdev2: introduce netstats 2016-03-25 21:43:16 +01:00
Martine Lenders
471d08f7d2 Merge pull request #5174 from kaspar030/pkg_do_proper_clean_for_git_repos
pkg: (git): move pkgdir to $BINDIRBASE/pkg/$BOARD/$PKG_NAME, do proper clean
2016-03-25 17:31:55 +01:00
Oleg Hahm
561b8a7751 Merge pull request #5177 from OlegHahm/minor_cleanup
netdev2: moved ethernet header into subdir
2016-03-25 17:11:04 +01:00
Oleg Hahm
26b3263f8a netdev2: moved ethernet header into subdir 2016-03-25 15:10:07 +01:00
Cenk Gündoğan
30217f8a7b Merge pull request #5040 from kYc0o/rid_of_vtimer
sys/compat/vtimer: get rid of
2016-03-25 14:35:35 +01:00
b3c5446209 pkg: tlsf: build in board directory 2016-03-25 14:28:04 +01:00
71e46a5ce6 make: add clean-pkg target (cleaning extracted & patched pkg sources) 2016-03-25 14:28:04 +01:00
bec43ac340 pkg: move pkgdir to $BINDIRBASE/pkg/$BOARD/$PKG_NAME, do proper clean 2016-03-25 14:28:04 +01:00
Oleg Hahm
9370e49375 Merge pull request #5142 from Yonezawa-T2/native_rename_enable_irq
native: fix build on OS X
2016-03-25 14:17:27 +01:00
Oleg Hahm
66c011d45d Merge pull request #5148 from OlegHahm/ccnl_update
pkg ccn-lite: update version
2016-03-24 18:55:41 +01:00
Oleg Hahm
82046155d9 example ccn-lite: minor Makefile cleanup 2016-03-24 18:48:08 +01:00
Oleg Hahm
b64f850ee8 example ccn-lite: updated and extended README 2016-03-24 18:48:08 +01:00
Oleg Hahm
37879d515f pkg ccn-lite: set CCNL_RIOT define in Makefile 2016-03-24 18:48:08 +01:00
Oleg Hahm
5db537fbab ccn-lite: add shell function to remove FIB entry 2016-03-24 18:48:08 +01:00
Oleg Hahm
08a15b3920 pkg ccn-lite: update documentation 2016-03-24 18:48:08 +01:00
Oleg Hahm
d3ddbf3223 shell: adapt ccnl commands to changed API
Also removes some code duplication
2016-03-24 18:48:08 +01:00
Oleg Hahm
279de8ebe6 pkg ccn-lite: added CCN-Lite FIB shell command 2016-03-24 18:48:08 +01:00
Oleg Hahm
587a435a71 pkg ccn-lite: adapt to updated CCN-Lite version 2016-03-24 18:48:08 +01:00
Oleg Hahm
8ef719b42c pkg ccn-lite: update ccn-lite version 2016-03-24 18:48:08 +01:00
Martine Lenders
9dcb5cc476 Merge pull request #5134 from OlegHahm/netif_default
make: introduce netdev_default pseudomodule
2016-03-24 18:23:49 +01:00
bd8d1dd28c Merge pull request #5154 from authmillenon/pkg/enh/allow-for-non-git-repos
pkg: clarify that current `download` target is only for git
2016-03-24 18:23:25 +01:00
Oleg Hahm
79a8ec488e Merge pull request #5157 from locicontrols/gpio_init
cpu/cc2538/periph/gpio: fix gpio_init() bugs in cfed0e3
2016-03-24 18:00:29 +01:00
kYc0o
f92b025b85 vtimer: get rid of 2016-03-24 17:10:54 +01:00
Oleg Hahm
10f5f1aa33 make: introduce netif_default pseudomodule
Additionally the dependencies for GNRC specific modules are centralized in Makefile.dep.
2016-03-24 16:47:30 +01:00
Cenk Gündoğan
c7a29918ca Merge pull request #5169 from cgundogan/pr/gnrc_netif/DELETE_ALL_INTERFACES
gnrc_ipv6_netif: remove existing interfaces on INIT
2016-03-24 16:34:54 +01:00
Cenk Gündoğan
37c2dc961c tests-ipv6_nc: init interfaces for all unittests 2016-03-24 16:13:21 +01:00
Cenk Gündoğan
8bc65a9626 gnrc_ipv6_netif: remove existing interfaces on INIT 2016-03-24 16:10:51 +01:00
Hauke Petersen
2510fe03f5 Merge pull request #4646 from authmillenon/at86rf2xx/api/netdev2
at86rf2xx: port to netdev2
2016-03-24 15:03:15 +01:00
Hauke Petersen
9854ca684b Merge pull request #5127 from malosek/msp430_spi_speed_fix
msp430 spi speed fix + USIC/USCI cleanup
2016-03-24 11:04:06 +01:00
Martine Lenders
1724ab50fc Merge pull request #4654 from Yonezawa-T2/fix_ipv6_ext
ipv6_ext: fixed extension header handling
2016-03-24 10:53:00 +01:00
Yonezawa-T2
b2d6f4aed3 tests: add a test application for gnrc_ipv6_ext 2016-03-24 18:20:28 +09:00
Yonezawa-T2
6443a2bb5c gnrc_pktbuf: Adds a function to duplicate packet chain 2016-03-24 18:20:28 +09:00
Cenk Gündoğan
2f9f99e57c Merge pull request #5165 from cgundogan/pr/travis/gdb
dist: travis: add gdb to travis
2016-03-24 10:13:23 +01:00
malo
f093d10409 msp430: spi/uart cleaned up USIC - USCI confusion
Signed-off-by: malo <malo@25cmsquare.io>
2016-03-24 09:42:59 +01:00
malo
1e00c2b4b7 msp430: spi: fixed setting of spi speed
Signed-off-by: malo <malo@25cmsquare.io>
2016-03-24 09:40:28 +01:00
Cenk Gündoğan
e127cc5680 dist: travis: add gdb to travis 2016-03-24 09:05:04 +01:00
Martine Lenders
8e360aa97f pkg: clarify that current download target is only for git 2016-03-24 00:57:14 +01:00
Michael Andersen
83f9cecc12 cpu/samd21: Change linker file to support E variant 2016-03-23 16:49:24 -07:00
Oleg Hahm
4ae8980a6e Merge pull request #5160 from kaspar030/native_make_term_through_gdb
native: compile with -g, "make term" runs through gdb
2016-03-24 00:20:40 +01:00
7a18922c09 dist: build_and_test.sh: run native unittests through gdb 2016-03-23 23:59:15 +01:00
2a69cf2af5 make: native: allow overriding of TERMPROG 2016-03-23 23:56:18 +01:00
Oleg Hahm
d702793b1b Merge pull request #4890 from A-Paul/doxygen_relpath
doc: provide include path list for doxyfile
2016-03-23 23:48:01 +01:00
Andreas Paul Pauli
bce61166ee doc: provide include path list for riot.doxyfile 2016-03-23 23:01:46 +01:00
Oleg Hahm
cf608df0ed Merge pull request #5159 from OlegHahm/full_include_path
net ipv6: use full include path
2016-03-23 22:50:52 +01:00
Oleg Hahm
826a089419 net ipv6: use full include path
Using an "absolute" instead of a relative include path, make the doxygen output less confusing.
2016-03-23 22:39:46 +01:00