mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 23:02:56 +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>
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
# Arduino Nano 33 IOT board configuration
|
|
|
|
# Copyright (c) 2020 Google LLC.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ARDUINO_NANO_33_IOT
|
|
bool "Arduino Nano 33 IOT"
|
|
depends on SOC_PART_NUMBER_SAMD21G18A
|