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
bors[bot] 37b64912d4
Merge #19256
19256: pkg/tinyusb: add GD32VF103 support r=gschorcht a=gschorcht

### Contribution description

This PR provides the tinyUSB support for GD32VF103 and enables the `tinyusb_device` feature as well as `stdio_tinyusb_cdc_acm` for GD32VF103 boards.

### Testing procedure

```
BOARD=sipeeed-longan-nano make -C tests/shell flash term
```
should work

### Issues/PRs references


Co-authored-by: Gunar Schorcht <gunar@schorcht.net>
2023-02-21 16:53:06 +00: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 Merge #19256 2023-02-21 16:53:06 +00:00
README.md

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.