diff options
author | Cristian Maglie <c.maglie@bug.st> | 2012-12-07 18:11:07 +0100 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2012-12-07 18:11:07 +0100 |
commit | 1668039101ddee651f9b8e9b763134e0a5aebf59 (patch) | |
tree | 82c77cd2694b460abbf2a267725196f99f17cc92 /bootloaders/caterina/Makefile | |
parent | 4c371b4ae96a28ba9291e669799e5c0086603f33 (diff) |
Added support for Arduino Esplora
Diffstat (limited to 'bootloaders/caterina/Makefile')
-rw-r--r--[-rwxr-xr-x] | bootloaders/caterina/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootloaders/caterina/Makefile b/bootloaders/caterina/Makefile index 91348bf..b3bd9e8 100755..100644 --- 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
|