Vincent Dupont
ad0f0877cc
tests,examples: sort BOARD_INSUFFICIENT_MEMORY alphabetically
6 years ago
smlng
ae5ee83275
tests: add README for xtimer_drift
6 years ago
smlng
ce29357fa3
tests: optimize mem size of xtimer_drift
...
- remove descriptive puts messages, and use LOG_DEBUG/INFO
- rational: fits into 2k RAM now, and works on arduino duemilanove
6 years ago
Alexandre Abadie
77df65e95e
tests: add nucleo32-f031 to unsufficient memory boards
6 years ago
Oleg Hahm
4f4214235b
timex: unambiguous time conversion macros
6 years ago
Alexandre Abadie
963662416b
boards/nucleo32-f042: change board name nucleo->nucleo32
6 years ago
Vincent Dupont
1a12a40110
boards/nucleo-f042: initial support
6 years ago
Joakim Nohlgård
7c48c891a0
xtimer: Update xtimer usage to match API changes
6 years ago
Joakim Nohlgård
63e91151cd
xtimer: Add tick conversion
6 years ago
Joakim Nohlgård
c0ad83c167
tests: Update xtimer_usleep_until usage to xtimer_periodic_wakeup
7 years ago
Kaspar Schleiser
9bb61f5aca
tests: some fixes for <32bit platforms
7 years ago
Kaspar Schleiser
7718f114cb
all: remove pointer casts for msg.content.ptr
7 years ago
Hauke Petersen
d2c62f5e0c
tests/xtimer: remove redundant FEATURE_REQUIRED
7 years ago
Joakim Nohlgård
ed0cb746bb
tests/xtimer_drift: Clean up data types in printf loop
7 years ago
Joakim Nohlgård
f03194f84e
tests/xtimer_drift: Add explanation for drift and jitter
7 years ago
Joakim Nohlgård
68a91426fb
tests/xtimer_drift: Compute drift and jitter
...
- drift is the total difference from the expected time
- jitter is the difference only since the last printout
7 years ago
Joakim Nohlgård
857df0a93a
tests/xtimer_drift: Fix typo
7 years ago
Hauke Petersen
cc23481d55
tests: adapted to renamed THREAD_FLAGS
7 years ago
Joakim Nohlgård
97189b6541
tests/xtimer_drift: Introduce drift test application.
...
The xtimer_drift test application can be used to measure the drift of
the xtimer subsystem when referenced against the wall clock or,
preferably, a PC with NTP synchronized clock as reference.
7 years ago