Oleg Hahm
a24b0f2b79
6lowpan: IPv6 next hop shouldn't supersede 6lo
...
If 6LoWPAN next hop determination and address resolution succeeds, it should not be superseded by IPv6 ND.
2015-09-22 16:12:00 +02:00
Hauke Petersen
1f02e7c86a
Merge pull request #3856 from haukepetersen/opt_l1_timer
...
cpu/stm32l1: optimized and fixed timer driver
2015-09-22 14:45:00 +02:00
Hauke Petersen
712a096de3
boards/nucleo-l1: added xtimer configuration
2015-09-22 14:06:39 +02:00
Hauke Petersen
f93b58989d
Merge pull request #3837 from kaspar030/fix_msp430_context_switching
...
cpu: msp430-common: fix context save/restore
2015-09-22 12:45:12 +02:00
Hauke Petersen
92ee5d9562
boards/limifrog-v1: adjusted timer configuration
2015-09-22 12:30:41 +02:00
Hauke Petersen
c7d089d231
boards/nucleo-l1: adjusted timer configuration
2015-09-22 12:30:41 +02:00
Hauke Petersen
d7cf9b3912
cpu/stm32l1: optimized and fixed timer driver
2015-09-22 12:30:41 +02:00
Martine Lenders
d629e999b9
Merge pull request #3914 from OlegHahm/kw2xrf_short_addr
...
kw2xrf: short address getter and iid option
2015-09-22 11:59:44 +02:00
Oleg Hahm
a0957b11d6
Merge pull request #3926 from OlegHahm/some-scan-build-warnings
...
clean up: Some scan build warnings
2015-09-22 11:43:20 +02:00
Oleg Hahm
0a54f57043
kw2xrf: short address getter and iid option
2015-09-22 11:41:05 +02:00
Martine Lenders
3448569eb8
Merge pull request #3916 from OlegHahm/6lowpan_rtr_adv_mc_timer
...
6lowpan nc: rtr sol timer expects an interface
2015-09-22 11:28:44 +02:00
René Kijewski
d2afdf5079
crypto: memcpy()
in overlapping data in ccm
...
`memcpy()` must not be used if the input and output ranges overlap,
because it is undefined if the data if copied from front to the end or
vice versa.
Found via valgrind.
2015-09-22 11:01:56 +02:00
René Kijewski
7af7d37531
base64: remove unused calculation in base64_encode
...
Found via scan-build.
2015-09-22 11:01:56 +02:00
René Kijewski
05eb6e73d9
bloom: fix calloc invocation
...
Fix array member type (`char` vs `uint8_t`).
Found via scan-build.
2015-09-22 11:01:55 +02:00
Oleg Hahm
f0e2f50713
6lowpan nc: rtr sol timer expects an interface
2015-09-22 10:53:08 +02:00
483b59554a
cpu: msp430fxyz: fix usart ISR
2015-09-22 10:43:27 +02:00
c122571801
cpu: msp430-common: fix context save/restore
...
Previously, __restore_context was meddling with the to-be-restored
context SR on the stack, not correctly restoring GIE.
Now, we let the CPU restore the correct status register as saved in
__save_context.
Contains some simplification of the context save/restore logic.
2015-09-22 10:43:27 +02:00
Martine Lenders
00a0c90269
Merge pull request #3919 from authmillenon/examples/fix/gnrc-networking-output
...
examples/gnrc_networking: address output according to RFC 3986 and 5952
2015-09-22 06:38:38 +02:00
Oleg Hahm
c006381fd8
Merge pull request #3917 from OlegHahm/6lbr_rtr_sol_adv_fixes
...
6lowpan: some border router fixes
2015-09-21 23:55:55 +02:00
Oleg Hahm
f3f4d61f93
sixlowpan nd: 6LBR shouldn't send rtr sol over 6lo
2015-09-21 23:21:22 +02:00
Oleg Hahm
38b384c713
6lowpan: 6LBR should sent only one rtr adv
...
On a 6lo interface the border router should only send one router advertisement with its new address as source address.
2015-09-21 23:21:22 +02:00
Martine Lenders
fda6155071
Merge pull request #3615 from authmillenon/conn/feat/initial
...
conn: Initial import of a light-weight network application API
2015-09-21 20:47:08 +02:00
Martine Lenders
ea3d4310d0
examples/gnrc_networking: address output according to RFC 3986 and 5952
2015-09-21 20:43:07 +02:00
Martine Lenders
77e778cd1b
Merge pull request #3906 from authmillenon/gnrc_networking/enh/arduino-mega2560
...
examples: unblacklist boards in gnrc_networking
2015-09-21 20:17:06 +02:00
Martine Lenders
39f8a41066
tests: add test application for gnrc_conn_ip
2015-09-21 20:09:08 +02:00
Martine Lenders
ef9acf6aee
gnrc: add GNRC-specific conn implementation
2015-09-21 16:56:27 +02:00
Martine Lenders
b87a3eab89
conn: Initial import of a light-weight network application API
2015-09-21 16:56:27 +02:00
Oleg Hahm
4b6626f8b2
Merge pull request #3902 from OlegHahm/xtimer_initialize_variables
...
xtimer: initialize struct members
2015-09-21 11:35:18 +02:00
Martine Lenders
172d12419f
Merge pull request #3910 from OlegHahm/6lowpan_nd_ar_opt_handle
...
6lowpan nd: check right NCE in AR handling
2015-09-21 09:49:23 +02:00
Oleg Hahm
682bde25d9
6lowpan nd: check right NCE in AR handling
...
When checking the address registration option, the address has to be passed in order to check the correct neighbor cache entry.
2015-09-21 09:25:12 +02:00
Joakim Nohlgård
808b1abdd0
Merge pull request #3623 from gebart/pr/kinetis-timer-stop-fix
...
cpu/kinetis_common: periph/timer, read PIT value before stopping
2015-09-21 08:21:34 +02:00
Martine Lenders
35b1a30b78
Merge pull request #3907 from OlegHahm/6lbr_rtr_adv_fixes
...
6lbr: initialize router advertisement intervals
2015-09-20 23:12:43 +02:00
Martine Lenders
1ba5cb8157
examples: unblacklist boards in gnrc_networking
2015-09-20 22:24:21 +02:00
Martine Lenders
c842d4f6d5
Merge pull request #3905 from OlegHahm/avr_panic_arch
...
atmega: added panic function
2015-09-20 22:20:07 +02:00
Oleg Hahm
04bda78e7f
examples: removed superfluous blacklisting
...
ATmega now has a panic function, no need for blacklisting any more.
2015-09-20 21:47:15 +02:00
Oleg Hahm
d89ac480eb
atmega: added panic function
2015-09-20 21:44:26 +02:00
Oleg Hahm
effe7bbde0
6lowpan: 6LBR need to initialize rtr adv interval
2015-09-20 21:42:20 +02:00
Oleg Hahm
1a0a1d6fb9
ndp: assert that rtr adv interval is never 0
2015-09-20 21:42:20 +02:00
Martine Lenders
8a554abfa6
Merge pull request #3904 from authmillenon/gnrc_sixlowpan_nd_router/fix/version-casting
...
gnrc_sixlowpan_nd_router: cast before shifting
2015-09-20 20:53:53 +02:00
Martine Lenders
7f1db3b2d0
Merge pull request #3903 from gebart/pr/gebart-nohlgard-name
...
all: Update @gebart family name, email
2015-09-20 20:53:35 +02:00
Martine Lenders
c1310d5500
Merge pull request #3889 from OlegHahm/6lowpan_nd_rtr_adv
...
6lowpan nd: send router advertisements on 6LR
2015-09-20 20:51:47 +02:00
Martine Lenders
afc801d43e
Merge pull request #3886 from authmillenon/examples/feat/border_router
...
examples: provide example application for a 6LoWPAN border router
2015-09-20 20:51:23 +02:00
Oleg Hahm
6f2d90a95c
6lowpan nd: send rtr adv on new address
2015-09-20 18:16:28 +02:00
Oleg Hahm
9641f8c39c
6lowpan nd: send rtr adv after receiving a rtr adv
...
A router should turn into a router after receiving a valid router advertisement.
2015-09-20 18:15:27 +02:00
Oleg Hahm
474c6d63c8
gnrc_border_router: added a first draft for a README
2015-09-20 16:08:28 +02:00
Martine Lenders
f6be1cee25
examples: provide example application for a 6LoWPAN border router
2015-09-20 16:08:28 +02:00
Martine Lenders
f3b9e5fa8e
gnrc_sixlowpan_nd_router: cast before shifting
...
`avr-gcc` was complaining about shifting the value out of the width of
type. This is a fix for that.
2015-09-20 16:04:30 +02:00
Joakim Nohlgård
98c465008b
all: Update @gebart family name, email
2015-09-20 13:47:39 +02:00
Oleg Hahm
806bc209ef
Merge pull request #3764 from OlegHahm/debugf_develhelp
...
core: replace and remove DEBUGF macro and replace __FILE__ by RIOT_FILE_RELATIVE
2015-09-20 12:04:48 +02:00
Oleg Hahm
38148c2d48
xtimer: initialize struct members
...
The xtimer_t struct members target and long_target are used in _is_set() function in xtimer_remove(), but will be uninitialized.
2015-09-20 02:00:55 +02:00