Peter Kietzmann
666c04e7fe
Merge pull request #3396 from authmillenon/ng_ndp/fix/get-l2src
...
ng_ndp: fix _get_l2src
2015-07-15 00:06:36 +02:00
Oleg Hahm
a7f3a3d17f
Merge pull request #3161 from kaspar030/newlib_factor_out_uart_stdio
...
sys: factor stdio uart functions out of newlib's syscalls
2015-07-14 23:09:07 +02:00
Lotte Steenbrink
35d48901d8
add tests for the FIB inclusion in AODVv2
2015-07-14 12:32:17 -07:00
Lotte Steenbrink
51ac879fa2
add FIB to AODVv2
2015-07-14 12:32:17 -07:00
Oleg Hahm
30b2bf628e
Merge pull request #3406 from gebart/pr/at86rf212-channel
...
at86rf231: Set AT86RF231_MIN_CHANNEL to 0 to support AT86RF212B
2015-07-14 20:47:19 +02:00
Oleg Hahm
4684aea39e
Merge pull request #3370 from kaspar030/remove_native_ltc4150
...
native: remove ltc4150
2015-07-14 20:46:54 +02:00
Joakim Gebart
9292373720
at86rf231: Set AT86RF231_MIN_CHANNEL to 0 to support AT86RF212B
2015-07-14 20:23:14 +02:00
Joakim Gebart
9a0a5e8816
sys/net/network_layer/sixlowpan/ip.c: Allow unique local unicast addresses to be selected as the best source address
...
It makes no sense preferring ::1 over any unique local address when communicating with other nodes.
2015-07-14 19:31:21 +02:00
Andreas "Paul" Pauli
7c4e291f70
board/stm32f3discovery: corrected timer 3 clock value
2015-07-14 18:40:45 +02:00
Andreas "Paul" Pauli
be23c931b5
board/nucleo-f303: corrected timer 3 clock value
2015-07-14 18:40:06 +02:00
Hauke Petersen
696dff5da3
cpu/nrf51: fixedd cppcheck issue in spi.c
2015-07-14 18:22:03 +02:00
Hauke Petersen
c7d4ff7106
doxygen: adjusted exclude pattern for NRF51
2015-07-14 18:15:42 +02:00
haukepetersen
1cd18f92c9
cpu/nrf51: updated CPU headers
2015-07-14 18:15:42 +02:00
haukepetersen
376934bc0a
boards: adapted nrf51 based boards to new CPU name
2015-07-14 18:15:42 +02:00
haukepetersen
431ac7b3c5
cpu/nrf51: added linkerscript for 128kb variant
2015-07-14 18:15:42 +02:00
haukepetersen
987dbe983a
cpu/nrf51: generalized linkerscript
2015-07-14 18:15:42 +02:00
haukepetersen
9c46a40005
cpu: renamed nrf51822 to nrf51
2015-07-14 18:15:42 +02:00
Hauke Petersen
8aa0dde3da
Merge pull request #3208 from haukepetersen/opt_pca10000_cleanup
...
boards/pca10000: some cleanup
2015-07-14 16:57:21 +02:00
Martine Lenders
375bb14c76
dist: make ng_sniffer version independent
2015-07-14 16:45:20 +02:00
Martine Lenders
c10ea983f9
dist: pep8 ng_sniffer.py
2015-07-14 16:45:19 +02:00
Martine Lenders
67197854df
dist: make ng_sniffer.py more pythonic
2015-07-14 16:45:19 +02:00
Hauke Petersen
fbd60aeed6
Merge pull request #3398 from haukepetersen/fix_sam3_vectors
...
cpu/sam3: fixed vectors.c
2015-07-14 16:36:53 +02:00
Hauke Petersen
3be56ba97e
cpu/sam3: fixed vectors.c
...
This was an error introduced by merging #3194...
2015-07-14 16:32:06 +02:00
Martine Lenders
6f85433fa8
ng_ndp: fix _get_l2src
2015-07-14 16:30:31 +02:00
Hauke Petersen
9a70c116f0
Merge pull request #3397 from haukepetersen/fix_chronos_adc
...
cpu/cc430: fixed missing include in adc driver
2015-07-14 16:30:09 +02:00
Hauke Petersen
3ec9c7b2cb
cpu/cc430: fixed missing include in adc driver
2015-07-14 16:15:13 +02:00
haukepetersen
b7bf9c3d8e
boards/pca10000: some cleanup
...
- fixed some doxygen style issues
- fixed some newline issues
- compacted the board initialization code
2015-07-14 15:56:40 +02:00
Martine Lenders
fba8cd9f49
Merge pull request #3386 from authmillenon/ng_ndp/enh/debug-output
...
ng_ndp: enhance debug output
2015-07-14 15:55:09 +02:00
Hauke Petersen
696bb5e6b0
Merge pull request #3395 from thomaseichinger/pr/fix_arduino_due_flash
...
arduino-due: fix variable usage in flash.sh
2015-07-14 15:53:23 +02:00
Thomas Eichinger
ae046e42d5
arduino-due: fix variable usage in flash.sh
2015-07-14 15:51:56 +02:00
Oleg Hahm
c0d5d2e9b6
Merge pull request #2571 from haukepetersen/rm_msp430_edint
...
cpu/msp430-common: removed e|dINT calls
2015-07-14 15:46:33 +02:00
Thomas Eichinger
7e88358135
Merge pull request #3194 from haukepetersen/mv_sam3x
...
cpu: rename SAM3X8E to SAM3
2015-07-14 15:42:45 +02:00
49ea7a3d61
sys: factor stdio uart functions out of newlib's syscalls
2015-07-14 15:12:26 +02:00
Martine Lenders
c14587f829
Merge pull request #3183 from authmillenon/ng_ipv6/enh/loopback
...
ng_ipv6: add loopback support
2015-07-14 15:11:02 +02:00
Hauke Petersen
08c4732fba
cpu/native: adjusted stacksizes
...
The stacksizes for native were defined in a way, so that
DEBUG did not work inside of interrupt routines. The new
values should still be large enough but allow now for this.
2015-07-14 15:06:50 +02:00
Martine Lenders
ac0a0a95a2
ng_ndp: enhance debug output
2015-07-14 15:06:40 +02:00
Martine Lenders
c7d3992eea
ng_ipv6: add loopback support
2015-07-14 13:33:26 +02:00
Hauke Petersen
ec7c9ab590
Merge pull request #3380 from gebart/pr/toolchain-gcc-alias
...
boards/Makefile.include.cortexm_common: Add TOOLCHAIN=gcc as an alias for TOOLCHAIN=gnu
2015-07-14 09:31:22 +02:00
Peter Kietzmann
f6f112ab18
Merge pull request #3388 from authmillenon/ng_ipv6_netif/enh/use-long
...
ng_ipv6_netif: use EUI-64 as base for 6LoWPAN IPv6 addresses
2015-07-14 09:30:45 +02:00
Joakim Gebart
fa4e059588
Merge pull request #3319 from gebart/pr/warning-fixes-3
...
Makefile.cflags: Build with -Wall -Werror by default (including fixes to correct all existing warnings)
2015-07-14 08:50:31 +02:00
Joakim Gebart
235b9b3c16
dist/tools/toolchain: Fix whitespace errors in newlib patches.
2015-07-14 08:11:20 +02:00
Joakim Gebart
0ae1b3194a
Makefile.buildtests: Default to -Werror on make buildtest
2015-07-14 08:11:19 +02:00
Joakim Gebart
ba9d3f8929
Makefile.buildtests: Indentation fixes
2015-07-14 08:11:19 +02:00
Joakim Gebart
42d6feaa13
tests/shell: Use libc putchar/getchar instead of wrappers
2015-07-14 08:11:19 +02:00
Joakim Gebart
adc8afb34f
tests/slip: Use libc putchar/getchar instead of wrappers
...
Fixes warnings about wrong function signature.
2015-07-14 08:11:19 +02:00
Joakim Gebart
b318d2607c
tests/shell: Blacklist chronos for missing getchar implementation
2015-07-14 08:11:19 +02:00
Joakim Gebart
68c47d29ea
boards/z1: Add getchar implementation
2015-07-14 08:11:19 +02:00
Joakim Gebart
1e63aa60a6
boards/wsn430-common: Add getchar implementation
2015-07-14 08:11:19 +02:00
Joakim Gebart
5a99d5ce7d
boards/msb-430-common: Add getchar implementation
2015-07-14 08:11:19 +02:00
Joakim Gebart
192a7559ff
boards/telosb: Add getchar implementation
2015-07-14 08:11:19 +02:00