Skip to content

Commit

Permalink
Merge pull request #105 from burtyb/commander-1
Browse files Browse the repository at this point in the history
Add support for Commander board
  • Loading branch information
dhalbert authored Apr 10, 2020
2 parents bb87d43 + 71dfe62 commit d00e77d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/8086_commander/board.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CHIP_FAMILY = samd21
CHIP_VARIANT = SAMD21G18A
17 changes: 17 additions & 0 deletions boards/8086_commander/board_config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#ifndef BOARD_CONFIG_H
#define BOARD_CONFIG_H

#define CRYSTALLESS 1

#define VENDOR_NAME "8086 Consultancy"
#define PRODUCT_NAME "COMMANDER"
#define VOLUME_LABEL "CMDBOOT"
#define INDEX_URL "https://8086.net/p/commander"
#define BOARD_ID "SAMD21G18A-Commander-v0"

#define USB_VID 0x3171
#define USB_PID 0x0100

#define LED_PIN PIN_PA06

#endif

0 comments on commit d00e77d

Please sign in to comment.