Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lufa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
75b68126
Commit
75b68126
authored
9 years ago
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Add missing BOARD_POLOLUMICRO definition.
parent
e3ff5516
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
BuildTests/BoardDriverTest/BoardDeviceMap.cfg
+1
-0
1 addition, 0 deletions
BuildTests/BoardDriverTest/BoardDeviceMap.cfg
LUFA/Common/BoardTypes.h
+4
-1
4 additions, 1 deletion
LUFA/Common/BoardTypes.h
with
5 additions
and
1 deletion
BuildTests/BoardDriverTest/BoardDeviceMap.cfg
+
1
−
0
View file @
75b68126
...
...
@@ -73,6 +73,7 @@ BOARD_STANGE_ISP = AVR8 : at90usb162 :
BOARD_U2S
=
AVR8 : atmega32u2 :
BOARD_YUN
=
AVR8 : atmega32u4 :
BOARD_MICRO
=
AVR8 : atmega32u4 :
BOARD_POLOLUMICRO
=
AVR8 : atmega32u4 :
BOARD_XPLAINED_MINI
=
AVR8 : atmega32u4 :
#
# ----------------- XMEGA Boards -----------------
...
...
This diff is collapsed.
Click to expand it.
LUFA/Common/BoardTypes.h
+
4
−
1
View file @
75b68126
...
...
@@ -240,8 +240,11 @@
/** Selects the Arduino Micro specific board drivers, including the driver for the board LEDs. */
#define BOARD_MICRO 58
/** Selects the Pololu A-Star Micro specific board drivers, including the driver for the board LEDs. */
#define BOARD_POLOLUMICRO 59
/** Selects the Atmel Xplained-MINI specific board drivers, including the driver for the board LEDs. */
#define BOARD_XPLAINED_MINI
59
#define BOARD_XPLAINED_MINI
60
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment