Cenk Gündoğan
|
b863fabfcf
|
tests: nrf24l01p: use xtimer in Makefile
|
2015-11-11 08:57:43 +01:00 |
|
Cenk Gündoğan
|
b46717aefb
|
Merge pull request #4248 from cgundogan/pr/gnrc_networking/vtimer_xtimer
examples: gnrc_networking: vtimer to xtimer
|
2015-11-11 08:24:22 +01:00 |
|
Hauke Petersen
|
86da628971
|
Merge pull request #4081 from daniel-k/pr/samd21_rtt_fix_irq_priority
samd21: don't change priority of interrupts, this is really evil
|
2015-11-10 13:05:10 +01:00 |
|
Cenk Gündoğan
|
58cb5a2738
|
examples: gnrc_networking: vtimer to xtimer
|
2015-11-10 12:42:45 +01:00 |
|
Cenk Gündoğan
|
a88f72d0da
|
Merge pull request #4245 from cgundogan/pr/gnrc_nettest/vtimer_xtimer
gnrc_nettest: use xtimer instead of vtimer
|
2015-11-10 12:21:48 +01:00 |
|
Martine Lenders
|
0c25fd63ec
|
Merge pull request #4244 from cgundogan/pr/zep/remove_vtimer_include
zep: remove superfluous vtimer include
|
2015-11-10 10:28:55 +01:00 |
|
Cenk Gündoğan
|
01225ca9d5
|
gnrc_nettest: use xtimer instead of vtimer
|
2015-11-10 08:34:36 +01:00 |
|
Cenk Gündoğan
|
677c1304b9
|
zep: remove superfluous vtimer include
|
2015-11-10 08:13:11 +01:00 |
|
Cenk Gündoğan
|
c2ae6a862b
|
Merge pull request #4242 from BytesGalore/rpl_parent_reorder
Reordered RPL parent struct to save bytes due to alignment
|
2015-11-09 21:47:33 +01:00 |
|
Cenk Gündoğan
|
f7166bbfd7
|
rpl: use uint32_t for the parent lifetime
|
2015-11-09 21:24:08 +01:00 |
|
BytesGalore
|
3153389e49
|
Merge pull request #4241 from cgundogan/pr/rpl/parent_lifetime_32
rpl: use uint32_t for the parent lifetime
|
2015-11-09 21:17:16 +01:00 |
|
BytesGalore
|
dab3840fbb
|
Merge pull request #4240 from cgundogan/pr/rpl/dao_time_32
rpl: uint32_t is sufficient for the DAO timer
|
2015-11-09 21:12:58 +01:00 |
|
Cenk Gündoğan
|
bf5e9b4351
|
rpl: use uint32_t for the parent lifetime
|
2015-11-09 20:28:31 +01:00 |
|
Cenk Gündoğan
|
b1f2f22898
|
rpl: uint32_t is sufficient for the DAO timer
|
2015-11-09 17:25:05 +01:00 |
|
Martine Lenders
|
fc831f0ec2
|
Merge pull request #4216 from cgundogan/pr/network_layer/remove_timex
net/gnrc/network_layer: remove timex_t
|
2015-11-09 16:27:24 +01:00 |
|
Cenk Gündoğan
|
4bcffbc2aa
|
Merge pull request #4210 from authmillenon/shell/enh/xtimerfy-sc-icmpv6
shell: xtimerfy sc_icmpv6
|
2015-11-09 16:20:34 +01:00 |
|
BytesGalore
|
e8b6b50ecb
|
Merge pull request #4239 from cgundogan/pr/rpl/only_one_dodag_default
rpl: decrease default numbers
|
2015-11-09 16:15:48 +01:00 |
|
Martine Lenders
|
33957f94fe
|
shell: xtimerfy sc_icmpv6
|
2015-11-09 15:39:44 +01:00 |
|
Cenk Gündoğan
|
ce6b6b84fc
|
rpl: decrease default numbers
|
2015-11-09 14:56:51 +01:00 |
|
Cenk Gündoğan
|
8321249323
|
make: ndp: remove timex dependency
|
2015-11-09 14:55:04 +01:00 |
|
Cenk Gündoğan
|
bf3a504691
|
nc: ndp: sixlowpan: remove timex.h include
|
2015-11-09 14:55:04 +01:00 |
|
Cenk Gündoğan
|
401e1b3814
|
sixlowpan: timex_t -> uint32_t
|
2015-11-09 14:55:04 +01:00 |
|
Cenk Gündoğan
|
34c3267bfe
|
ndp: timex_t -> uint32_t
|
2015-11-09 14:55:04 +01:00 |
|
Cenk Gündoğan
|
5aaea3879f
|
netif: ndp: gnrc_ipv6_netif_t::retrans_timer -> uint32_t
|
2015-11-09 14:55:04 +01:00 |
|
Cenk Gündoğan
|
b59fc825a3
|
netif: nc: ndp: gnrc_ipv6_netif_t::reach_time -> uint32_t
|
2015-11-09 14:55:01 +01:00 |
|
Cenk Gündoğan
|
47fe901187
|
ndp: timex -> uint32_t for probe delay time
|
2015-11-09 14:54:42 +01:00 |
|
Peter Kietzmann
|
745320dc41
|
Merge pull request #4232 from DipSwitch/fix_gpio_read
gpio: Pin direction readout of gpio_read was invalid
|
2015-11-09 13:18:13 +01:00 |
|
Oleg Hahm
|
4ef889f9ce
|
Merge pull request #4226 from DipSwitch/stm32f1_add_spi_12
cpu/stm32f1/spi: add SPI peripheral 1 and 2
|
2015-11-07 18:06:09 +09:00 |
|
DipSwitch
|
4186e38976
|
stm32f1/gpio: pin direction readout of gpio_read was invalid
|
2015-11-06 16:57:10 +01:00 |
|
Joakim Nohlgård
|
6378be104c
|
Merge pull request #4100 from authmillenon/tests/fix/i4095
unittests: initialize xtimer if present
|
2015-11-06 08:53:18 +01:00 |
|
Andreas "Paul" Pauli
|
bf63e09a65
|
Merge pull request #4137 from haukepetersen/opt_samr21_pwm
cpu/samd21: optimized pin config for PWM driver
|
2015-11-05 16:14:05 +01:00 |
|
DipSwitch
|
2e2ec37846
|
cpu/stm32f1/spi: add SPI peripheral 1 and 2
|
2015-11-04 13:40:20 +01:00 |
|
Martine Lenders
|
8fc736a58f
|
Merge pull request #4223 from OlegHahm/shell_netif_ipv6
shell netif: set correct MTU
|
2015-11-04 13:09:23 +01:00 |
|
Martine Lenders
|
53e7f17ea8
|
Merge pull request #4224 from OlegHahm/shell_netif_ipv6_hl
shell netif: support setting the IPv6 hop limit
|
2015-11-04 13:00:19 +01:00 |
|
Oleg Hahm
|
ee0f64bf36
|
shell netif: support setting the IPv6 hop limit
|
2015-11-04 18:16:40 +09:00 |
|
Oleg Hahm
|
67def10a80
|
shell netif: set correct MTU
|
2015-11-04 18:15:12 +09:00 |
|
Peter Kietzmann
|
d3558d26b2
|
Merge pull request #4218 from ReneHerthel/atmega2560_uart_fix
Bugfix for the UART device of atmega2560
|
2015-11-04 08:00:07 +01:00 |
|
René Herthel
|
13ae0ab979
|
atmega2560/cpu: Fixed wrong using of UART macros
|
2015-11-03 18:29:53 +01:00 |
|
|
77b58144f0
|
Merge pull request #4208 from haukepetersen/fix_ainit_encx24
sys/auto_init: fix stack size for encx24j600 stack
|
2015-11-03 01:38:34 +01:00 |
|
Hauke Petersen
|
9052a09831
|
sys/auto_init: fix stack size for encx24j600 stack
|
2015-11-02 23:45:16 +01:00 |
|
Hauke Petersen
|
3ab389b1fd
|
Merge pull request #4134 from gebart/pr/cortexm-hardfault-naked-fix
cpu/cortexm_common: only set naked attribute on DEVELHELP hardfault handler
|
2015-11-02 18:04:57 +01:00 |
|
Cenk Gündoğan
|
be7a34b1b8
|
Merge pull request #3157 from BytesGalore/fib_host_prefix_flags
net/fib: Added network prefix flag to indicate a network destination
|
2015-11-02 16:38:55 +01:00 |
|
Martine Lenders
|
7b059647c5
|
Merge pull request #4207 from jfischer-phytec-iot/fix@gnrc_conn_recvfrom
sys/net/gnrc/conn/gnrc_conn.c: release pkt in gnrc_conn_recvfrom
|
2015-11-02 16:22:50 +01:00 |
|
BytesGalore
|
523d1f87ca
|
net/fib: Added network prefix flag to indicate a network destination
|
2015-11-02 15:57:39 +01:00 |
|
Cenk Gündoğan
|
42c5666357
|
Merge pull request #4186 from cgundogan/pr/ipv6/last_vtimers
network_layer: remove last occurences of vtimer
|
2015-11-02 15:42:50 +01:00 |
|
Johann Fischer
|
8b456c9f4f
|
sys/net/gnrc/conn/gnrc_conn.c: release pkt in gnrc_conn_recvfrom
|
2015-11-02 15:19:27 +01:00 |
|
Cenk Gündoğan
|
5fb104160e
|
make: switch vtimer to xtimer for some modules
|
2015-11-02 15:02:08 +01:00 |
|
Cenk Gündoğan
|
47a02d9d07
|
ipv6: ndp: sixlowpan: remove vtimer includes
|
2015-11-02 15:02:08 +01:00 |
|
BytesGalore
|
f7ecbbca5c
|
Merge pull request #4202 from cgundogan/pr/rpl/dio_send_pktbuf_refactor
rpl: refactor send_dao to use pktbuf properly
|
2015-11-02 12:59:20 +01:00 |
|
Cenk Gündoğan
|
1c92c6d933
|
Merge pull request #4205 from BytesGalore/fib_clean_fibtable_doxy
net/fib: changed the `fib_table_t` doxy to be a bit more informative
|
2015-11-02 12:52:25 +01:00 |
|