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

17 Commits

Author SHA1 Message Date
smlng
13d61b5c20 tests: use testrunner from pythonlibs
Remove now obsolete sys.append from all tests, as testrunner was moved
to dist/pythonlibs as proper package.
2018-08-13 14:11:23 +02:00
3e4f7adc95 boards/nucleo-f031k6: rename to st marketing name 2018-05-23 12:46:42 +02:00
Francisco Acosta
d634b7b1d9 tests: add more hardware in the loop tests 2018-05-15 19:54:51 +02:00
Gaëtan Harter
154fbcff35
tests: use RIOTTOOLS variable
Follow up to #9067 and part of #8821
2018-05-04 10:52:26 +02:00
Gaëtan Harter
8edd9a924c
tests/thread_flags: fix printf on 16bit platform
Diff output was truncated to a 16b unsigned on wsn430 which made tests fail

    main: timeout triggered. time passed: 34581us

Instead of

    main: timeout triggered. time passed: 100117us
2018-04-27 21:08:20 +02:00
smlng
205682adf3 tests/thread_flags: fix error condition and return value 2017-12-19 11:04:18 +01:00
87b14d96c8 tests: fix python style E402
E402 module level import not at top of file
2017-12-12 22:40:03 +01:00
fc2eff9fba tests: remove redundant APPLICATION defines 2017-12-01 11:03:39 +01:00
84fbd62034 tests/thread_flags: migrate to testrunner script 2017-11-07 19:10:34 +01:00
f6560df848 tests/thread_flags: minor improvements in test application 2017-11-07 19:10:34 +01:00
d8cf2517ed tests/thread_flags: add xtimer_set_timeout_flag() test 2017-09-01 23:54:36 +02:00
Hauke Petersen
62fc1e0c3d test/thread_flags: remove unused module 'xtimer' 2017-02-27 15:09:30 +01:00
77df65e95e tests: add nucleo32-f031 to unsufficient memory boards 2017-02-22 18:43:02 +01:00
d92a3bd5b0 tests: thread_flags: print success message 2017-02-21 10:37:47 +01:00
BytesGalore
548270eb7d tests/thread_flags: exchange printf with puts 2017-02-01 14:44:00 +01:00
412b3637d8 tests: thread_flags: add thread_flags_wait_one() test 2016-03-30 17:11:49 +02:00
37bbdacd38 tests: thread_flags: initial commit 2016-03-30 10:38:53 +02:00