9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
|
# Arduino Nano 33 IOT board configuration
|
||
|
|
||
|
# Copyright (c) 2020 Google LLC.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config BOARD
|
||
|
default "arduino_nano_33_iot"
|
||
|
depends on BOARD_ARDUINO_NANO_33_IOT
|