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
0aa0c631
Commit
0aa0c631
authored
6 years ago
by
dean
Browse files
Options
Download
Email Patches
Plain Diff
DM: rename radiofruit
parent
74293357
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
boards/radiofruit_m0/board.mk
+2
-0
boards/radiofruit_m0/board.mk
boards/radiofruit_m0/board_config.h
+19
-0
boards/radiofruit_m0/board_config.h
with
21 additions
and
0 deletions
+21
-0
boards/radiofruit_m0/board.mk
0 → 100644
View file @
0aa0c631
CHIP_FAMILY
=
samd21
CHIP_VARIANT
=
SAMD21G18A
This diff is collapsed.
Click to expand it.
boards/radiofruit_m0/board_config.h
0 → 100644
View file @
0aa0c631
#ifndef BOARD_CONFIG_H
#define BOARD_CONFIG_H
#define VENDOR_NAME "Adafruit Industries"
#define PRODUCT_NAME "Radiofruit M0"
#define VOLUME_LABEL "RADIOBOOT"
#define INDEX_URL "http://adafru.it/3403"
#define BOARD_ID "SAMR21G18A-Radiofruit-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