Skip to content

Commit dec2fb7

Browse files
sabas1080pelikhan
authored andcommitted
add arduino mkr1300 (adafruit#66)
1 parent fc4760b commit dec2fb7

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

boards/mkr1300/board.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
CHIP_FAMILY = samd21
2+
CHIP_VARIANT = SAMD21G18A

boards/mkr1300/board_config.h

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#ifndef BOARD_CONFIG_H
2+
#define BOARD_CONFIG_H
3+
4+
#define VENDOR_NAME "Arduino LLC"
5+
#define PRODUCT_NAME "Arduino MKR1300"
6+
#define VOLUME_LABEL "MKR1300"
7+
8+
#define BOARD_ID "SAMD21G18A-MKR1300-v0"
9+
10+
#define USB_VID 0x2341
11+
#define USB_PID 0x8053
12+
13+
#define LED_PIN PIN_PA20
14+
15+
#endif

0 commit comments

Comments
 (0)