[riot-commits] [RIOT-OS/RIOT] 81cff6: tests/xtimer_now64: Start time measure after print
Sebastian Meiling
s at mlng.net
Thu May 24 14:20:12 CEST 2018
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 81cff65c57ccecf96960dbace9ab663ba3bbf857
https://github.com/RIOT-OS/RIOT/commit/81cff65c57ccecf96960dbace9ab663ba3bbf857
Author: Koen Zandberg <koen at bergzand.net>
Date: 2018-05-16 (Wed, 16 May 2018)
Changed paths:
M tests/xtimer_now64_continuity/main.c
Log Message:
-----------
tests/xtimer_now64: Start time measure after print
Printing can take a lot of time over a serial connection. On the atmega
board it takes more than 2 ms, skewing the first measurement over the
threshold value and causing a test failure. This moves the print
statement above the first measumerement to prevent the skew.
Commit: 6f2f9abe549ad4058c098d37199c2cf66580c112
https://github.com/RIOT-OS/RIOT/commit/6f2f9abe549ad4058c098d37199c2cf66580c112
Author: Sebastian Meiling <s at mlng.net>
Date: 2018-05-24 (Thu, 24 May 2018)
Changed paths:
M tests/xtimer_now64_continuity/main.c
Log Message:
-----------
Merge pull request #9146 from bergzand/pr/tests/xtimer_now64_continuity/print_str
tests/xtimer_now64: Start time measure after print
Compare: https://github.com/RIOT-OS/RIOT/compare/6be425f751e0...6f2f9abe549a
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the commits
mailing list