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
2023-05-06 15:29:51 +02:00
..
app.config.test tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
Kconfig tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
main.c tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
Makefile tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
Makefile.ci tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +02:00
README.md tests: move periph_ applications to periphs subdirectory 2023-05-06 15:29:51 +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 incremented with each wake-up.

Background

Test the functionality of a platforms Backup RAM implementation.