<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/LUFA/ManPages/FutureChanges.txt, branch LUFA-110528-BETA</title>
<subtitle>fork to update the benito, midimonster and other suspect devices products</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/lufa/atom?h=LUFA-110528-BETA</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/lufa/atom?h=LUFA-110528-BETA'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/'/>
<updated>2011-03-18T04:58:39+00:00</updated>
<entry>
<title>Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configuration Descriptor's header does not contain the full length of the descriptor, breaking full enumeration.</title>
<updated>2011-03-18T04:58:39+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-03-18T04:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=733632fd0c0c10115b560eefd085a1f4ecbb43d0'/>
<id>urn:sha1:733632fd0c0c10115b560eefd085a1f4ecbb43d0</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1719 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.</title>
<updated>2011-03-13T21:53:19+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-03-13T21:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=b07f792ec8093f4c1305d97585a20e9854d266a2'/>
<id>urn:sha1:b07f792ec8093f4c1305d97585a20e9854d266a2</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1705 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>More updates to remove architecture-specific comments from the documentation, alter USBMode.h preprocessor logic to support future architectures more easily.</title>
<updated>2011-02-20T14:43:13+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-02-20T14:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=41cf625962daa66c0e40a49813b10fbacd2797d9'/>
<id>urn:sha1:41cf625962daa66c0e40a49813b10fbacd2797d9</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1675 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix typos in the HID class bootloader makefile.</title>
<updated>2011-02-11T20:00:48+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-02-11T20:00:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=c6c0ad258170d349b9dae8d666e9f5cf9fd02a5a'/>
<id>urn:sha1:c6c0ad258170d349b9dae8d666e9f5cf9fd02a5a</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1662 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Added new KeyboardMouseMultiReport Device ClassDriver demo.</title>
<updated>2011-01-26T21:33:07+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-01-26T21:33:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=e4da29294db85b3108a0669d39db27e494d6eb3f'/>
<id>urn:sha1:e4da29294db85b3108a0669d39db27e494d6eb3f</id>
<content type='text'>
Fixed ReportID not being removed from the feature/out report data array in the HID class driver when Report IDs are used.

Added new MAX() and MIN() convenience macros.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1643 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>New HID report item macros (with HID_RI_ prefix) to allow for easy creation and editing of HID report descriptors.</title>
<updated>2011-01-16T19:34:28+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-01-16T19:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=323fc23eeb26580a43cd314ab004faadfdd1f90a'/>
<id>urn:sha1:323fc23eeb26580a43cd314ab004faadfdd1f90a</id>
<content type='text'>
Changed over all project and demo HID report descriptors to use the new HID report item macros.

Moved the HIDParser.c source file to the LUFA/Drivers/USB/Class/Common/ directory from the LUFA/Drivers/USB/Class/Host/.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1635 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Make a new general RingBuffer.h misc library driver, instead of the per-application LightweightRingBuff.h ring buffers. Change over projects to use the new driver.</title>
<updated>2010-12-26T13:01:37+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-12-26T13:01:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=0a7816059e8606337381c8d9c70f3f0bb68da52e'/>
<id>urn:sha1:0a7816059e8606337381c8d9c70f3f0bb68da52e</id>
<content type='text'>
Add ORDERED_EP_CONFIG to the device Projects (only) that use only a single class driver, or where the endpoint ordering is fixed, to save on compiled binary size.

Added new GCC_FORCE_POINTER_ACCESS() macro to correct GCC's mishandling of struct pointers.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1614 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fixed possible programming problem in the AVRISP-MKII clone project when programming specific patterns into a target memory space that is only byte (not page) addressable.</title>
<updated>2010-12-25T17:49:30+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-12-25T17:49:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=5061a6fb56dab8056ee09bb0bc8e9bdac59617e2'/>
<id>urn:sha1:5061a6fb56dab8056ee09bb0bc8e9bdac59617e2</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1612 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_EP_CONFIG compile time option to override the workaround and use the previous behaviour that imposes correct Endpoint/Pipe ordering but produces smaller compiled code.</title>
<updated>2010-12-24T17:05:41+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-12-24T17:05:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=d0321bc0a040c3305f49510e0a881858d15c3f2c'/>
<id>urn:sha1:d0321bc0a040c3305f49510e0a881858d15c3f2c</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1608 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Added new RingBuffer_Peek() function to the lightweight ring buffer headers.</title>
<updated>2010-12-12T16:39:46+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-12-12T16:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=8fa52c48863865cc59f1eb3fa4778f6e77a1eb2d'/>
<id>urn:sha1:8fa52c48863865cc59f1eb3fa4778f6e77a1eb2d</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1602 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
