Skip to content

Commit

Permalink
Merge pull request #34 from ShawnHymel/master
Browse files Browse the repository at this point in the history
MKRZero board support
  • Loading branch information
ladyada committed Nov 14, 2018
2 parents f0258fe + c9bad99 commit c44317f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/mkrzero/board.mk
@@ -0,0 +1,2 @@
CHIP_FAMILY = samd21
CHIP_VARIANT = SAMD21G18A
16 changes: 16 additions & 0 deletions boards/mkrzero/board_config.h
@@ -0,0 +1,16 @@
#ifndef BOARD_CONFIG_H
#define BOARD_CONFIG_H

#define VENDOR_NAME "Arduino LLC"
#define PRODUCT_NAME "Arduino MKRZero"
#define VOLUME_LABEL "MKRZEROBOOT"

#define BOARD_ID "SAMD21G18A-MKRZero-v0"

// Adafruit VID/PID assigned to MKRZero for hobby use
#define USB_VID 0x239A
#define USB_PID 0x0035

#define LED_PIN PIN_PB08

#endif

0 comments on commit c44317f

Please sign in to comment.