1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

7837 Commits

Author SHA1 Message Date
3b94a0d497 lpc2387/msba2/avsextrem: fix doxygen warnings 2015-08-14 16:50:41 +02:00
a03ff202cf cpu: lpc2387: switch to newlib module 2015-08-14 16:50:41 +02:00
4dd63dd24e cpu: lpc2387: add periph/spi support 2015-08-14 16:50:41 +02:00
bd76626fb5 cpu: lpc2387: add periph/uart driver 2015-08-14 16:50:41 +02:00
3c5f31eb95 cpu: lpc2387: add periph/gpio imlementation 2015-08-14 16:50:41 +02:00
ab531a5719 boards: msba2-common: remove ltc4150
(it depends on obsolete gpioint module)
2015-08-14 16:50:41 +02:00
223ef9fe66 cpu: lpc2387: drop gpioint 2015-08-14 16:50:41 +02:00
0541d21f86 Merge pull request #3620 from kaspar030/add_generic_spi_fallbacks
drivers: periph: add generic spi fallbacks
2015-08-14 16:47:48 +02:00
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
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