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

16903 Commits

Author SHA1 Message Date
Francisco Acosta
972b0ab8d2
Merge pull request #7087 from aabadie/driver_ata8520
drivers/ata8520e: add initial implementation (without netdev but provides Sigfox feature)
2018-01-25 14:59:31 +01:00
Francisco Acosta
be9a65a51b
Merge pull request #7092 from aabadie/mkrfox1200
boards/arduino-mkrfox1200: add initial implementation (without SigFox)
2018-01-25 12:14:10 +01:00
11b7e3b6d6 tests: add ata8520e test application 2018-01-25 12:01:57 +01:00
4bc4c56d02 drivers/ata8520e: initial implementation 2018-01-25 12:01:57 +01:00
6e0dfcec8d tests/unittests: skip arduino-mkrfox1200 2018-01-25 11:56:27 +01:00
81eb131634 boards/arduino-mkr1200: add initial support 2018-01-25 11:56:27 +01:00
4fe2490bc5 cpu/native/socket_zep: add ref to net_zep doxygen group 2018-01-24 21:41:31 +01:00
b443e53ccb sys/net/zep: add missing doxygen brief description 2018-01-24 21:41:31 +01:00
14911c1883
Merge pull request #8429 from bergzand/pr/enc28j60_deps
drivers/enc28j60: Add feature deps to makefile
2018-01-24 17:47:54 +01:00
Martine Lenders
8ab837c4b9
Merge pull request #8061 from haukepetersen/opt_boards_wsn430
boards: cleanup structure of wsn430 boards
2018-01-24 16:05:42 +01:00
5717429c95
tests/driver_enc28j60: Remove unnecessary feature requirements 2018-01-24 15:25:29 +01:00
821cdea7f6
drivers/enc28j60: Add feature requirements 2018-01-24 15:24:05 +01:00
2b734492fd
Merge pull request #8065 from haukepetersen/opt_boards_nucleo-board.hc
boards/nucleo: share board.h and board.c
2018-01-24 15:18:08 +01:00
Hauke Petersen
70aa86e5e6 boards/common/wsn30: cleanup clock configuration 2018-01-24 15:09:59 +01:00
Hauke Petersen
4f1ce149b0 boards/nucleo*: use unified doxygen brief desc 2018-01-24 10:30:30 +01:00
Hauke Petersen
18268ea535 boards/nucleo: fixed doxygen group in board.c 2018-01-24 10:24:23 +01:00
Hauke Petersen
fa0f4be203 boards/nucleo144: always (auto-) initialize LED0 2018-01-24 10:24:23 +01:00
Hauke Petersen
7ca0bcfd43 boards/nucleo/doc: assign boards to nucleo groups 2018-01-24 10:24:23 +01:00
Hauke Petersen
c6c0b752c3 boards/nucleo: use shard board.h and board.c files 2018-01-24 10:24:23 +01:00
Hauke Petersen
b4f497f5e2 boards/nucleo: factored out nucleo64 common 2018-01-24 10:23:17 +01:00
Hauke Petersen
ea0dc223a4 boards/wsn430: cleaned up structure 2018-01-24 10:19:22 +01:00
7b9b383d52
Merge pull request #8405 from aabadie/pr/boards_brief_description
boards/*: make doxygen brief description consistent
2018-01-24 09:37:17 +01:00
Joakim Nohlgård
369267863c ethos: Avoid EOF loops on detached stdin
Add a specific case of EOF on stdin to avoid situations where the
message `error reading from stdio. res=0` is repeated forever if stdin
is not a terminal. When ethos is started as a background process with
stdin redirected to /dev/null, e.g. `ethos ... < /dev/null &`, then
reading stdin will always result in a 0 length read (EOF).
If stdin is a tty we close the program on EOF (CTRL+D in the terminal),
otherwise, we stop reading from stdin after EOF was reached, but
continue tunneling traffic as usual.
2018-01-24 08:54:40 +01:00
b78c96ffc7 boards/*: make brief description consistent 2018-01-24 08:30:56 +01:00
Martine Lenders
2c324a42c0
Merge pull request #8406 from aabadie/pr/tja1042_doxygen_group_fix
drivers/tja1042: move to drivers_can group
2018-01-23 19:52:00 +01:00
Michel Rottleuthner
7ad1d77786 pkg/fatfs: align to interface changes of FatFs R0.13a 2018-01-23 19:32:41 +01:00
Michel Rottleuthner
facfa3b23a pkg/fatfs: bump version to R0.13a and switch to RIOT-OS/FatFS mirror 2018-01-23 19:23:03 +01:00
Martine Lenders
718a45e22a
Merge pull request #8416 from miri64/gnrc_netif/doc/remove-new
gnrc_netif: remove "new" qualifier in documentation
2018-01-23 15:36:31 +01:00
Martine Lenders
1a4d824027 gnrc_netif: remove "new" qualifier in documentation
Calling the API "new" when it is the only network interface API (that
also now is named the same as the old one) might be a little confusing.
2018-01-23 15:02:35 +01:00
smlng
f63f3b2a4b cpu, native: replace timex_t in syscalls 2018-01-23 14:35:24 +01:00
Martine Lenders
ae437cdd84
Merge pull request #8412 from smlng/pkg/relic/fix_newline-eof
pkg/relic: disable newline-eof compile error
2018-01-23 14:25:30 +01:00
smlng
7bf23ae15b pkg/relic: disable newline-eof compile error 2018-01-23 14:13:47 +01:00
Martine Lenders
d0140a9ec8
Merge pull request #8380 from miri64/gnrc_netif/enh/6lo-nrfmin
gnrc_netif: set-up 6Lo for NRFmin
2018-01-23 11:17:29 +01:00
Martine Lenders
e15de2871a
Merge pull request #8407 from aabadie/pr/socket_zep_doxygen
cpu/native/socket_zep: fix doxygen grouping
2018-01-23 09:54:25 +01:00
f4d687502e cpu/native/socket_zep: fix doxygen grouping 2018-01-23 09:02:00 +01:00
4c69940a54 drivers/tja1042: move to drivers_can group 2018-01-23 08:32:55 +01:00
Hyungsin
36666a75b0 tests/driver_pulse_counter: test application for pulse counter driver 2018-01-22 12:34:47 -08:00
be695ec07a
Merge pull request #8392 from kaspar030/murdock_print_static_tests_worker
ci: murdock: print worker information for static tests
2018-01-22 16:31:33 +01:00
Martine Lenders
02ae3376b9
Merge pull request #8396 from smlng/pkg/libcoap/update_patches
pkg/libcoap: update patches for git >=2.15.x
2018-01-22 16:17:55 +01:00
Martine Lenders
5b75e78cca
Merge pull request #8394 from smlng/native/socket_zep/fix_includes
socket_zep: remove unnecessary include
2018-01-22 16:16:32 +01:00
Martine Lenders
6cabac3600 gnrc_ipv6_nib: add reverse-translation for NRFmin 2018-01-22 16:15:30 +01:00
smlng
3692421052 pkg/libcoap: update patches for git >=2.15.x 2018-01-22 15:50:44 +01:00
smlng
5c38e1a56f socket_zep: remove unnecessary include 2018-01-22 15:28:19 +01:00
Sebastian Meiling
3bb169307b
Merge pull request #8364 from smlng/osx/debug/fix_output
macOS: fix debug output
2018-01-22 15:14:48 +01:00
30beba6897 ci: murdock: print worker information for static tests 2018-01-22 14:19:52 +01:00
Peter Kietzmann
68ba5829d1
Merge pull request #8390 from kaspar030/pr/tests/driver_encx24j600/remove_feature_reqs
tests/driver_encx24j600: remove now unnecessary feature deps
2018-01-22 14:19:19 +01:00
b6fe13684b
Merge pull request #8386 from haukepetersen/opt_thingy52_usertt
boards/thingy52: use Segger RTT for STDIO
2018-01-22 13:16:20 +01:00
c05650ee49 tests/driver_encx24j600: remove now unnecessary feature deps 2018-01-22 13:13:09 +01:00
433a244c59
Merge pull request #8387 from dbohn/master
drivers: encx24j600: add required features to Makefile.dep
2018-01-22 12:25:49 +01:00
David Bohn
d4822128e6
drivers/encx24j600: Fix feature configuration for encx24j600 in Makefile.dep 2018-01-22 12:16:47 +01:00