1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/eepreg
Gaëtan Harter 195d51b92a
tests/eepreg: remove duplicate FEATURES_REQUIRED
The dependency from eepreg to FEATURES_REQUIRED is already defined in
`sys/Makefile.dep` so should not need to be duplicated in the
application Makefile.
2018-11-16 12:07:00 +01:00
..
tests tests/eepreg: Initial test support 2018-10-20 09:30:41 -04:00
main.c tests/eepreg: Initial test support 2018-10-20 09:30:41 -04:00
Makefile tests/eepreg: remove duplicate FEATURES_REQUIRED 2018-11-16 12:07:00 +01:00
README.md tests/eepreg: Initial test support 2018-10-20 09:30:41 -04:00

EEPROM registry (eepreg) test

This test will verify the functionality of the eepreg module.

WARNING: This will write to your EEPROM and probably corrupt any data that is there!