[riot-commits] [RIOT-OS/RIOT] a2e51a: tests: remove unnecessary gnrc_netdev_default incl...
Gaëtan Harter
hartergaetan at gmail.com
Tue Nov 28 20:29:28 CET 2017
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: a2e51a039a5546e6331ecfabfe0fda679b913bc7
https://github.com/RIOT-OS/RIOT/commit/a2e51a039a5546e6331ecfabfe0fda679b913bc7
Author: Martine Lenders <m.lenders at fu-berlin.de>
Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths:
M tests/driver_enc28j60/Makefile
M tests/driver_encx24j600/Makefile
Log Message:
-----------
tests: remove unnecessary gnrc_netdev_default include
The `driver_enc28j60` and `driver_encx24j600` applications exist to
test the network device drivers of this type. Including the *default*
driver of the board is thus non-sensical and might even be harmful for
the success of this test (if default device in initialized before the
device that is tested).
Additionally, does the removal of this module allow for some boards to
fit this into their memory (at least in my linker configuration), so I
removed them from the `BOARD_INSUFFICIENT_MEMORY` list.
Commit: a52d2130fd58d3f221eaa5d8886b9262eff7151b
https://github.com/RIOT-OS/RIOT/commit/a52d2130fd58d3f221eaa5d8886b9262eff7151b
Author: Gaëtan Harter <hartergaetan at gmail.com>
Date: 2017-11-28 (Tue, 28 Nov 2017)
Changed paths:
M tests/driver_enc28j60/Makefile
M tests/driver_encx24j600/Makefile
Log Message:
-----------
Merge pull request #8157 from miri64/tests/cleanup/default-netdev
tests: remove unnecessary gnrc_netdev_default include
Compare: https://github.com/RIOT-OS/RIOT/compare/9c25478697e8...a52d2130fd58
More information about the commits
mailing list