* add pinmux driver. hsdk board has arduino, mikrobus and pmod interfaces, which can be confiured for different function, such as: gpio, spi, uart, iic. * add introduction for arduino, mikrobus and pmod interfaces. Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
8 lines
152 B
CMake
8 lines
152 B
CMake
#
|
|
# Copyright (c) 2019 Synopsys, Inc. All rights reserved.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
zephyr_sources_ifdef(CONFIG_PINMUX_HSDK pinmux.c)
|