This website requires JavaScript.
Explore
Help
Sign In
RIOT-OS
/
RIOT
Watch
1
Star
0
Fork
0
You've already forked RIOT
mirror of
https://github.com/RIOT-OS/RIOT.git
synced
2024-12-29 04:50:03 +01:00
Code
Releases
Activity
af89824cfd
RIOT
/
drivers
/
at25xxx
/
Makefile
6 lines
99 B
Makefile
Raw
Normal View
History
Unescape
Escape
drivers/at25xxx: add MTD wrapper for AT25XXX EEPROMs drivers/at25xxx: add mtd_wrapper as submodule tests: add mtd_at25xxx test module for mtd wrapper drivers/Makefile.dep: add at25xxx dep for mtd_at25xxx module
2020-04-09 14:57:29 +02:00
i
f
n
e
q
(
,
$(
filter
mtd_at
25
xxx
,
$
(
USEMODULE
)
)
)
DIRS
+=
mtd
e
n
d
i
f
drivers: add AT25xxx series EEPROM This adds a driver for the ST M95xxx series SPI EEPROMs. The driver has been tested with the M95M01 EEPROM, but should work with other chips from that family. SPI-EEPROMs from other vendors from the families AT25xxx, 25AAxxx, 25LCxxx, CAT25xxx & BR25Sxxx should also in the same way.
2019-07-31 16:12:40 +02:00
i
n
c
l
u
d
e
$(
RIOTBASE
)
/
M
a
k
e
f
i
l
e
.
b
a
s
e
Copy Permalink