<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/Bootloaders/TeensyHID/makefile, 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>2010-05-12T11:12:53+00:00</updated>
<entry>
<title>Removed TeensyHID bootloader, per request from Paul at PJRC.</title>
<updated>2010-05-12T11:12:53+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-05-12T11:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=c7bd601f0caabb0c62d372810d2c2411d8d70ac8'/>
<id>urn:sha1:c7bd601f0caabb0c62d372810d2c2411d8d70ac8</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1254 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add svn:eol-style property to source files, so that the line endings are correctly converted to the target system's native end of line style.</title>
<updated>2010-05-08T03:12:14+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-05-08T03:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=b5f6d7ca1be6920de8226721ebb3fc2f937854cd'/>
<id>urn:sha1:b5f6d7ca1be6920de8226721ebb3fc2f937854cd</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1248 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Change over instances of "make" in the makefiles to "$(MAKE)" to allow for the make tool to be overridden.</title>
<updated>2010-05-07T07:11:25+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-05-07T07:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=1acf6dfebeef8112b7df381b71253cebc75c16f3'/>
<id>urn:sha1:1acf6dfebeef8112b7df381b71253cebc75c16f3</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1247 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Ensure that the CDC class drivers return 0 if the number of unread bytes is queried and the bank has become empty.</title>
<updated>2010-05-06T11:13:24+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-05-06T11:13:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=84c36424c8fecc131bda9507226a48663f89501e'/>
<id>urn:sha1:84c36424c8fecc131bda9507226a48663f89501e</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1240 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Make CDC class bootloader hard-reset the AVR when exited instead of a soft-reset. Reduce size of the TeensyHID bootloader slightly.</title>
<updated>2010-05-06T07:27:13+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-05-06T07:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=0fa50675678a3449e586532c31fee522e86993b5'/>
<id>urn:sha1:0fa50675678a3449e586532c31fee522e86993b5</id>
<content type='text'>
Fix the TeensyHID bootloader for the larger USB AVR devices, since Paul uses a different (undocumented) addressing scheme on these devices.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1239 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Oops - typo in the updated TeensyHID bootloader code when compiled for the non Teensy++ targets.</title>
<updated>2010-05-06T02:15:39+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-05-06T02:15:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=24a010821db386a7b2f7d498c901e48774759cce'/>
<id>urn:sha1:24a010821db386a7b2f7d498c901e48774759cce</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1238 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fixed TeensyHID bootloader so that it works with the official TeensyLoader GUI application with all supported AVR models.</title>
<updated>2010-05-06T02:06:12+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-05-06T02:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=0579c101d803268f7053f0662443cad98bb7ca88'/>
<id>urn:sha1:0579c101d803268f7053f0662443cad98bb7ca88</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1237 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent.</title>
<updated>2010-04-28T08:15:16+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-04-28T08:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=204a8e419400bbe1e2b3129a34c7a52aaf41cd3b'/>
<id>urn:sha1:204a8e419400bbe1e2b3129a34c7a52aaf41cd3b</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1221 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fixed Set/Clear Feature requests directed to a non-configured endpoint not returning a stall to the host.</title>
<updated>2010-04-14T13:46:49+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-04-14T13:46:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=a79715fc32fe162579f84756995df0cdecb73582'/>
<id>urn:sha1:a79715fc32fe162579f84756995df0cdecb73582</id>
<content type='text'>
Make TeensyHID bootloader use an 8 byte control endpoint to match the official Teensy, just in case Paul decides to authenticate on that attribute in the future.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1208 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Removed invalid dfu and flip related targets from the bootloaders - bootloaders can only be replaced with an external programmer.</title>
<updated>2010-04-13T12:10:04+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-04-13T12:10:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=56b824fe6791c756d450ddf00fe9dc9482c31b9c'/>
<id>urn:sha1:56b824fe6791c756d450ddf00fe9dc9482c31b9c</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1206 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
