mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 07:05:23 +00:00
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>
7 lines
161 B
CMake
7 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()
|