1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/tests/periph_pm
2020-08-05 14:32:58 +02:00
..
main.c tests/periph_pm: introduce set_rtc 2020-04-29 18:06:36 +02:00
Makefile tests: remove obsolete msp430 blacklists 2020-08-05 14:32:58 +02:00
Makefile.ci
README.md

Expected result

You should be presented with the RIOT shell, providing you with commands to test the power management implementation by forcing the CPU to set a certain power mode. An external power measurement device is needed to observe the effect.

Some power modes may require a certain event to wake up. Reset the CPU if needed.

If a RTC peripheral is available, an additional command to temporarily unblock a power mode is available (provided that the CPU can wake-up from given power mode).

Background

Test the functionality of the platform's power management implementation.