<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/Demos/Device, 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-07-15T08:46:08+00:00</updated>
<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=19148784886b32d6a9cec165810533d226b79617'/>
<id>urn:sha1:19148784886b32d6a9cec165810533d226b79617</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/tags/LUFA-110528-BETA@1887 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Remove redundant type information for bitfield elements, other than the signed/unsignedness of the element.</title>
<updated>2011-04-10T06:43:02+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-04-10T06:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=9ebaf2ecadb2c37b3d33fd01d3ab03863ebeeeb7'/>
<id>urn:sha1:9ebaf2ecadb2c37b3d33fd01d3ab03863ebeeeb7</id>
<content type='text'>
Change type of USB_SelectedPipe and USB_SelectedEndpoint for the AVR32 UC3 architecture to uint32_t to reduce the compiled code size.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1733 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.</title>
<updated>2011-04-04T12:52:30+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-04-04T12:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=dea170ec2c525f87d1d780d39e5c432f84f70222'/>
<id>urn:sha1:dea170ec2c525f87d1d780d39e5c432f84f70222</id>
<content type='text'>
Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1726 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Use the MIN() macro where possible instead of manual "(x &lt; y) ? x : y" constructs.</title>
<updated>2011-03-23T09:26:41+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-03-23T09:26:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=1014dc46f8dbede5b4782e7fc268794f200759df'/>
<id>urn:sha1:1014dc46f8dbede5b4782e7fc268794f200759df</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1723 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>F_CLOCK changed to F_USB to be more descriptive, and applicable on future architecture ports.</title>
<updated>2011-03-21T10:20:42+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-03-21T10:20:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=2ee4fb0693a55e5c1bc5923ad482fbea383030f1'/>
<id>urn:sha1:2ee4fb0693a55e5c1bc5923ad482fbea383030f1</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1720 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegger).</title>
<updated>2011-03-16T22:54:31+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-03-16T22:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=9d4d9637beb05bc343f6f908899baffd9fb0eb71'/>
<id>urn:sha1:9d4d9637beb05bc343f6f908899baffd9fb0eb71</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1718 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Added new VirtualSerialMassStorage Device Class Driver demo.</title>
<updated>2011-03-16T05:58:58+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-03-16T05:58:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=9e136fdbee0f233cf921be0445c5455b6e1b538d'/>
<id>urn:sha1:9e136fdbee0f233cf921be0445c5455b6e1b538d</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1716 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent with the Pipe_ResetPipe() function name.</title>
<updated>2011-03-05T16:30:57+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-03-05T16:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=2aaa98afbdf578dad59cda66aa12bdfe0250aadd'/>
<id>urn:sha1:2aaa98afbdf578dad59cda66aa12bdfe0250aadd</id>
<content type='text'>
Fix undefined error in Pipe_UC3B.h.

Add missing migration notes.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1698 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add new ARCH option to the makefiles to (eventually) specify the target device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.</title>
<updated>2011-02-19T18:37:22+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-02-19T18:37:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=4fe45268ee8e60dfcf4daba4736b2406a58204c8'/>
<id>urn:sha1:4fe45268ee8e60dfcf4daba4736b2406a58204c8</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1669 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>
</feed>
