diff options
author | Fede85 <f.vanzati@gmail.com> | 2015-06-01 20:00:54 +0200 |
---|---|---|
committer | Fede85 <f.vanzati@gmail.com> | 2015-06-01 20:00:54 +0200 |
commit | e58a318bb38818e6bb9e95b8b07b2fbd0819e49e (patch) | |
tree | 0bb5794a749817752fd512a629db287338e6b3f8 /bootloaders/gemma/README.md | |
parent | 17b840d27f5fc1f0a62033b807ef8aff369fca54 (diff) |
add Arduino Gemma Bootloader source files
Diffstat (limited to 'bootloaders/gemma/README.md')
-rw-r--r-- | bootloaders/gemma/README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bootloaders/gemma/README.md b/bootloaders/gemma/README.md new file mode 100644 index 0000000..2653e48 --- /dev/null +++ b/bootloaders/gemma/README.md @@ -0,0 +1,14 @@ +Arduino Gemma Bootloader +======================== + +The Arduino Gemma Bootloader is based on the Adafruit Trinket/Gemma Bootloader. In the Arduino Gemma bootloader the USB VID&PID, the Manufacturer name and the Device name parameters are changed. + +The source code of the bootloader of the version used at the compile time can be found at the following link: https://github.com/adafruit/Adafruit-Trinket-Gemma-Bootloader/tree/3bc1bb561273535d4d493518a233a3a1fccf6b76 + +The *'usbconfig.h'* and the *'usbconfig.patch'* files are provided if you want to recompile the bootloader. +You only need to replace the original *'usbconfig.h'* file with this one or patch it with the provided patch file. + +**Please note: you cannot use the Arduino USB VID/PID for your own non-Gemma products or projects. Purchase a USB VID for yourself at** http://www.usb.org/developers/vendor/ + + + |