mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 06:52:40 +00:00
The Arduino Nano 33 IOT is a a small form factor development board with USB, Wifi, Bluetooth, a 6 axis IMU, and secure element. Signed-off-by: Michael Hope <mlhx@google.com>
7 lines
124 B
CMake
7 lines
124 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if(CONFIG_PINMUX_SAM0)
|
|
zephyr_library()
|
|
zephyr_library_sources(pinmux.c)
|
|
endif()
|