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

16692 Commits

Author SHA1 Message Date
Sebastian Meiling
c2400083ae
Merge pull request #8440 from miri64/tests/fix/deactivate-DEVELHELP
tests: deactivate DEVELHELP for unittests
2018-01-26 16:03:40 +01:00
Sebastian Meiling
a360fdedda
Merge pull request #8452 from OTAkeys/pr/fix_littlefs_tests
unittests/littlefs: fix unittests
2018-01-26 15:30:41 +01:00
Vincent Dupont
c7d02497f4 unittests/littlefs: fix unittests
Dummy RAM mtd was too small to run unit tests correctly.
Added some sectors and reduced page size.
2018-01-26 15:08:06 +01:00
cea0d132bf
Merge pull request #8393 from miri64/gnrc_ipv6_nib/fix/final-ras
gnrc_ipv6_nib: fix final RA behavior
2018-01-26 14:24:57 +01:00
Martine Lenders
70c1fb7b4e gnrc_ipv6_nib: fix final RA behavior
This fix

* assures that the periodicity of the final router advertisements is
  kept (so that no administrative change e.g. adding prefixes to the
  prefix list causes additional RAs outside the rate limitation)
* removes all administrative options (PIO, ABRO, 6CO) from final router
  advertisements (with router lifetime == 0)
2018-01-26 13:57:19 +01:00
Martine Lenders
cc729bd26a tests: deactivate DEVELHELP for unittests
In my opinion it doesn't make sense to activate DEVELHELP for unittests
because it also causes the evaluation of `assert()`. This causes the
tests to crash for values the tests test intentionally (because it is
the point of the unittests to test also some unexpected values and how
this influences the behavior).
2018-01-25 16:24:43 +01:00
Francisco Acosta
7694263546
Merge pull request #7093 from aabadie/mkrfox1200_ata8520
boards/arduino-mkrfox1200: add board configuration for ata8520e
2018-01-25 15:23:31 +01:00
778d91f3a1 boards/mkrfox1200: add configuration for ata8520e 2018-01-25 15:11:15 +01:00
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
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
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
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
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
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