aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-06-10 10:59:13 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-06-10 10:59:13 +0000
commit59056ce544b17b543c88a73b30850c367fabe26b (patch)
tree8a09bcdff5ada17d149c3a443f225eda47ceace9 /LUFA
parent6dc85e40233f1d33af9d2fb80fa97de345f1e162 (diff)
downloadlufa-59056ce544b17b543c88a73b30850c367fabe26b.tar.gz
lufa-59056ce544b17b543c88a73b30850c367fabe26b.tar.bz2
lufa-59056ce544b17b543c88a73b30850c367fabe26b.zip
Add compile time warnings for experimental architectures, for those that don't read the manual.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/Build/lufa.build.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/LUFA/Build/lufa.build.in b/LUFA/Build/lufa.build.in
index 066986aed..62e902adb 100644
--- 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-
+ $(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