6cbe9a0c16
Add initial support for the nPM1100 EK. The EK is expected to be connected to Arduino header pins (D2/3/4/5). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
# Copyright (c) 2023 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_NPM1100_EK
|
|
def_bool $(shields_list_contains,npm1100_ek)
|