Martine Lenders
|
74722888f6
|
gnrc_netif_hdr: un-inline build function
|
2015-11-27 13:19:50 +01:00 |
|
test
|
5bb6df9c6d
|
doc: ndp: remove GNRC_ from PIO flags
|
2015-11-26 23:40:30 +01:00 |
|
René Kijewski
|
ab3345ac5a
|
Merge pull request #4321 from kaspar030/cleanup_posix
sys: cleanup posix compat code
|
2015-11-26 20:39:30 +01:00 |
|
Martine Lenders
|
7af2a62b12
|
Merge pull request #4110 from authmillenon/posix/api/i4109
posix_semaphore: make API POSIX compliant and port to xtimer (+ fixes)
|
2015-11-24 15:04:44 +01:00 |
|
Martine Lenders
|
d104cff214
|
sema: port to xtimer
|
2015-11-24 10:46:06 +01:00 |
|
|
fab1681735
|
sys: div: add div/mod 44488 (needed for minstd prng)
|
2015-11-24 06:52:39 +01:00 |
|
test
|
1f2c674026
|
rpl: reuse timer for periodic daos
|
2015-11-20 10:06:07 +01:00 |
|
|
41ece232fa
|
sys: remove obsolete posix_io code
|
2015-11-20 00:43:57 +01:00 |
|
Hauke Petersen
|
421e69030a
|
Merge pull request #4315 from haukepetersen/doc_periph_fixes
doc: various fixes related to 'periph'
|
2015-11-19 22:59:26 +01:00 |
|
BytesGalore
|
6292b165b8
|
Merge pull request #4297 from cgundogan/pr/rpl/cleanup_refactor
rpl: reuse _lt_timer for cleanup
|
2015-11-19 21:01:03 +01:00 |
|
Hauke Petersen
|
95086da431
|
doc/drivers/sys: fixed all refs to drivers_periph_xx
|
2015-11-19 16:09:25 +01:00 |
|
|
127495b1b2
|
Merge pull request #4311 from kaspar030/remove_div_u32_by_10
sys: div: remove div_u32_by_10() (and _mod_10())
|
2015-11-19 15:35:29 +01:00 |
|
|
e98237a26f
|
sys: div: remove div_u32_by_10()
|
2015-11-19 13:29:10 +01:00 |
|
test
|
bbe1b6f125
|
rpl: reuse xtimer for cleanup
|
2015-11-17 19:00:18 +01:00 |
|
Oleg Hahm
|
e4244a29ff
|
fib: make FIB size dependent on existence of RPL
Also, enables to configure the FIB size from the applicatin
|
2015-11-17 16:48:04 +01:00 |
|
Oleg Hahm
|
46dc908fcb
|
gnrc 6lowpan: exclude CTX if not part of the app
This removes dependencies to 6LoWPAN context module if an application is built without support for it.
Also, includes a missing header.
|
2015-11-17 12:04:11 +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 |
|
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
|
ce6b6b84fc
|
rpl: decrease default numbers
|
2015-11-09 14:56:51 +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
|
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 |
|
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 |
|
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 |
|
BytesGalore
|
24c48181b9
|
net/fib: changed the fib_table_t doxy to be a bit more informative
|
2015-11-02 11:21:32 +01:00 |
|
BytesGalore
|
6c49ec27e0
|
net/fib: use UNIVERSAL_ADDRESS_SIZE instead of substitute
|
2015-11-02 08:32:04 +01:00 |
|
Cenk Gündoğan
|
26e67b86b5
|
Merge pull request #4161 from kaspar030/add_fmt
sys: fmt: initial commit of simple string formatting library
|
2015-10-30 18:51:29 +01:00 |
|
Joakim Nohlgård
|
7635d3e94d
|
netopt: Add support for IEEE 802.15.4 channel page option
|
2015-10-30 09:59:53 +01:00 |
|
|
1293e7a8b9
|
sys: fmt: initial commit of simple string formatting library
|
2015-10-29 19:18:24 +01:00 |
|
Cenk Gündoğan
|
206e027725
|
Merge pull request #3647 from BytesGalore/fib_source_routing
fib: initial source route support
|
2015-10-29 12:08:47 +01:00 |
|
Joakim Nohlgård
|
8b378d660f
|
Merge pull request #4181 from gebart/pr/xtimer-small-cleanups
xtimer: small cleanups
|
2015-10-29 07:24:15 +01:00 |
|
Cenk Gündoğan
|
023c0984b3
|
sixlowpan: switch ltimer to be an xtimer
|
2015-10-28 21:03:09 +01:00 |
|
Martine Lenders
|
23f8fecc04
|
Merge pull request #4157 from cgundogan/pr/nc/xtimer_nbr_sol_timer
nc: use xtimer for gnrc_ipv6_nc_t::nbr_sol_timer
|
2015-10-28 17:51:48 +01:00 |
|
Martine Lenders
|
5cef6bcc0a
|
sema: apply rename to function and type names
|
2015-10-28 17:16:22 +01:00 |
|
Martine Lenders
|
ee4f79482a
|
sem: rename to sema
To prevent name colisions with POSIX semaphores
|
2015-10-28 17:16:22 +01:00 |
|
Cenk Gündoğan
|
4297972054
|
nc: use xtimer for gnrc_ipv6_nc_t::nbr_sol_timer
|
2015-10-28 15:24:45 +01:00 |
|
Joakim Nohlgård
|
d1b4e7a70b
|
xtimer: Rename _xtimer_now() -> _lltimer_now()
This matches _lltimer_set() and _lltimer_mask()
|
2015-10-28 13:54:54 +01:00 |
|
Joakim Nohlgård
|
d432bb42b0
|
xtimer: rename _mask -> _lltimer_mask
|
2015-10-28 13:52:25 +01:00 |
|
Joakim Nohlgård
|
07f95cfdfa
|
xtimer: xtimer_spin_until(): value -> target
|
2015-10-28 13:51:23 +01:00 |
|
Joakim Nohlgård
|
e93840e68b
|
xtimer: Use USEC_IN_NS for nanosleep
|
2015-10-28 13:51:23 +01:00 |
|
Joakim Nohlgård
|
0fafe6c1a1
|
xtimer: small cleanups
|
2015-10-28 13:51:23 +01:00 |
|
Cenk Gündoğan
|
a979d0c72c
|
netif: use xtimer for gnrc_ipv6_netif_t::rtr_adv_timer
|
2015-10-27 20:51:34 +01:00 |
|
Cenk Gündoğan
|
7490dc21a0
|
Merge pull request #4172 from cgundogan/pr/ndp/use_correct_timer
nc: ndp: add/use gnrc_ipv6_nc_t::rtr_adv_timer in gnrc_ndp_rtr_sol_handle
|
2015-10-27 20:43:30 +01:00 |
|
BytesGalore
|
6c57582107
|
fib: initial source route support
|
2015-10-27 20:20:18 +01:00 |
|
Cenk Gündoğan
|
c175273f96
|
Merge pull request #3693 from OlegHahm/remove_superfluous_icmpv6_hdr_build_functions
icmpv6: remove superfluous header build functions
|
2015-10-27 20:06:02 +01:00 |
|
Martine Lenders
|
7b6de128f7
|
Merge pull request #4149 from cgundogan/pr/ipv6/init_suffix
ipv6: initialize iid
|
2015-10-27 20:01:05 +01:00 |
|