1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_at24cxxx
2023-04-06 12:51:09 +02:00
..
app.config.test tests/drivers: add Kconfig configuration files and to CI test 2020-11-18 18:38:51 +01:00
main.c tests/driver_at24cxxx: test for at24cxxx EEPROM 2020-02-24 14:00:25 +01:00
Makefile tests/drivers_at24cxxx: make it easier to select other EEPROMS 2023-04-06 12:51:09 +02:00
Makefile.ci examples,tests: Update Makefile.cis 2023-02-27 12:31:04 +01:00
README.md tests/drivers_at24cxxx: make it easier to select other EEPROMS 2023-04-06 12:51:09 +02:00

Test for at24cxxx EEPROMS

This tests general functionality of at24cxxx EEPROMS. To select the right EEPROM, for example at24c256, do AT24CXXX_DEV=at24c256 BOARD=<your board> make flash term. The at24c256 is selected by default. To see a list of supported devices, take a look at drivers/at24cxxx/include/at24cxxx_defines.h

Expected result

You should see that all tests print [SUCCESS] and that the tests finish.