Skip to content

Commit

Permalink
Merge pull request #190 from CytronTechnologies/add-cytron-maker-zero…
Browse files Browse the repository at this point in the history
…-samd21

Add new board: Cytron Maker Zero Samd21
  • Loading branch information
dhalbert authored May 29, 2022
2 parents 8f87953 + d1f3f53 commit 779ccde
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boards/cytron_maker_zero_samd21/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/cytron_maker_zero_samd21/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 "Cytron Technologies"
#define PRODUCT_NAME "Maker Zero SAMD21"
#define VOLUME_LABEL "ZEROBOOT"

#define BOARD_ID "SAMD21G18A-Zero-v0"

#define USB_VID 0x04D8
#define USB_PID 0xE799

#define LED_PIN PIN_PA17
#define LED_TX_PIN PIN_PA27
#define LED_RX_PIN PIN_PB03

#endif

0 comments on commit 779ccde

Please sign in to comment.