1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/ztimer_msg
Marian Buschsieweke 70f24edd03
cpu/atmega32u4: Clean up
- Drop duplicated `cpu.c` and `cpu_conf.h`: Those are already provided by
  `cpu/atmega_common`.
- The higher values for default stack size of `cpu_conf.h` in
  `cpu/atmega_common` results in three tests no longer fitting the available RAM
  ==> Updated the Makefile.ci to skip linking of those tests for the Arduino
      Leonardo
2020-05-15 11:23:05 +02:00
..
tests tests: add ztimer test applications 2020-03-04 12:44:02 +01:00
main.c tests/ztimer_msg: Use %lu to print times 2020-04-23 21:18:48 +02:00
Makefile tests: add ztimer test applications 2020-03-04 12:44:02 +01:00
Makefile.ci cpu/atmega32u4: Clean up 2020-05-15 11:23:05 +02:00
README.md tests: add ztimer test applications 2020-03-04 12:44:02 +01:00

Overview

This test application is a direct translation of xtimer_msg to the ztimer API. It is meant mostly as a means to do size comparisons, thus tries to be as close as possible to the original.

One notable change is the option to choose a different ztimer clock. By default, the test will use ZTIMER_USEC, unless ZTIMER_MSEC is compiled in, which will be used in that case.