forked from microsoft/uf2-samdx1
-
Notifications
You must be signed in to change notification settings - Fork 188
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from ladyada/master
A range of small fixes + Hallowing UF2
- Loading branch information
Showing
7 changed files
with
49 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CHIP_FAMILY = samd21 | ||
CHIP_VARIANT = SAMD21G18A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#ifndef BOARD_CONFIG_H | ||
#define BOARD_CONFIG_H | ||
|
||
#define VENDOR_NAME "Adafruit Industries" | ||
#define PRODUCT_NAME "Feather M0 Express" | ||
#define VOLUME_LABEL "FEATHERBOOT" | ||
#define INDEX_URL "http://adafru.it/3403" | ||
#define BOARD_ID "SAMD21G18A-Feather-M0-Express-v0" | ||
|
||
#define USB_VID 0x239A | ||
#define USB_PID 0x001B | ||
|
||
#define LED_PIN PIN_PA17 | ||
|
||
#define BOARD_NEOPIXEL_PIN PIN_PA06 | ||
#define BOARD_NEOPIXEL_COUNT 1 | ||
|
||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CHIP_FAMILY = samd21 | ||
CHIP_VARIANT = SAMD21G18A |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#ifndef BOARD_CONFIG_H | ||
#define BOARD_CONFIG_H | ||
|
||
#define VENDOR_NAME "Adafruit Industries" | ||
#define PRODUCT_NAME "Hallowing M0" | ||
#define VOLUME_LABEL "HALLOWBOOT" | ||
#define INDEX_URL "http://adafru.it/3900" | ||
#define BOARD_ID "SAMD21G18A-Hallowing-v0" | ||
|
||
#define USB_VID 0x239A | ||
#define USB_PID 0xB000 | ||
|
||
#define LED_PIN PIN_PA23 | ||
|
||
#define BOARD_NEOPIXEL_PIN PIN_PA12 | ||
#define BOARD_NEOPIXEL_COUNT 1 | ||
|
||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters