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

15 Commits

Author SHA1 Message Date
René Kijewski
34aec1928a Add DISABLE_MODULE += auto_init to tests 2014-04-02 14:41:17 +02:00
Kévin Roussel
dea33bd8b6 Merge pull request #909 from OlegHahm/msp430_hwtimer
msp430: hwtimer: handle overflow correctly
2014-03-31 15:28:41 +02:00
Hauke Petersen
6c591c8a68 tests/pkg: fixed issues from #919 2014-03-26 15:13:23 +01:00
Oleg Hahm
9343c8a04a test_hwtimer: hwtimer is automatically initialized now 2014-03-26 15:00:56 +01:00
Ludwig Ortmann
5a8d32fa6a test_hwtimer: print out message explaining test
fixes: #791
2014-03-17 10:48:46 +01:00
Ludwig Ortmann
9c0fc3b1e2 Merge pull request #759 from LudwigOrtmann/tests_makefile
add Makefile.tests_common
2014-02-24 16:47:31 +01:00
Ludwig Ortmann
af7a15b3f0 move global char array out of thread
The char msg[] is accessed from outside the main thread after it has
exited, so it needs to outlive it.

Fixes #717
2014-02-22 13:28:21 +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
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
Ludwig Ortmann
9d55fde052 increase inter-timer delay 2014-01-22 21:32:09 +01:00
Ludwig Ortmann
de3f8a1ae5 improve test_hwtimer usefulness
make the delays noticeable for humans
use HWTIMER_TICKS macro for platform independency
2014-01-22 20:14:18 +01:00
Oleg Hahm
5dcf64d9de imported test projects (from projects repository) 2014-01-10 16:21:35 +01:00