1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/xtimer_now64_continuity
Marian Buschsieweke d2a3ff3d83
boards/{bluepill*,blackpill*}: rename and improve doc
- renamed:
    - `bluepill` --> `bluepill-stm32f103c8`
    - `bluepill-128kib` --> `bluepill-stm32f103cb`
    - `blackpill` --> `blackpill-stm32f103c8`
    - `blackpill-128kib` --> `blackpill-stm32f103cb`
- doc:
    - added link to corresponding hardware page on the STM32-base
      project
    - added picture
2023-01-02 16:23:10 +01:00
..
tests flake8: fix PEP8 W608 invalid escape sequence 2019-11-22 11:47:49 +01:00
app.config.test tests/xtimer*: select xtimer_no_ztimer_default for tests requiring it 2022-03-17 14:37:40 +01:00
main.c tests/xtimer_now64: Start time measure after print 2018-05-16 16:49:03 +02:00
Makefile boards/{bluepill*,blackpill*}: rename and improve doc 2023-01-02 16:23:10 +01:00
README.md tests: enhance xtimer_now64_continuity 2017-03-27 13:21:49 +02:00

Description

This test measures the difference of two consecutive calls to xtimer_now64() 100k times. If the max or average difference is larger than 1000us the test fails, otherwise it succeeds.