We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63b4c6f + 82cd95d commit 5ffa584Copy full SHA for 5ffa584
boards/nano33iot/board.mk
@@ -0,0 +1,2 @@
1
+CHIP_FAMILY = samd21
2
+CHIP_VARIANT = SAMD21G18A
boards/nano33iot/board_config.h
@@ -0,0 +1,17 @@
+#ifndef BOARD_CONFIG_H
+#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