Joakim Gebart
9968c59baa
dist/tools/sniffer: Fix usec calculation
2015-08-14 16:45:15 +02:00
6b2b5eb5e4
cpu: stm32l1: use periph_common SPI functions
2015-08-14 14:46:35 +02:00
4b15cc635e
cpu: stm32f4: use periph_common SPI functions
2015-08-14 14:46:35 +02:00
fa00154f2a
cpu: stm32f3: use periph_common SPI functions
2015-08-14 14:46:35 +02:00
6c185655c8
cpu: stm32f1: use periph_common SPI functions
2015-08-14 14:46:35 +02:00
336c5300cd
cpu: stm32f0: use periph_common SPI functions
2015-08-14 14:46:35 +02:00
21c774fd82
cpu: saml21: use periph_common SPI functions
2015-08-14 14:46:35 +02:00
0a859b91ee
cpu: samd21: use periph_common SPI functions
2015-08-14 14:46:35 +02:00
626289b5c7
cpu: sam3: use periph_common SPI functions
2015-08-14 14:46:35 +02:00
10a77b7775
drivers: add periph_common
...
This module contains shared functions for periph implementations.
2015-08-14 14:46:35 +02:00
Oleg Hahm
a967fabde1
Merge pull request #3624 from authmillenon/gnrc_ndp/fix/i3597
...
gnrc: Fix #3597 (multi-hop ping)
2015-08-14 14:35:12 +02:00
Martine Lenders
9f3cef5f6a
gnrc_ipv6: return receive after forwarding
2015-08-14 14:19:31 +02:00
Martine Lenders
b82f11be81
gnrc_ndp: only lookup non-link-local addresses in FIB
2015-08-14 14:19:31 +02:00
Martine Lenders
99adcbe27b
Merge pull request #3182 from authmillenon/native/enh/tapsetup
...
native: unify and simplify usage of tapsetup script
2015-08-14 12:55:23 +02:00
Martine Lenders
664f51e149
doc: adapt documentation on tapsetup script
2015-08-14 12:05:34 +02:00
Martine Lenders
5760f9042d
native: unify and simplify usage of tapsetup script
2015-08-14 12:05:34 +02:00
Martine Lenders
6c188f9606
Merge pull request #3626 from kaspar030/remove_kernel_init_errors
...
core: remove needless thread creation checks in kernel_init
2015-08-14 04:26:24 +02:00
afd68d1f31
core: remove needless thread creation checks in kernel_init
2015-08-14 01:35:48 +02:00
c72538a6cf
make: ccache: set ccache basedir to RIOTBASE
2015-08-14 00:31:36 +02:00
Joakim Gebart
cf5db434e6
cpu/kinetis_common: periph/timer, read PIT value before stopping
...
Reading CVAL after stopping timer seem to return zero.
Ref. manual states: "The counter period can be restarted, by first
disabling, and then enabling the timer with TCTRLn[TEN]", but does not
state whether the reset of CVAL happens on TEN 0->1 transition, or 1->0
transtion. Empirical evidence suggests the latter is the implemented behaviour.
2015-08-13 21:06:50 +02:00
Martine Lenders
2206e877e8
gnrc_ndp: assume anything in neighbor cache to be on-link
2015-08-13 20:44:38 +02:00
Martine Lenders
7d44d00379
gnrc_ndp: don't use FIB as destination cache for now
2015-08-13 20:44:07 +02:00
Darredevil
53ba8e317f
added wakaama pkg
2015-08-13 16:27:23 +01:00
Peter Kietzmann
77ca7a50bc
Merge pull request #3509 from katezilla/LimiFrog-v1
...
board: limifrog-v1 initial commit
2015-08-13 15:45:27 +02:00
Katja Kirstein
c95612295e
cpu/stm32l1: remodel to new GPIO interface
2015-08-13 15:07:49 +02:00
Katja Kirstein
bda86cfcd3
boards: limifrog-v1 initial commit
2015-08-13 14:14:18 +02:00
Peter Kietzmann
5866737596
Merge pull request #3618 from BytesGalore/rename_further_remaining_ng_macros
...
drivers: renamed further remaining *NG_* macros
2015-08-13 12:28:34 +02:00
Peter Kietzmann
c6d31aa507
Merge pull request #3564 from haukepetersen/opt_f1_gpioaf
...
cpu/stm32f1: simplified pin initialization in periph drivers
2015-08-13 12:27:01 +02:00
Hauke Petersen
e6a9549d16
Merge pull request #3213 from haukepetersen/add_pktbuf_iovecexport
...
net/ng_pktbuf: added IOVEC export function
2015-08-12 19:46:01 +02:00
Hauke Petersen
e93189288a
sys/libc/uio.h: added include of stdlib for size_t
2015-08-12 18:25:24 +02:00
BytesGalore
394ddb6900
drivers: renamed further remaining *NG_* macros
2015-08-12 17:21:45 +02:00
Peter Kietzmann
5afc6700ac
Merge pull request #3616 from cgundogan/pr/shell/not_found_one_line
...
sys/shell/shell.c: command not found in one line
2015-08-12 17:11:16 +02:00
Oleg Hahm
5fffc17754
Merge pull request #3617 from OlegHahm/groundhog_day
...
ndp: missing initialization
2015-08-12 16:31:00 +02:00
Oleg Hahm
6663679a8c
ndp: missing initialization
2015-08-12 16:09:30 +02:00
daniel-k
12a3a65350
ng_pktbuf_static: remove unittests release_pkt_[null|external]
2015-08-12 14:41:20 +02:00
Oleg Hahm
04b927b1b3
Merge pull request #3604 from authmillenon/native/fix/rm-nativenet
...
native: fixes for removal of nativenet
2015-08-12 13:46:25 +02:00
56cceb65ed
Merge pull request #3474 from OlegHahm/assert_devel_help
...
make: enable assert only if DEVELHELP is set
2015-08-12 13:29:56 +02:00
Cenk Gündoğan
4deb0213b9
sys/shell/shell.c: command not found in one line
2015-08-12 13:16:37 +02:00
Joakim Gebart
f721148729
Merge pull request #3605 from OlegHahm/atmega_uart_signatures
...
arduino_mega2560: correct uart prototypes
2015-08-12 12:14:55 +02:00
Oleg Hahm
4a5f5579f6
Merge pull request #3323 from OlegHahm/test_hwtimer_wo_sleep
...
Test hwtimer wo sleep
2015-08-12 11:51:03 +02:00
Hauke Petersen
e292375c5b
board/spark-core: adjusted GPIO defines
2015-08-12 10:50:18 +02:00
Hauke Petersen
567193277f
boards/fox: adjusted GPIO defines in periph_conf.h
2015-08-12 10:50:18 +02:00
Hauke Petersen
af4bc110d9
board/iot-lab_M3: adjusted gpio defines
2015-08-12 10:50:17 +02:00
Hauke Petersen
af10ab64a7
cpu/stm32f1: simplified pin init in periph drivers
2015-08-12 10:50:17 +02:00
Martine Lenders
d67acba044
Merge pull request #3614 from OlegHahm/rename_at86_autoinit
...
at86rf2xx: rename remaining files and variables
2015-08-12 02:07:06 +02:00
Oleg Hahm
8639d2c27d
at86rf2xx: rename remaining files and variables
2015-08-11 23:52:02 +02:00
daniel-k
420d5e48ca
ng_pktbuf_static: check if pkt is in buffer before derefencing in ng_pktbuf_release
2015-08-11 23:40:04 +02:00
ffc6d31bab
Merge pull request #3610 from haukepetersen/fix_native_port
...
boards/native: fixed PORT selection for dev_eth_tap
2015-08-11 19:07:06 +02:00
Hauke Petersen
ca8c27a753
boards/native: fixed PORT selection for dev_eth_tap
2015-08-11 19:04:26 +02:00
Joakim Gebart
2de14062fe
tests/libfixmath_unittests: Remove stm32f0discovery, redbee-econotag blacklists
2015-08-11 18:40:01 +02:00