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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Erik Strand
lufa
Commits
3e1f3869
Commit
3e1f3869
authored
12 years ago
by
Dean Camera
Browse files
Options
Downloads
Patches
Plain Diff
Clean up the BoardDriverTest mapping file, fix up USB2AX MCU mappings.
parent
fc2cbe07
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
BuildTests/BoardDriverTest/BoardDeviceMap.cfg
+60
-55
60 additions, 55 deletions
BuildTests/BoardDriverTest/BoardDeviceMap.cfg
with
60 additions
and
55 deletions
BuildTests/BoardDriverTest/BoardDeviceMap.cfg
+
60
−
55
View file @
3e1f3869
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
# =============================================================================
# =============================================================================
# Board configuration map script, processed with the "BoardDriverTest"
# Board configuration map script, processed with the "BoardDriverTest"
# makefile. This script file maps the possible LUFA target BOARD makefile
# makefile. This script file maps the possible LUFA target BOARD makefile
# value in user projects to a specific architecture and device. This mapping is
# value
s
in user projects to a specific architecture and device. This mapping is
# then used by the makefile to build all possible drivers for that board, to
# then used by the makefile to build all possible drivers for that board, to
# detect any missing or erroneous functions. To add a new board mapping, use
# detect any missing or erroneous functions. To add a new board mapping, use
# the syntax:
# the syntax:
...
@@ -20,41 +20,20 @@
...
@@ -20,41 +20,20 @@
# =============================================================================
# =============================================================================
#
#
#
#
BOARD_USER
=
AVR8 : at90usb1287 :
# ----------------- AVR8 Boards ------------------
BOARD_NONE
=
AVR8 : at90usb1287 :
BOARD_ADAFRUITU4
=
AVR8 : atmega32u4 :
BOARD_USBKEY
=
AVR8 : at90usb1287 :
BOARD_STK525
=
AVR8 : at90usb647 :
BOARD_STK526
=
AVR8 : at90usb162 :
BOARD_RZUSBSTICK
=
AVR8 : at90usb1287 :
BOARD_ATAVRUSBRF01
=
AVR8 : at90usb1287 :
BOARD_ATAVRUSBRF01
=
AVR8 : at90usb1287 :
BOARD_BUMBLEB
=
AVR8 : at90usb162 :
BOARD_XPLAIN
=
AVR8 : at90usb1287 :
BOARD_XPLAIN_REV1
=
AVR8 : at90usb1287 :
BOARD_EVK527
=
AVR8 : atmega32u4 :
BOARD_TEENSY
=
AVR8 : at90usb162 :
BOARD_USBTINYMKII
=
AVR8 : at90usb162 :
BOARD_BENITO
=
AVR8 : at90usb162 :
BOARD_BENITO
=
AVR8 : at90usb162 :
BOARD_JMDBU2
=
AVR8 : atmega32u2 :
BOARD_BIGMULTIO
=
AVR8 : atmega32u4 :
BOARD_OLIMEX162
=
AVR8 : at90usb162 :
BOARD_BLACKCAT
=
AVR8 : at90usb162 :
BOARD_UDIP
=
AVR8 : atmega32u2 :
BOARD_BUI
=
AVR8 : at90usb646 :
BOARD_BUI
=
AVR8 : at90usb646 :
BOARD_
UNO
=
AVR8 : at
mega8u2
:
BOARD_
BUMBLEB
=
AVR8
: at
90usb162
:
BOARD_CULV3
=
AVR8 : atmega32u4 :
BOARD_CULV3
=
AVR8 : atmega32u4 :
BOARD_BLACKCAT
=
AVR8 : at90usb162 :
BOARD_DUCE
=
AVR8 : atmega32u2 :
BOARD_EVK527
=
AVR8 : atmega32u4 :
BOARD_JMDBU2
=
AVR8 : atmega32u2 :
BOARD_LEONARDO
=
AVR8 : atmega32u4 :
BOARD_MAXIMUS
=
AVR8 : at90usb162 :
BOARD_MAXIMUS
=
AVR8 : at90usb162 :
BOARD_MINIMUS
=
AVR8 : atmega32u2 :
BOARD_ADAFRUITU4
=
AVR8 : atmega32u4 :
BOARD_MICROSIN162
=
AVR8 : atmega162 :
BOARD_USBFOO
=
AVR8 : atmega162 :
BOARD_SPARKFUN8U2
=
AVR8 : atmega8u2 :
BOARD_EVK1101
=
UC3 : uc3b0256 :
BOARD_TUL
=
AVR8 : atmega32u4 :
BOARD_EVK1100
=
UC3 : uc3a0512 :
BOARD_EVK1104
=
UC3 : uc3a3256 :
BOARD_A3BU_XPLAINED
=
XMEGA : atxmega256a3bu :
BOARD_TEENSY2
=
AVR8 : at90usb646 :
BOARD_USB2AX
=
AVR8 : atmega32u4 :
BOARD_USB2AX_V3
=
AVR8 : atmega32u4 :
BOARD_MICROPENDOUS_32U2
=
AVR8 : atmega32u2 :
BOARD_MICROPENDOUS_32U2
=
AVR8 : atmega32u2 :
BOARD_MICROPENDOUS_A
=
AVR8 : at90usb1287 :
BOARD_MICROPENDOUS_A
=
AVR8 : at90usb1287 :
BOARD_MICROPENDOUS_1
=
AVR8 : at90usb162 :
BOARD_MICROPENDOUS_1
=
AVR8 : at90usb162 :
...
@@ -64,14 +43,40 @@ BOARD_MICROPENDOUS_4 = AVR8 : at90usb1287 :
...
@@ -64,14 +43,40 @@ BOARD_MICROPENDOUS_4 = AVR8 : at90usb1287 :
BOARD_MICROPENDOUS_DIP
=
AVR8 : at90usb1287 :
BOARD_MICROPENDOUS_DIP
=
AVR8 : at90usb1287 :
BOARD_MICROPENDOUS_REV1
=
AVR8 : at90usb1287 :
BOARD_MICROPENDOUS_REV1
=
AVR8 : at90usb1287 :
BOARD_MICROPENDOUS_REV2
=
AVR8 : at90usb1287 :
BOARD_MICROPENDOUS_REV2
=
AVR8 : at90usb1287 :
BOARD_B1_XPLAINED
=
XMEGA : atxmega128b1 :
BOARD_MICROSIN162
=
AVR8 : atmega162 :
BOARD_MINIMUS
=
AVR8 : atmega32u2 :
BOARD_MULTIO
=
AVR8 : at90usb162 :
BOARD_MULTIO
=
AVR8 : at90usb162 :
BOARD_
BIGMULTIO
=
AVR8 : at
mega32u4
:
BOARD_
NONE
=
AVR8
: at
90usb1287
:
BOARD_
DUCE
=
AVR8 : at
mega32u2
:
BOARD_
OLIMEX162
=
AVR8
: at
90usb162
:
BOARD_OLIMEX32U4
=
AVR8 : atmega32u4 :
BOARD_OLIMEX32U4
=
AVR8 : atmega32u4 :
BOARD_OLIMEXT32U4
=
AVR8 : atmega32u4 :
BOARD_OLIMEXT32U4
=
AVR8 : atmega32u4 :
BOARD_OLIMEXISPMK2
=
AVR8 : at90usb162 :
BOARD_OLIMEXISPMK2
=
AVR8 : at90usb162 :
BOARD_LEONARDO
=
AVR8 : atmega32u4 :
BOARD_RZUSBSTICK
=
AVR8 : at90usb1287 :
BOARD_SPARKFUN8U2
=
AVR8 : atmega8u2 :
BOARD_STK525
=
AVR8 : at90usb647 :
BOARD_STK526
=
AVR8 : at90usb162 :
BOARD_TEENSY
=
AVR8 : at90usb162 :
BOARD_TEENSY2
=
AVR8 : at90usb646 :
BOARD_TUL
=
AVR8 : atmega32u4 :
BOARD_UDIP
=
AVR8 : atmega32u2 :
BOARD_UNO
=
AVR8 : atmega8u2 :
BOARD_USB2AX
=
AVR8 : atmega32u2 :
BOARD_USB2AX_V3
=
AVR8 : atmega32u2 :
BOARD_USB2AX_V31
=
AVR8 : atmega32u2 :
BOARD_USBFOO
=
AVR8 : atmega162 :
BOARD_USBKEY
=
AVR8 : at90usb1287 :
BOARD_USBTINYMKII
=
AVR8 : at90usb162 :
BOARD_USER
=
AVR8 : at90usb1287 :
BOARD_XPLAIN
=
AVR8 : at90usb1287 :
BOARD_XPLAIN_REV1
=
AVR8 : at90usb1287 :
#
# ----------------- XMEGA Boards -----------------
BOARD_A3BU_XPLAINED
=
XMEGA : atxmega256a3bu :
BOARD_B1_XPLAINED
=
XMEGA : atxmega128b1 :
#
# ------------------ UC3 Boards ------------------
BOARD_EVK1100
=
UC3 : uc3a0512 :
BOARD_EVK1101
=
UC3 : uc3b0256 :
BOARD_EVK1104
=
UC3 : uc3a3256 :
BOARD_UC3A3_XPLAINED
=
UC3 : uc3a3256 :
BOARD_UC3A3_XPLAINED
=
UC3 : uc3a3256 :
BOARD_USB2AX_V31
=
AVR8 : atmega32u4 :
#
#
\ No newline at end of file
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