From 8fb58612a01430dd796de9bb3705e5f8380da747 Mon Sep 17 00:00:00 2001 From: Zachary Eveland Date: Fri, 23 Nov 2012 16:09:32 -0500 Subject: Caterina changes to support Micro. includes newly rebuilt version of the bootloader merged with Blink produced using 1.0.2 --- bootloaders/caterina/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bootloaders/caterina/Makefile') diff --git a/bootloaders/caterina/Makefile b/bootloaders/caterina/Makefile index 873f8bd..91348bf 100755 --- a/bootloaders/caterina/Makefile +++ b/bootloaders/caterina/Makefile @@ -47,6 +47,7 @@ #---------------------------------------------------------------------------- # USB vendor ID (VID) +# reuse of this VID by others is forbidden by USB-IF # official Arduino LLC VID # VID = 0x2341 @@ -54,7 +55,8 @@ # USB product ID (PID) # official Leonardo PID # PID = 0x0036 - +# official Micro PID +# PID = 0x0037 # MCU name MCU = atmega32u4 @@ -123,7 +125,7 @@ OBJDIR = . # Path to the LUFA library -LUFA_PATH = ../../../../../LUFA-111009 +LUFA_PATH = ../../../../../../LUFA/LUFA-111009 # LUFA library compile-time options and predefined tokens -- cgit v1.2.3-18-g5258 From 1668039101ddee651f9b8e9b763134e0a5aebf59 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Fri, 7 Dec 2012 18:11:07 +0100 Subject: Added support for Arduino Esplora --- bootloaders/caterina/Makefile | 2 ++ 1 file changed, 2 insertions(+) mode change 100755 => 100644 bootloaders/caterina/Makefile (limited to 'bootloaders/caterina/Makefile') diff --git a/bootloaders/caterina/Makefile b/bootloaders/caterina/Makefile old mode 100755 new mode 100644 index 91348bf..b3bd9e8 --- a/bootloaders/caterina/Makefile +++ b/bootloaders/caterina/Makefile @@ -57,6 +57,8 @@ # PID = 0x0036 # official Micro PID # PID = 0x0037 +# official Esplora PID +# PID = 0x003C # MCU name MCU = atmega32u4 -- cgit v1.2.3-18-g5258