diff options
| author | Cristian Maglie <c.maglie@bug.st> | 2012-12-10 15:55:05 +0100 | 
|---|---|---|
| committer | Cristian Maglie <c.maglie@bug.st> | 2012-12-10 15:55:05 +0100 | 
| commit | 433090f18b6218319fe0a721c24e1dc69285ea3e (patch) | |
| tree | e7dc4da5b6ff077f1bc255350506dfc0bf87c6c3 /bootloaders/caterina/Makefile | |
| parent | c453e0a32e7adf5e7bab7bfb7c8f7a21e30ca563 (diff) | |
| parent | e624b841b3b5d22f6e9cb7ec515beb47f96f46f2 (diff) | |
Merged 1.0.3
Diffstat (limited to 'bootloaders/caterina/Makefile')
| -rw-r--r-- | bootloaders/caterina/Makefile | 8 | 
1 files changed, 6 insertions, 2 deletions
diff --git a/bootloaders/caterina/Makefile b/bootloaders/caterina/Makefile index 873f8bd..b3bd9e8 100644 --- 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,10 @@  # USB product ID (PID)
  # official Leonardo PID
  # PID = 0x0036
 -
 +# official Micro PID
 +# PID = 0x0037
 +# official Esplora PID
 +# PID = 0x003C
  # MCU name
  MCU = atmega32u4
 @@ -123,7 +127,7 @@ OBJDIR = .  # Path to the LUFA library
 -LUFA_PATH = ../../../../../LUFA-111009
 +LUFA_PATH = ../../../../../../LUFA/LUFA-111009
  # LUFA library compile-time options and predefined tokens
  | 
