Add support for the Mikroe BLE TINY Click shield that contains the Renesas DA14531 Bluetooth LE Module. Signed-off-by: Ian Morris <ian.d.morris@outlook.com>
6 lines
164 B
Plaintext
6 lines
164 B
Plaintext
# Copyright (c) 2024 Ian Morris
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_MIKROE_BLE_TINY_CLICK
|
|
def_bool $(shields_list_contains,mikroe_ble_tiny_click)
|