1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/xtimer_now32_overflow
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 tests/xtimer_now32_overflow: simplify 2020-04-16 15:28:07 +02: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_now32_overflow: fix active timers going out of scope 2020-06-09 21:21:45 +02:00
Makefile boards/{bluepill*,blackpill*}: rename and improve doc 2023-01-02 16:23:10 +01:00
README.md tests/xtimer: add regression test for long_start_time update bug 2020-04-10 12:42:24 +02:00

Description

This is a regression test for when xtimer_now64() becomes greater than UINT32_MAX and the internal state machine fails to update the timers state correctly.