1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/gnrc_mac_timeout
Gerson Fernando Budke 4a9f0efb6d boards: introduce atmega328p-xplained-mini
Add ATmega328P Xplained Mini board.  The board is an official
development kit from MCHP based on the Arduino UNO, reduced
hardware, with a xplainedmini debugger and CDC ACM serial
converter.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2021-03-27 14:10:19 -03:00
..
main.c gnrc_mac: add timeout module. 2019-01-21 22:46:10 +08:00
Makefile tests: don't define APPLICATION in application Makefile 2019-11-05 07:59:57 +01:00
Makefile.ci boards: introduce atmega328p-xplained-mini 2021-03-27 14:10:19 -03:00
README.md gnrc_mac: add timeout module. 2019-01-21 22:46:10 +08:00

Expected result

This is a test application for using the timeout module of gnrc_mac for setting timeouts.

When everything works as expected, you should see timeouts expired at the time they are set to be expired. Also, you should see the status of timeouts are corresponding to their real status, i.e., the system should state that a timeout is "running" when it is set and awaiting to be expired, and state "not running" when a timeout has expired and not set again.

Background

Test for verifying the functionalities of the timeout module of gnrc_mac.