<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/Bootloaders/HID/BootloaderHID.txt, branch master</title>
<subtitle>fork to update the benito, midimonster and other suspect devices products</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/lufa/atom?h=master</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/lufa/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/'/>
<updated>2012-05-18T18:39:35+00:00</updated>
<entry>
<title>Minor documentation adjustments to the demos, projects and bootloaders to ensure correct formatting of application device support.</title>
<updated>2012-05-18T18:39:35+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2012-05-18T18:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=78ddf0ed7b5c64f565d533181e5de6b6e3774596'/>
<id>urn:sha1:78ddf0ed7b5c64f565d533181e5de6b6e3774596</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2222 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Alter the bootloader section sizes to all be 8KB, to be in line with the default AT90USB1287 fuses, as that is the default target MCU. Add instructions to the documentation to clarify this for the user (thanks to Georg Glock).</title>
<updated>2012-04-18T18:59:40+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2012-04-18T18:59:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=d7d7596924d7ec57d4f18df132cf2fd1b0963e11'/>
<id>urn:sha1:d7d7596924d7ec57d4f18df132cf2fd1b0963e11</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2169 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Minor documentation improvements.</title>
<updated>2012-04-15T13:51:11+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2012-04-15T13:51:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=dae6eefeeed7465a9146ab0e84db353cfc29e12f'/>
<id>urn:sha1:dae6eefeeed7465a9146ab0e84db353cfc29e12f</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2162 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add missing SVN eol-style property to files where it was missing.</title>
<updated>2011-07-15T08:46:08+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-07-15T08:46:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=9069b4394b145a4fcc82cb1daf37779bf730677e'/>
<id>urn:sha1:9069b4394b145a4fcc82cb1daf37779bf730677e</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1887 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Expand the documentation for each Bootloader to give sample usage instructions for the command line programmer utilities.</title>
<updated>2011-06-02T13:40:53+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-06-02T13:40:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=6d096af48196bc98d476f06a96997f8041db837e'/>
<id>urn:sha1:6d096af48196bc98d476f06a96997f8041db837e</id>
<content type='text'>
Fix typo in the HID class bootloader CLI programmer application usage instructions.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1778 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add static keyword to all project globals whose scope should be restricted to the same module as they are declared in.</title>
<updated>2011-02-10T17:55:49+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-02-10T17:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=941825b6a5e737573b5185cfedc31ae0de85a83a'/>
<id>urn:sha1:941825b6a5e737573b5185cfedc31ae0de85a83a</id>
<content type='text'>
Tighten up the HID class bootloader code slightly, document that it currently exceeds 2KB of bootloader space for all models other than the Series 2 USB AVRs.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1661 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Added HID class bootloader, compatible with a modified version of the command line Teensy loader from PJRC.com.</title>
<updated>2011-02-09T21:34:00+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-02-09T21:34:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=086f30a38150f11af0c280cf8d4852dc1927c2f2'/>
<id>urn:sha1:086f30a38150f11af0c280cf8d4852dc1927c2f2</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1658 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
