Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kurt Bowen
uf2-samdx1-BattleBoard
Commits
74293357
Commit
74293357
authored
6 years ago
by
dean
Browse files
Options
Download
Email Patches
Plain Diff
DM: add feather radio
parent
db343423
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
boards/feather_radio/board.mk
+2
-0
boards/feather_radio/board.mk
boards/feather_radio/board_config.h
+19
-0
boards/feather_radio/board_config.h
with
21 additions
and
0 deletions
+21
-0
boards/feather_radio/board.mk
0 → 100644
View file @
74293357
CHIP_FAMILY
=
samd21
CHIP_VARIANT
=
SAMD21G18A
This diff is collapsed.
Click to expand it.
boards/feather_radio/board_config.h
0 → 100644
View file @
74293357
#ifndef BOARD_CONFIG_H
#define BOARD_CONFIG_H
#define VENDOR_NAME "Adafruit Industries"
#define PRODUCT_NAME "Feather Radio"
#define VOLUME_LABEL "FEATHERBOOT"
#define INDEX_URL "http://adafru.it/3403"
#define BOARD_ID "SAMR21G18A-Feather-v0"
#define USB_VID 0x239A
#define USB_PID 0x0024
#define LED_PIN PIN_PA27
#define BOARD_NEOPIXEL_PIN PIN_PA22
#define BOARD_NEOPIXEL_COUNT 1
#endif
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help