<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/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>2012-07-10T19:33:39+00:00</updated>
<entry>
<title>Fix up makefile .NOTPARALLEL heuristics so that linear building is only enforced if no object folder set and the "all" target is run. Rename library "ConfigDescriptor.c" file to "ConfigDescriptors.c" to ensure that object filenames are unique.</title>
<updated>2012-07-10T19:33:39+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2012-07-10T19:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=f4247bca22fd2af94101a5a1308309a606050e88'/>
<id>urn:sha1:f4247bca22fd2af94101a5a1308309a606050e88</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2393 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add "mostlyclean" makefile target to the BUILD build system module.</title>
<updated>2012-06-26T17:37:25+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2012-06-26T17:37:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=36d86f0afbe04eaa9e63ebf83b3614818ae43c85'/>
<id>urn:sha1:36d86f0afbe04eaa9e63ebf83b3614818ae43c85</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2373 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Minor makefile fixes - add phony targets, remove silence switch from the root makefile and add missing build modules to the ClassDriver VirtualSerial device demo.</title>
<updated>2012-06-18T20:36:51+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2012-06-18T20:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=55ca63d90abd9202b7713257b8b08ceae5d6c0dc'/>
<id>urn:sha1:55ca63d90abd9202b7713257b8b08ceae5d6c0dc</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2354 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add missing documentation to custom BuiltTest hardware mapping files. Fix up old copyright years on some makefiles.</title>
<updated>2012-05-27T14:42:30+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2012-05-27T14:42:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=c809c8ff5ddbb5d08a7d094a45dce2e31c8de0b7'/>
<id>urn:sha1:c809c8ff5ddbb5d08a7d094a45dce2e31c8de0b7</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2243 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Update build test "ModuleTest" to check platform drivers where possible. Add missing copyright/license headers.</title>
<updated>2012-02-19T13:30:08+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2012-02-19T13:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=6b3f08acdea507951ad12d458823364e6f4b08dd'/>
<id>urn:sha1:6b3f08acdea507951ad12d458823364e6f4b08dd</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2056 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add build tests to verify correct compilation of as many modules as possible under as many architectures as possible.</title>
<updated>2012-02-18T23:33:12+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2012-02-18T23:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=3879d85a2e090232d8fc4b63bdc3ba240447214f'/>
<id>urn:sha1:3879d85a2e090232d8fc4b63bdc3ba240447214f</id>
<content type='text'>
Fix broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file.

Fix missing semicolon in the UC3 architecture host pipe functions.

Fix failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2053 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add more const-ness to the stream endpoint/pipe functions where possible.</title>
<updated>2011-02-13T21:27:24+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-02-13T21:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=20c6ad62c9dd9608d62eda329f20ce3ff9a43ebd'/>
<id>urn:sha1:20c6ad62c9dd9608d62eda329f20ce3ff9a43ebd</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1664 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Update copyright year on all source files.</title>
<updated>2011-01-01T13:00:56+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-01-01T13:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=5ddfe82cb18542385fd5adecc98e124dd4d43212'/>
<id>urn:sha1:5ddfe82cb18542385fd5adecc98e124dd4d43212</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1622 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.</title>
<updated>2010-10-28T06:08:58+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-10-28T06:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=ad5f25678ad54fba5ac0649a5f4b2a9d7d2efa53'/>
<id>urn:sha1:ad5f25678ad54fba5ac0649a5f4b2a9d7d2efa53</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1541 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda</title>
<updated>2010-10-13T14:05:35+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-10-13T14:05:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=d2735a110bbe27820b50c4f216c8f97581961d81'/>
<id>urn:sha1:d2735a110bbe27820b50c4f216c8f97581961d81</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1524 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
