Skip to content

Commit d00e77d

Browse files
authored
Merge pull request adafruit#105 from burtyb/commander-1
Add support for Commander board
2 parents bb87d43 + 71dfe62 commit d00e77d

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

boards/8086_commander/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/8086_commander/board_config.h

Lines changed: 17 additions & 0 deletions
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 "8086 Consultancy"
7+
#define PRODUCT_NAME "COMMANDER"
8+
#define VOLUME_LABEL "CMDBOOT"
9+
#define INDEX_URL "https://8086.net/p/commander"
10+
#define BOARD_ID "SAMD21G18A-Commander-v0"
11+
12+
#define USB_VID 0x3171
13+
#define USB_PID 0x0100
14+
15+
#define LED_PIN PIN_PA06
16+
17+
#endif

0 commit comments

Comments
 (0)