1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
René Kijewski
e740fbc800 make: Add DEFAULT_MODULE and DISABLE_MODULE
Closes #926
2014-04-01 23:42:00 +02:00
René Kijewski
de29e4184c Add include paths automatocally for USEMODULES
Application developers use `$(USEMODULES)` in their Makefiles to have
the relevant functionally automagically added to their apps. This even
does basic dependency tracking by means of `Makefile.dep`.

But an important thing is missing: the automatic adding of include
paths. This is inconvenient, error prone, and will hinder the RIOT core
developers in future to change folder structures.
2014-03-29 16:27:55 +01:00
Ludwig Ortmann
619e94167e tests/test_pnet: use defaulttransceiver 2014-03-18 10:20:36 +01:00
Martin Lenders
3a8c1770b1 Fix apps for previous changes 2014-03-01 15:08:19 +01:00
Ludwig Ortmann
983dabe73f remove USEMODULE comments and some whitespace 2014-02-22 10:04:41 +01:00
Ludwig Ortmann
982eecd3a6 add Makefile.tests_common
Contains common variables for all test Makefiles.
Include from test Makefiles.
2014-02-21 19:08:48 +01:00
Christian Mehlis
cb9c5d00de repace project by application in documentation 2014-02-18 12:28:32 +01:00
Ludwig Ortmann
2525920426 remove trailing whitespace and newlines 2014-02-11 18:45:06 +01:00
Ludwig Ortmann
1c9d4f8720 remove stale cc110x_ng includes 2014-02-07 19:22:27 +01:00
Christian Mehlis
55c84d95b6 added LGPL header and doxygen headers 2014-02-04 12:52:52 +01:00
Christian Mehlis
66e7762630 tests: use astyle to adopt current code style guide 2014-01-25 11:29:35 +01:00
Martin Lenders
82af516691 Add pnet tests 2014-01-17 14:40:57 +01:00