projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6dc85e4
)
Add compile time warnings for experimental architectures, for those that don't read...
author
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 10 Jun 2012 10:59:13 +0000
(10:59 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Sun, 10 Jun 2012 10:59:13 +0000
(10:59 +0000)
LUFA/Build/lufa.build.in
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Build/lufa.build.in
b/LUFA/Build/lufa.build.in
index
066986a
..
62e902a
100644
(file)
--- a/
LUFA/Build/lufa.build.in
+++ b/
LUFA/Build/lufa.build.in
@@
-87,10
+87,12
@@
ifeq ($(ARCH), AVR8)
CROSS := avr-
else ifeq ($(ARCH), XMEGA)
CROSS := avr-
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-
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
else
-
$(error Unsupported architecture "$(ARCH)".
)
+
$(error Unsupported architecture "$(ARCH)"
)
endif
# Output Messages
endif
# Output Messages