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

16784 Commits

Author SHA1 Message Date
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
Hauke Petersen
f1951f53f5 examples/gnrc_border_router: blacklist thingy52
The Thingy:52 does not have a UART connected anymore...
2018-01-22 12:11:02 +01:00
Hauke Petersen
ea18be3085 boards/thingy52: use Segger RTT for STDIO 2018-01-22 12:11:02 +01:00
3bbeafbd2a
Merge pull request #8382 from smlng/examples/gnrc_tftp_fix72
examples/gnrc_tftp: fix implicit fallthrough error
2018-01-22 12:07:28 +01:00
d18b0d2a02
Merge pull request #8389 from aabadie/pr/soft_spi_doxygen_group
drivers/soft_spi: fix doxygen group name
2018-01-22 10:26:29 +01:00
75b552014c drivers/soft_spi: fix doxygen group name
It was inconsistent with other drivers group names
2018-01-22 09:04:10 +01:00
Hauke Petersen
a896d95b73
Merge pull request #8381 from haukepetersen/add_driver_lis2dh12
drivers: add support for LIS2DH12 acceleromter (SPI mode)
2018-01-18 19:45:33 +01:00
Hauke Petersen
0c8b131014 boards/ruuvitag: enable lis2dh12 for saul_default 2018-01-18 18:39:43 +01:00
Hauke Petersen
e31532bb18 tests: add test for lis2dh12 device driver 2018-01-18 18:39:43 +01:00
Hauke Petersen
bb8ba486d8 sys/auto_init: add SAUL initialization for lis2dh12 2018-01-18 18:39:43 +01:00
Hauke Petersen
ba8ab6c88b drivers/lis2dh12: add SAUL mapping 2018-01-18 18:39:43 +01:00
Hauke Petersen
09dab1a9fb drivers: add support for STM lis2dh12 accelerometer 2018-01-18 18:39:43 +01:00
Hauke Petersen
14842f943a boards/ruuvitag: init and set CS pins in board_init 2018-01-18 18:39:26 +01:00
Sebastian Meiling
03526815a1
Merge pull request #8264 from aabadie/pkg_semtech-loramac
pkg: Semtech LoRaMAC
2018-01-18 17:38:06 +01:00
Sebastian Meiling
7c69e3b758
Merge pull request #7733 from aabadie/board/lorawan-explorer_rn2483
boards/sodaq-explorer: add configuration for rn2483 module
2018-01-18 17:34:19 +01:00
smlng
8f659ef41f examples/gnrc_tftp: fix implicit fallthrough error 2018-01-18 16:41:41 +01:00