Skip to content

Commit 5ffa584

Browse files
authored
Merge pull request microsoft#89 from keith-packard/nano33iot
Add Arduino NANO 33 IoT
2 parents 63b4c6f + 82cd95d commit 5ffa584

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

boards/nano33iot/board.mk

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CHIP_FAMILY = samd21
2+
CHIP_VARIANT = SAMD21G18A

boards/nano33iot/board_config.h

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#ifndef BOARD_CONFIG_H
2+
#define BOARD_CONFIG_H
3+
4+
#define CRYSTALLESS 1
5+
6+
#define VENDOR_NAME "Arduino SA"
7+
#define PRODUCT_NAME "Arduino NANO 33 IoT"
8+
#define VOLUME_LABEL "NANOBOOT"
9+
#define INDEX_URL "https://store.arduino.cc/usa/nano-33-iot"
10+
#define BOARD_ID "SAMD21G18A-NANO-33"
11+
12+
#define USB_VID 0x2341
13+
#define USB_PID 0x0057
14+
15+
#define LED_PIN PIN_PA17
16+
17+
#endif

0 commit comments

Comments
 (0)