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

7902 Commits

Author SHA1 Message Date
BytesGalore
b16b8a9609 Merge pull request #3718 from cgundogan/pr/rpl/make_funcs_global
rpl: make _root_dodag_init and _gnrc_rpl_send global functions
2015-08-26 22:25:23 +02:00
BytesGalore
ebd18f4903 Merge pull request #3678 from cgundogan/pr/rpl/parse_opt_from_pref_parent
rpl: parse DIO and options only for DIOs from pref. parent
2015-08-26 22:22:00 +02:00
Cenk Gündoğan
d57e603b9f rpl: make _root_dodag_init and _gnrc_rpl_send global 2015-08-26 22:09:58 +02:00
Martine Lenders
4cf8cbccae Merge pull request #3210 from kaspar030/add_netdev2
sys: add improved network device API
2015-08-26 17:43:10 +02:00
38a3b2ea7b sys: add improved network device API 2015-08-26 16:51:52 +02:00
Oleg Hahm
299ae78929 Merge pull request #3714 from OlegHahm/doc_crypto_group
doc: minor fixing for crypto module
2015-08-26 11:43:17 +02:00
Oleg Hahm
4a8e897c0e doc: minor fixing for crypto module
Moves the crypto module documentation to the right group and streamline the doxygen keywords.
2015-08-26 10:42:50 +02:00
aa0e990e3e Merge pull request #3681 from kaspar030/add_info-modules_make_target
make: add info-modules make target
2015-08-26 10:27:41 +02:00
Peter Kietzmann
53c5c9bb4e Merge pull request #3711 from DipSwitch/fix_example_udp
Fix the shell of example/gnrc_networking/
2015-08-26 09:55:21 +02:00
DipSwitch
ef3fe7e2c5 examples: Add local shell handlers for gnrc_networking 2015-08-26 09:05:22 +02:00
a670766943 make: add info-modules make target 2015-08-26 08:10:04 +02:00
5babcfc25a Merge pull request #3713 from kaspar030/fix_slip
tests: slip: fix auto_init_ng_netif -> auto_init_gnrc_netif
2015-08-26 07:41:52 +02:00
76502c7558 tests: slip: fix auto_init_ng_netif -> auto_init_gnrc_netif 2015-08-26 07:21:20 +02:00
Martine Lenders
293c5322de Merge pull request #3137 from authmillenon/slip/fix/some-fixes
gnrc_slip: Fixes
2015-08-25 22:19:37 +02:00
Emmanuel Baccelli
014939805e Merge pull request #3062 from alignan/pull/remote-port
New Zolertia Re-Mote platform (CC2538 + CC1120)
2015-08-25 21:18:13 +02:00
bd40b2c56b Merge pull request #3661 from authmillenon/auto_init/api/auto_init_gnrc_netif
sys: auto_init: rename auto_init_ng_netif to auto_init_gnrc_netif
2015-08-25 21:17:19 +02:00
Cenk Gündoğan
ed3a33982c Merge pull request #3690 from OlegHahm/shell_uart0_newlib_distinction
shell: uart0 newlib distinction (workaround)
2015-08-25 21:15:44 +02:00
Martine Lenders
8609678bcd ng_slip: port to ng_netapi_dispatch_receive() 2015-08-25 20:40:52 +02:00
Martine Lenders
b66ada2ae7 ng_slip: fix auto initialization 2015-08-25 20:40:52 +02:00
Martine Lenders
b47c4af50b ng_slip: fix some bugs 2015-08-25 20:40:51 +02:00
Oleg Hahm
9c6ab1007b applications: only use uart0 for none-newlib boards 2015-08-25 20:11:23 +02:00
6d1aab7126 Merge pull request #2926 from kaspar030/wtimer
sys: add new timer subsystem
2015-08-25 19:20:07 +02:00
Peter Kietzmann
7ce87862f8 Merge pull request #3609 from gebart/pr/tests-unblacklist-boards
tests: unblacklist some boards
2015-08-25 19:03:10 +02:00
Andreas "Paul" Pauli
8855f593e2 Merge pull request #3676 from authmillenon/doc/fix/net
doc: fix and update net and net_gnrc documentation
2015-08-25 18:48:01 +02:00
74ed0ff241 boards: nucleo-f334: add xtimer tuning values 2015-08-25 13:20:36 +02:00
301c6f49ae tests: add xtimer_sleep_until 2015-08-25 13:20:36 +02:00
57630b764e tests: add xtimer_reset 2015-08-25 13:20:36 +02:00
b21aca4fef tests: add xtimer_remove 2015-08-25 13:20:36 +02:00
a1dde926c4 tests: add xtimer_msg 2015-08-25 13:20:36 +02:00
c44c022ac4 examples: timers: add timer_periodic_wakeup example 2015-08-25 13:20:36 +02:00
808a8bc899 sys: xtimer: introduce new timer subsystem 2015-08-25 13:20:35 +02:00
02bc3ffb79 sys: timex: add "U" specifiers to constant definitions 2015-08-25 13:18:16 +02:00
Thomas Eichinger
82aff54a74 Merge pull request #3703 from DipSwitch/add_clock_selection_stm32l1
Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32L1 family
2015-08-25 12:22:46 +02:00
DipSwitch
148acc684b cpu: Add clock source selection based on CLOCK_HSE or CLOCK_HSI for STM32L1 family 2015-08-25 10:12:48 +02:00
Martine Lenders
882080460a Merge pull request #3660 from authmillenon/af/api/initial
af: initial import of global AF_ definition header
2015-08-25 09:14:44 +02:00
Peter Kietzmann
2596056b57 Merge pull request #3701 from DipSwitch/fix_stm32l1_cpuid
cpu: stm32l1 peripheral driver fix for cpuid
2015-08-25 01:45:28 +02:00
DipSwitch
04f49a1929 cpu: fix stm32l1 cpuid driver for cat 1/2 2015-08-24 21:46:36 +02:00
Thomas Eichinger
1a7b195384 Merge pull request #2381 from d00616/new_board_nrf6310
board: Add nrf6310 (nRF51)
2015-08-24 21:27:26 +02:00
Martine Lenders
ded2659dc8 Merge pull request #3698 from authmillenon/gnrc_ipv6/fix/fix-dependencies
gnrc_ipv6: make IPv6 dependencies optional
2015-08-24 14:39:06 +02:00
Martine Lenders
ac0e2f4371 net: remove redefinitions and their dependencies throughout the stack 2015-08-24 13:13:53 +02:00
Martine Lenders
ecb2bb5c2b af: initial import of global AF_ definition header 2015-08-24 13:13:52 +02:00
Martine Lenders
4cc2742a1a gnrc_ipv6: make IPv6 dependencies optional 2015-08-24 00:45:07 +02:00
Martine Lenders
85180ca2c9 Merge pull request #3694 from cgundogan/pr/rpl/ng_to_gnrc
rename NG_ to GNRC_
2015-08-23 19:40:36 +02:00
Cenk Gündoğan
b604c99155 rpl: rename defines from NG_ to GNRC_ 2015-08-23 18:29:16 +02:00
Frank Holtz
ee952f79fe boards: added nrf6310 support. (NRF51 MCU) 2015-08-23 17:00:01 +02:00
Martine Lenders
4f68b81361 doc: expand nettype doc + simplify @brief 2015-08-22 14:27:00 +02:00
Martine Lenders
2cbeab4521 doc: fix and update net and net_gnrc documentation 2015-08-22 14:27:00 +02:00
René Kijewski
07f24ffb38 Merge pull request #3684 from cgundogan/pr/make/info_objsize_output
Makefile.buildtests: Fix output of info-objsize
2015-08-22 00:54:42 +02:00
Martine Lenders
a3dfd908f5 Merge pull request #3685 from OlegHahm/dont_forward_ll
gnrc_ipv6: do not forward link-local packets
2015-08-22 00:02:08 +02:00
Martine Lenders
c1e24d449e Merge pull request #3584 from cgundogan/pr/seqno
sys: Serial Number Arithmetic (RFC1982)
2015-08-21 23:55:08 +02:00