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

7925 Commits

Author SHA1 Message Date
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
Oleg Hahm
0c14734a02 gnrc_ipv6: do not forward link-local packets 2015-08-21 23:46:43 +02:00
Oleg Hahm
8977cc1175 Merge pull request #3675 from authmillenon/gnrc_ipv6/fix/check-mtu
gnrc_ipv6: check link MTU before sending
2015-08-21 23:45:52 +02:00
Cenk Gündoğan
9d1b899e56 tests/unittests/tests-seq: unittests for Serial Number Arithmetic 2015-08-21 23:30:06 +02:00
Cenk Gündoğan
fce30a1d6c sys/seq: Serial Number Arithmetic 2015-08-21 23:30:04 +02:00
Cenk Gündoğan
04a8c159d1 Merge pull request #3674 from authmillenon/gnrc_sixlowpan/fix/max-datagram-size
gnrc_sixlowpan: don't send packets that exceed maximum datagram size
2015-08-21 23:08:53 +02:00
Martine Lenders
52c57be621 gnrc_sixlowpan: don't send packets that exceed maximum datagram size 2015-08-21 22:51:54 +02:00
Oleg Hahm
be95b870c8 make: use uart0 for shell on none-newlib platforms 2015-08-21 19:13:34 +02:00
Martine Lenders
e5b03dfddd netdev_eth: return payload length instead of frame length 2015-08-21 19:05:54 +02:00
Martine Lenders
942d774a44 shell: ifconfig: add support for IPv6 MTU 2015-08-21 19:05:53 +02:00
Martine Lenders
d88ae14d90 gnrc_ipv6: check link MTU before sending 2015-08-21 19:05:53 +02:00
Martine Lenders
f1864fd2b6 gnrc_ipv6_netif: initialize MTU from device, if possible 2015-08-21 19:05:52 +02:00
Cenk Gündoğan
88c8d2f379 Makefile.buildtests: Fix output of info-objsize 2015-08-21 17:48:44 +02:00
Oleg Hahm
79ac710ee5 Merge pull request #3677 from cgundogan/pr/rpl/cleanup
rpl: minor cleanup
2015-08-21 14:59:36 +02:00
Cenk Gündoğan
5ee36c6ac4 rpl: minor code cleanup 2015-08-21 13:54:39 +02:00
Cenk Gündoğan
baa57a6fc9 rpl: parse DIO and options only from pref. parent 2015-08-21 13:17:07 +02:00
Martine Lenders
5b1fc10577 Merge pull request #3332 from kaspar030/gnrc_add_netconf_opt2str
gnrc: add netopt_t to string map
2015-08-21 12:15:07 +02:00
fa5046cd03 tests: unittests: add netopt module unit tests 2015-08-21 11:04:06 +02:00
d18cb7a9c3 sys: add netopt to string map function and netopt module 2015-08-21 11:03:56 +02:00
09c126b069 Merge pull request #3640 from OlegHahm/mutex_unlock-errors
core: missing restoreIRQ in mutex_unlock
2015-08-21 10:28:03 +02:00
René Kijewski
c0c2d8660f core: missing restoreIRQ in mutex_unlock
`mutex_unlock()` did not restore IRQsbefore yielding for the woken up
thread.
2015-08-21 09:16:54 +02:00
Oleg Hahm
155b91bd06 Merge pull request #3655 from OlegHahm/fib_multiple_instances
fib: allow for multiple instances of FIB
2015-08-20 16:39:13 +02:00
Oleg Hahm
1f7da4e436 Merge pull request #3659 from cgundogan/pr/rpl/dao_global_instance
rpl: omit dodag id in DAO(-ACK) for global instances
2015-08-20 15:54:51 +02:00
Oleg Hahm
4267212502 fib: allow for multiple instances of FIB 2015-08-20 15:47:27 +02:00
Oleg Hahm
bf00a19998 Merge pull request #3670 from cgundogan/pr/universal_address/docfix
universal_address: minor dox fixes
2015-08-20 14:48:56 +02:00
Cenk Gündoğan
5322205d34 universal_address: minor doc fixes 2015-08-20 13:59:43 +02:00
Cenk Gündoğan
04e7a7e509 Merge pull request #3671 from authmillenon/gnrc_sixlowpan_iphc/fix/ipv6_hdr_len
gnrc_sixlowpan_iphc: set correct length for IPv6 header
2015-08-20 13:55:14 +02:00
Peter Kietzmann
27113ee300 Merge pull request #3356 from latsku/feature_stm32f0_rtc
cpu/stm32f0: RTC implementation
2015-08-20 13:08:01 +02:00