1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/at25xxx
Francisco Molina 14ef09b8b4 drivers/mtd: fix Kconfig dependencies
Currently implementations of the MTD api are selecting the module,
this makes it easy for default backends to be selected. But the
correct modeling is simply selecting the MTD api and then selecting
a backend. BOARDs providing one of the backends can expose this and
then that backend can be selected by default.

There is also currently nothing preventing from using the MTD api
with no backend since a mock backend can easily be provided as is
done in all mtd tests.
2021-09-22 09:22:51 +02:00
..
include drivers: add AT25xxx series EEPROM 2020-04-07 12:31:46 +02:00
mtd drivers/mtd: fix Kconfig dependencies 2021-09-22 09:22:51 +02:00
at25xxx.c drivers: update to new periph_spi API 2021-09-01 21:38:40 +02:00
Kconfig drivers/mtd: fix Kconfig dependencies 2021-09-22 09:22:51 +02:00
Makefile drivers/at25xxx: add MTD wrapper for AT25XXX EEPROMs 2020-05-05 13:37:51 +01:00
Makefile.dep drivers: configure per driver dependency resolution 2020-07-20 14:32:16 +02:00
Makefile.include drivers: move USEMODULE_INCLUDES in each driver directories 2020-07-15 20:36:27 +02:00