Skip to content

Commit

Permalink
Merge pull request #31 from ladyada/master
Browse files Browse the repository at this point in the history
A range of small fixes + Hallowing UF2
  • Loading branch information
dhalbert authored Oct 3, 2018
2 parents 3f4c7c5 + 7d17cf4 commit cb6ce4a
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 11 deletions.
8 changes: 2 additions & 6 deletions boards/feather_m0/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
#define VENDOR_NAME "Adafruit Industries"
#define PRODUCT_NAME "Feather M0"
#define VOLUME_LABEL "FEATHERBOOT"
#define INDEX_URL "http://adafru.it/3403"
#define INDEX_URL "http://adafru.it/"
#define BOARD_ID "SAMD21G18A-Feather-v0"

#define USB_VID 0x239A
#define USB_PID 0x001B
#define USB_PID 0x0015

#define LED_PIN PIN_PA17

#define BOARD_NEOPIXEL_PIN PIN_PA06
#define BOARD_NEOPIXEL_COUNT 1


#endif
2 changes: 2 additions & 0 deletions boards/feather_m0_express/board.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CHIP_FAMILY = samd21
CHIP_VARIANT = SAMD21G18A
19 changes: 19 additions & 0 deletions boards/feather_m0_express/board_config.h
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
6 changes: 3 additions & 3 deletions boards/feather_m4/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
#define BOARD_CONFIG_H

#define VENDOR_NAME "Adafruit Industries"
#define PRODUCT_NAME "Feather M4"
#define PRODUCT_NAME "Feather M4 Express"
#define VOLUME_LABEL "FEATHERBOOT"
#define INDEX_URL "http://adafru.it/3505"
#define INDEX_URL "http://adafru.it/3857"
#define BOARD_ID "SAMD51J19A-FeatherM4-v0"

#define USB_VID 0x239A
#define USB_PID 0x0022

#define LED_PIN PIN_PA23

#define BOARD_NEOPIXEL_PIN PIN_PB23
#define BOARD_NEOPIXEL_PIN PIN_PB03
#define BOARD_NEOPIXEL_COUNT 1

#define BOOT_USART_MODULE SERCOM0
Expand Down
2 changes: 2 additions & 0 deletions boards/hallowing_m0/board.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
CHIP_FAMILY = samd21
CHIP_VARIANT = SAMD21G18A
19 changes: 19 additions & 0 deletions boards/hallowing_m0/board_config.h
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
4 changes: 2 additions & 2 deletions boards/pirkey/board_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#define CRYSTALLESS 1

#define VENDOR_NAME "Adafruit Industries"
#define PRODUCT_NAME "pIRKey"
#define PRODUCT_NAME "pIRKey M0"
#define VOLUME_LABEL "PIRKEYBOOT"
#define INDEX_URL "http://adafru.it/"
#define INDEX_URL "http://adafru.it/3364"
#define BOARD_ID "SAMD21E18A-pIRKey-v0"

#define USB_VID 0x239A
Expand Down

0 comments on commit cb6ce4a

Please sign in to comment.