002ea39561
This commit adds st microelectronics x-nucleo-eeprma2 shield, which has populated 6 different i2c and spi eeproms. They are all compatible with the existing at24 and at25 drivers. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
6 lines
159 B
Plaintext
6 lines
159 B
Plaintext
# Copyright (c) 2021 Thomas Stranger
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_X_NUCLEO_EEPRMA2
|
|
def_bool $(shields_list_contains,x_nucleo_eeprma2)
|