<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/Projects/Incomplete/MIDIToneGenerator/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-12-03T03:51:46+00:00</updated>
<entry>
<title>Added new completed MIDIToneGenerator project.</title>
<updated>2010-12-03T03:51:46+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-12-03T03:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=7c558e2187ce027cb3378255c5786c5f6e164222'/>
<id>urn:sha1:7c558e2187ce027cb3378255c5786c5f6e164222</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1601 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Readd incomplete MIDIToneGenerator project, which can now correctly generate up to three simultaneous notes from MIDI channel 0.</title>
<updated>2010-11-24T13:57:44+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-11-24T13:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=a6c9e2b4d9613d98d57af42c0040d266a651f651'/>
<id>urn:sha1:a6c9e2b4d9613d98d57af42c0040d266a651f651</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1591 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Remove incomplete MIDIToneGenerator project.</title>
<updated>2010-09-13T10:07:45+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-09-13T10:07:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=88d3379f6fbfbb282dc068221f01e7c6add55e32'/>
<id>urn:sha1:88d3379f6fbfbb282dc068221f01e7c6add55e32</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1475 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix invocations of avr-size in all makefiles broken on unpatched *nix systems, due to the recent update to the latest WinAVR makefile template.</title>
<updated>2010-08-08T08:30:42+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-08-08T08:30:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=3162f7d6f88ae1459d9330bf2ef6612ff6a64c71'/>
<id>urn:sha1:3162f7d6f88ae1459d9330bf2ef6612ff6a64c71</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1435 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.</title>
<updated>2010-07-19T14:00:44+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-07-19T14:00:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=09c2f28a83de2ae1fef0f6066a6dd976fc13e834'/>
<id>urn:sha1:09c2f28a83de2ae1fef0f6066a6dd976fc13e834</id>
<content type='text'>
Add new module source variables to the library core makefile, so that module sources can be added to a project's makefile on a per-module rather than per-file basis.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1394 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Change over all makefiles to use C99 standards mode, rather than C99 + GNU Extensions.</title>
<updated>2010-07-18T07:31:57+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-07-18T07:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=7173a1463a48a4b1335f7281fd3609cd94692333'/>
<id>urn:sha1:7173a1463a48a4b1335f7281fd3609cd94692333</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1393 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Disable strict aliasing explicitly in the project makefiles, as this is apparently enabled by default in newer AVR-GCC builds, and aliasing is used heavily for type-punning through the LUFA and third party library's codebase.</title>
<updated>2010-07-15T17:13:33+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-07-15T17:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=a22c4f08957f7cf46f35bd62ca4edee2bb9f3219'/>
<id>urn:sha1:a22c4f08957f7cf46f35bd62ca4edee2bb9f3219</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1392 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Removed the automated checking of event names in the demo, project and bootloader makefiles due to inconsistancies between the behaviour of the command line tools used to perform the check on each platform.</title>
<updated>2010-07-15T16:45:26+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-07-15T16:45:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=ad7bb3b54aa3ab29a0e1b255f76452a02f08db5b'/>
<id>urn:sha1:ad7bb3b54aa3ab29a0e1b255f76452a02f08db5b</id>
<content type='text'>
Removed the internal endpoint and pipe memory allocation macros, as this is already performed directly in the code. Simplify the endpoint and pipe reset procedure.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1391 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add missing clean_doxygen phony targets to the project makefiles.</title>
<updated>2010-07-12T10:18:18+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-07-12T10:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=fd64f29c47b84bb3c28b828865d239a536aac11d'/>
<id>urn:sha1:fd64f29c47b84bb3c28b828865d239a536aac11d</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1374 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific functions that are more complicated than simple macros. Moved USB_Device_SendRemoteWakeup() to the new Device.c source file and corrected it to unfreeze and restart the USB controller clock before issuing a Remote Wakeup request.</title>
<updated>2010-07-02T03:37:19+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-07-02T03:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=0a1d59e787980acd9b7f7d665920e377c2238bb4'/>
<id>urn:sha1:0a1d59e787980acd9b7f7d665920e377c2238bb4</id>
<content type='text'>
Removed the USB_Device_IsRemoteWakeupSent() and USB_Device_IsUSBSuspended() macros, as they are now obsolete.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1358 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
