zephyr/boards/shields/semtech_sx1276mb1mas/Kconfig.shield
Marcin Niestroj 5a36d380b5 shields: semtech_sx1276mb1mas: new shield
Add Arduino compatible LoRaWAN shield based on SX1276 tranceiver from
Semtech. Provide minimal documentation on how to use it.

Tested with `nucleo_l073rz` platform.

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2023-07-12 09:26:24 +02:00

6 lines
167 B
Plaintext

# Copyright (c) 2023 Marcin Niestroj
# SPDX-License-Identifier: Apache-2.0
config SHIELD_SEMTECH_SX1276MB1MAS
def_bool $(shields_list_contains,semtech_sx1276mb1mas)