Oleg Hahm
287aa4cdbf
Merge pull request #2992 from gebart/pr/pwm-return-value
...
periph_pwm: Return actual frequency (like the docs say)
2015-05-17 13:06:08 +02:00
Oleg Hahm
c131911acc
Merge pull request #3010 from jremmert-phytec-iot/pba-d-01-kw2x_travis
...
boards/pba-d-01-kw2x: add board to m4 travis build group
2015-05-17 13:05:30 +02:00
Martine Lenders
4f1d7adfc6
Merge pull request #2910 from authmillenon/ng_ndp/feat/addr-res
...
ng_ndp: initial import of address resolution
2015-05-17 10:45:12 +02:00
Martine Lenders
db33a1047e
shell: add examplery ng_ipv6_nc_still_reachable()
2015-05-17 09:15:03 +02:00
Martine Lenders
ee11a2ae56
ng_ndp: initial import of the address resolution
2015-05-17 09:15:03 +02:00
Martine Lenders
c35a869a90
Merge pull request #3002 from authmillenon/ng_icmpv6_echo/fix/set-id
...
ng_icmpv6_echo: fix setting of ID field
2015-05-17 02:47:17 +02:00
Jonas
4b8613b944
add pba-d-01-kw2x board to m4-group
2015-05-17 00:43:58 +02:00
Martine Lenders
ad001abbe7
Merge pull request #2909 from authmillenon/ipv6_netif/enh/opt
...
ipv6_netif: prepare for NDP
2015-05-16 21:50:49 +02:00
Martine Lenders
e496992061
Merge pull request #3000 from LudwigOrtmann/pr/isl29125-doc
...
drivers/isl29125: fix group description
2015-05-16 20:21:49 +02:00
Oleg Hahm
aec03a11ee
Merge pull request #2995 from jfischer-phytec-iot/fix@ip-rm-addr-of-op
...
sys/net/network_layer/sixlowpan/ip.c: remove unnecessary address-of-operator
2015-05-16 19:50:23 +02:00
Oleg Hahm
5ad4b1f915
Merge pull request #2996 from jfischer-phytec-iot/fix@icmp-prefix-l-param
...
sys/.../icmp.c: fix wrong ndp_add_prefix_info parameter
2015-05-16 19:50:07 +02:00
Oleg Hahm
7ad05e03ee
Merge pull request #3003 from Lotterleben/oonf_fix_pkg_url
...
oonf_api: update pkg url
2015-05-16 19:49:49 +02:00
Oleg Hahm
be707befbc
Merge pull request #2997 from jfischer-phytec-iot/fix@icmp-prefix-search
...
sys/.../icmp.c: fix prefix search
2015-05-16 19:42:39 +02:00
Martine Lenders
5f1d6f4f43
Merge pull request #2999 from jfischer-phytec-iot/fix@ip-get-best-src-addr
...
sys/.../ip.c: fix ipv6_net_if_get_best_src_addr
2015-05-16 19:30:05 +02:00
Martine Lenders
e032cda53d
Merge pull request #2998 from authmillenon/ng_icmpv6/fix/preset-csum-field
...
ng_icmpv6: pre-set checksum field to 0 for sending
2015-05-16 19:22:29 +02:00
Martine Lenders
d8285cd3d2
ng_icmpv6_echo: fix setting of ID field
2015-05-16 18:35:48 +02:00
Martine Lenders
9899153fb4
ipv6_netif: piggy-back fix for DEBUG messages
2015-05-16 15:04:56 +02:00
Martine Lenders
5fe7b9a8d3
tests: adapt unittests
2015-05-16 15:03:17 +02:00
Martine Lenders
5e9a4acd29
shell: adapt sc_netif
2015-05-16 15:03:17 +02:00
Martine Lenders
70d7fae538
ipv6_netif: prepare for NDP
2015-05-16 15:03:16 +02:00
Philipp Rosenkranz
856c951d40
Merge pull request #2867 from gebart/pr/drone-ci
...
drone: added Drone file
2015-05-16 14:35:30 +02:00
d59e01e1c8
Merge pull request #3001 from LudwigOrtmann/pr/hwtimer_compat_fcpu
...
sys/compat/hwtimer: fix unused fcpu warning
2015-05-16 14:31:19 +02:00
Ludwig Ortmann
6d0a8b222b
sys/compat/hwtimer: fix unused fcpu warning
2015-05-16 14:17:14 +02:00
Ludwig Ortmann
fe4391b179
drivers/isl29125: fix group description
2015-05-16 13:56:16 +02:00
Martine Lenders
87cf93668c
ng_icmpv6: pre-set checksum field to 0 for sending
2015-05-16 12:57:43 +02:00
Johann Fischer
7087bdcb50
sys/.../ip.c: fix ipv6_net_if_get_best_src_addr
...
This patch fixes ipv6_net_if_get_best_src_addr,
the function seems not to be finished.
The patch also adds a filter for the prefixes,
it is necessary because the prefixes are stored
in the same list as the addresses.
2015-05-16 12:33:30 +02:00
Johann Fischer
41cc10520d
sys/.../icmp.c: fix prefix search
...
Replace equal operator inside ndp_prefix_info_search by not equal.
Otherwise, the existing prefix can not be found.
2015-05-16 12:25:43 +02:00
Johann Fischer
b20a7b0a27
sys/.../icmp.c: fix wrong ndp_add_prefix_info parameter
...
Inside the function recv_rtr_adv, ndp_add_prefix_info was called
with the wrong parameter.
2015-05-16 11:35:28 +02:00
Johann Fischer
fd72aaa9ac
sys/net/network_layer/sixlowpan/ip.c: remove unnecessary address-of-operator
2015-05-16 11:06:46 +02:00
Joakim Gebart
43b9150460
stm32f4: pwm_init: return actual frequency
2015-05-16 10:17:02 +02:00
Joakim Gebart
018b6a73d4
stm32f3: pwm_init: return actual frequency
2015-05-16 10:17:02 +02:00
Joakim Gebart
8619bdec63
lpc2387: pwm_init: return actual frequency
2015-05-16 10:17:02 +02:00
Joakim Gebart
92a743560d
drivers/periph/pwm: Update return value doxygen to match long description
2015-05-16 10:00:03 +02:00
Joakim Gebart
616c272801
tests/periph_pwm: Handle pwm_init return value as actual frequency
2015-05-16 10:00:03 +02:00
Martine Lenders
2bc7c4ba5f
Merge pull request #2991 from cgundogan/ng_ipv6_netif_add_addr_to_entry_debug_fix
...
ng_ipv6/netif: fix debug in _add_addr_to_entry()
2015-05-16 09:15:09 +02:00
Cenk Gündoğan
cf86479e31
ng_ipv6/netif: fix debug in _add_addr_to_entry()
2015-05-16 08:31:57 +02:00
Ludwig Ortmann
a30be984ca
Merge pull request #2989 from authmillenon/ethertype/enh/add-unknown
...
ng_ethertype: add unknown ethertype
2015-05-15 23:34:46 +02:00
Martine Lenders
2f9054cb70
ng_nettype: adapt for new ethertype
2015-05-15 22:17:02 +02:00
Martine Lenders
02b31292df
ng_ethertype: add unknown ethertype
...
Wireshark uses `0x0000` to disect a protocol. This PR introduces
`NG_ETHERTYPE_UNKNOWN` == `0xffff` so we can use it experimentally
(since it is not disected by Wireshark).
2015-05-15 22:14:14 +02:00
Martine Lenders
66e6e7db02
Merge pull request #2987 from authmillenon/ipv6/fix/reachable
...
ng_ipv6: fix for API change in #2908
2015-05-15 21:13:29 +02:00
Martine Lenders
0df6729c35
ng_ipv6: fix for API change in #2908
2015-05-15 20:18:38 +02:00
Lotte Steenbrink
376953e2de
Merge pull request #2984 from Lotterleben/fib_fix_register_rrp
...
fib: rename register function in fib.c too
2015-05-15 16:16:52 +02:00
Martine Lenders
51be1104fc
Merge pull request #2979 from Lotterleben/ndp_nc_duplicate_fix
...
ipv6_nc: no more duplicates if empty entries are found before
2015-05-15 13:22:33 +02:00
Lotte Steenbrink
c9fa18e54c
oonf_api: update pkg url
2015-05-15 02:13:03 -07:00
Johann Fischer
1d46291d49
Merge pull request #2059 from jfischer-phytec-iot/wip@mkw2xd
...
RIOT port for the MKW22D512 SiP and Phytec PBA-D-01 PhyWave Evaluations-Board
2015-05-15 10:01:56 +02:00
Joakim Gebart
538c4f18f4
Merge pull request #2981 from gebart/pr/mulle-gpio26
...
mulle: Add GPIO_26 on PTE4
2015-05-15 09:55:35 +02:00
Joakim Gebart
2a5462e047
Merge pull request #2950 from OlegHahm/panic_ps
...
core: print thread table at crash
2015-05-15 09:54:54 +02:00
Johann F
b0b5027bca
add support for phyWAVE-KW2x Board, pba-d-01-kw2x
...
- default cpu model is kw21d256
2015-05-15 08:05:43 +02:00
Johann F
1d60d9870d
add support for Freescale MKW2x family devices
2015-05-15 08:05:43 +02:00
Lotte Steenbrink
e4dfd06c6d
fib: rename register function in fib.c too
2015-05-14 18:51:56 -07:00