|
@@ -1,6 +1,16 @@
|
|
|
-# Diecimila, Duemilanove with m168, and NG use identical bootloaders
|
|
|
-# Call it "atmega168" for generality and clarity, keep "diecimila" for
|
|
|
-# backward compatibility of makefile
|
|
|
+#
|
|
|
+# Support for the Atmel Xplained mini eval boards that are mostly
|
|
|
+# compatible with Arduino. (168pb, 328p, and 328pb chips.)
|
|
|
+#
|
|
|
+# Currently these all masquerade as 168 or 328p, because the IDE
|
|
|
+# does not yet have compiler support for the -pb variants.
|
|
|
+#
|
|
|
+# These boards have an mEDBG debug chip that:
|
|
|
+# 1) means that optiboot can only be programmed via Atmel Studio
|
|
|
+# 2) prevents optiboot from working at 115200bps.
|
|
|
+# 3) provides 16MHz (at 5V) via Xin on the chip.
|
|
|
+#
|
|
|
+#
|
|
|
#
|
|
|
xplained168pb: TARGET = $@
|
|
|
xplained168pb: CHIP = atmega168
|