zephyr/boards/arm/atsamd21_xpro/CMakeLists.txt
Bryan O'Donoghue 674ccd3698 boards: arm: atsamd21: Add SAMD21 XPlained board
This patch adds support of the SAMD21 XPlained board. The board has a
similar pinout to the SAMD20 XPlained with a different pin-mapping.

Signed-off-by: Bryan O'Donoghue <pure.logic@nexus-software.ie>
2018-09-21 17:52:32 -07:00

6 lines
161 B
CMake

# Copyright (c) 2018 Bryan O'Donoghue
# SPDX-License-Identifier: Apache-2.0
if(CONFIG_PINMUX_SAM0)
zephyr_library()
zephyr_library_sources(pinmux.c)
endif()