1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/periph_backup_ram
Benjamin Valentin 81e9603981 tests/periph_backup_ram: disable test_utils_interactive_sync
The `periph_backup_ram` test expects the CPU to enter Deep Sleep, wake up
(causing a CPU reset) increment a counter and go back to sleep.

Introducing a requirement on interaction after reset breaks the test.
2019-12-05 22:44:46 +01:00
..
main.c tests/periph_backup_ram: add test for the Backup RAM feature 2019-10-01 18:42:56 +02:00
Makefile tests/periph_backup_ram: disable test_utils_interactive_sync 2019-12-05 22:44:46 +01:00
Makefile.ci tests: add stm32f030f4-demo to Makefile.ci 2019-10-21 15:33:11 +02:00
README.md tests/periph_backup_ram: add test for the Backup RAM feature 2019-10-01 18:42:56 +02:00

Expected result

This test periodically puts the device into deep sleep mode. During deep sleep only the backup RAM is retained and the device is reset upon leaving deep sleep. To test the memory retention, a counter is incemented with each wake-up.

Background

Test the functionality of a platforms Backup RAM implementation.