Skip to content

Commit

Permalink
Merge pull request #144 from theacodes/master
Browse files Browse the repository at this point in the history
Add configuration for Winterbloom Gemini (Castor & Pollux)
  • Loading branch information
ladyada authored Oct 6, 2020
2 parents 901110e + 50c5090 commit a46d192
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/winterbloom_gemini/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/winterbloom_gemini/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 VENDOR_NAME "Winterbloom"
#define PRODUCT_NAME "Gemini"
#define VOLUME_LABEL "GEMINIBOOT"
#define INDEX_URL "https://wntr.dev/gemini"
#define BOARD_ID "SAMD21G18A-Winterbloom-Gemini-v0"

#define USB_VID 0x239A
// Allocated at https://github.com/adafruit/uf2-samdx1/issues/136
#define USB_PID 0x00C3

#define BOARD_RGBLED_CLOCK_PIN PIN_PB23
#define BOARD_RGBLED_DATA_PIN PIN_PB22

#endif

0 comments on commit a46d192

Please sign in to comment.