mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
11 lines
237 B
Plaintext
11 lines
237 B
Plaintext
# SPDX-FileCopyrightText: 2020 Locha Inc
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "cc1352-launchpad" if BOARD_CC1352_LAUNCHPAD
|
|
|
|
config BOARD_CC1352_LAUNCHPAD
|
|
bool
|
|
default y
|
|
select CPU_MODEL_CC1352R1
|