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

16722 Commits

Author SHA1 Message Date
Gaëtan Harter
d724e71a26 makefiles: Add an APPLICATION_MODULE variable
Set the application module name with APPLICATION_MODULE.
The default module name is "application_$(APPLICATION)".

This should fix name conflicts where an application/test has the same name as
an existing module and so both write to the same archive.
2018-01-30 17:27:03 +01:00
Martine Lenders
f1f079fb0e
Merge pull request #8480 from miri64/gnrc_ipv6_nib/fix/fix-conv
gnrc_ipv6_nib: ignore corner case when adding to PL
2018-01-30 13:52:15 +01:00
Martine Lenders
1f8dc50602 tests: adapt NIB tests for lifetime unit conversion 2018-01-30 12:32:06 +01:00
Martine Lenders
8e80a372cb gnrc_ipv6_nib: ignore corner case when adding to PL
In #8135 the handling of corner cases for the conversion of
milliseconds to seconds, but the internal handling was not adapted.
2018-01-30 12:28:50 +01:00
4c4a2af1ca
Merge pull request #8435 from kaspar030/rename_nucleo144-f207_to_nucleo-f207zg
boards: rename nucleo144-f207 to nucleo-f207zg
2018-01-30 11:54:52 +01:00
8d0815d386 boards: rename nucleo144-f207 to nucleo-f207zg 2018-01-29 22:14:25 +01:00
21450612ab
Merge pull request #8432 from aabadie/pr/nucleo_doxygen_fix
boards/nucleo*: fix doxygen grouping
2018-01-29 21:40:40 +01:00
Sebastian Meiling
0abbd9db8f
Merge pull request #8439 from smlng/net/gnrc/netreg/fix_assert
gnrc/netreg: fix assert
2018-01-29 16:46:19 +01:00
3f4e304b44 tests: use STM32 Nucleo-64 name in readmes 2018-01-27 18:48:24 +01:00
2bda17ba36 drivers/sx127X: update Nucleo board name in doxygen comment 2018-01-27 18:48:24 +01:00
8311c7ad6e boards/nucleo*: fix doxygen parent group 2018-01-27 18:48:24 +01:00
f8744e7b27 boards/common: move nucleo doxygen group to boards group 2018-01-27 18:48:24 +01:00
Martine Lenders
20780aacab
Merge pull request #8466 from smlng/native/add_hwrng_init
board/native: add periph_hwrng and init
2018-01-27 16:14:29 +01:00
smlng
d94edad1bd board/native: add periph_hwrng and init 2018-01-27 08:42:31 +01:00
Sebastian Meiling
74d3255fed
Merge pull request #8464 from miri64/tests/fix/gnrc_ndp_device_type
tests/gnrc_ndp: add device type handler to netdev mock-up
2018-01-27 08:35:41 +01:00
Martine Lenders
c13426f688 tests/gnrc_ndp: add device type handler to netdev mock-up
By providing a getter for `NETOPT_DEVICE_TYPE` the assertion failed in
\8458 is not hit anymore.
2018-01-27 07:24:15 +01:00
Martine Lenders
642956a186
Merge pull request #8455 from cgundogan/pr/vagrant_timesync
vagrant: sync with host time
2018-01-27 07:13:33 +01:00
Dylan Laduranty
54e57c0a16
Merge pull request #8423 from photonthunder/samd21_DFLL
samd21/cpu DFLL lock loop error
2018-01-26 21:39:06 +01:00
Sebastian Meiling
2ad122e1b4
Merge pull request #8459 from miri64/gnrc_ipv6_nib/fix/release-fwderror
gnrc_ipv6_nib: release packages for forwarding error cases
2018-01-26 20:24:51 +01:00
Sebastian Meiling
b3f66db6e6
Merge pull request #8384 from OTAkeys/fix/vfs_littlefs_wrapper
pkg_littlefs: call mtd_write with size == prog_size
2018-01-26 19:34:54 +01:00
Gaëtan Harter
63b3622ef6
Merge pull request #8426 from gebart/pr/ethos-eof
ethos: handle EOF on stdin
2018-01-26 18:20:06 +01:00
Dan Evans
0f011d53de samd21/cpu DFLL lock loop error 2018-01-26 09:59:59 -07:00
Martine Lenders
763b887017 gnrc_ipv6_nib: release packages for forwarding error cases 2018-01-26 17:35:57 +01:00
aaabbdd1d3
Merge pull request #8448 from smlng/fix_auto_tests_1801
tests: fix some minor issues with auto tests scripts
2018-01-26 16:40:20 +01:00
Pieter Willemsen
8bafd5f4d5 pkg_littlefs: call mtd_write with size == prog_size 2018-01-26 16:12:07 +01:00
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
Cenk Gündoğan
7480577da6 vagrant: sync host time 2018-01-26 15:58:06 +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
smlng
d57f32225e tests: remove obsolete clearing of TERMFLAGS 2018-01-26 11:10:14 +01:00
smlng
9da940736b tests: use python3 for tests scripts 2018-01-26 11:09:11 +01:00
smlng
321067b99f gnrc/netreg: remove unnecessary DEVELHELP condition 2018-01-25 17:01:10 +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