Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
59056ce5
Commit
59056ce5
authored
Jun 10, 2012
by
Dean Camera
Browse files
Add compile time warnings for experimental architectures, for those that don't read the manual.
parent
6dc85e40
Changes
1
Hide whitespace changes
Inline
Side-by-side
LUFA/Build/lufa.build.in
View file @
59056ce5
...
...
@@ -87,10 +87,12 @@ ifeq ($(ARCH), AVR8)
CROSS := avr-
else ifeq ($(ARCH), XMEGA)
CROSS := avr-
$(warning The XMEGA device support is currently EXPERIMENTAL (incomplete and/or non-functional), and is included for preview purposes only.)
else ifeq ($(ARCH), UC3)
CROSS := avr32-
$(warning The UC3 device support is currently EXPERIMENTAL (incomplete and/or non-functional), and is included for preview purposes only.)
else
$(error Unsupported architecture "$(ARCH)"
.
)
$(error Unsupported architecture "$(ARCH)")
endif
# Output Messages
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment