<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/LUFA/CodeTemplates/makefile_template, branch LUFA-110528-QA</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-QA</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/lufa/atom?h=LUFA-110528-QA'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/'/>
<updated>2011-04-12T04:38:53+00:00</updated>
<entry>
<title>Add makefile template for the AVR32 UC3 architecture.</title>
<updated>2011-04-12T04:38:53+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-04-12T04:38:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=415b57af19668091754fa48e5ec914e28e4f4ec3'/>
<id>urn:sha1:415b57af19668091754fa48e5ec914e28e4f4ec3</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1735 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix corner case in the HID report descriptor Mouse/Joystick tempates at the 8/16 bit boundary.</title>
<updated>2011-03-23T09:25:13+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-03-23T09:25:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=b5ab4df8568a20193ac8ac203e0a6de6d62f3624'/>
<id>urn:sha1:b5ab4df8568a20193ac8ac203e0a6de6d62f3624</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1722 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>Remove dfu-programmer program switches, to ensure maximum compatibility with all dfu-programmer versions.</title>
<updated>2010-09-24T06:59:28+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-09-24T06:59:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=6aa1e09fbe9241cf923ee59d60ee799cf7445a4f'/>
<id>urn:sha1:6aa1e09fbe9241cf923ee59d60ee799cf7445a4f</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1496 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Added the --suppress-bootloader-mem option to the makefile dfu target, to ensure that writes to the bootloader section of the AVR's flash memory are ignored (thanks to Axel Rohde).</title>
<updated>2010-09-24T06:45:11+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-09-24T06:45:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=532624e98373db073b497e4f669248c9a4acd51a'/>
<id>urn:sha1:532624e98373db073b497e4f669248c9a4acd51a</id>
<content type='text'>
Fixed incorrect command name for EEPROM memory programming in the makefile dfu-ee target.

Makefile whitespace fixes.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1495 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Make project makefiles correctly clean intermeditary build files from assembly and C++ sources (thanks to Daniel Czigany).</title>
<updated>2010-09-15T03:00:29+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-09-15T03:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=ea4c4aa8e556135b544998b98dce14cb01ab5458'/>
<id>urn:sha1:ea4c4aa8e556135b544998b98dce14cb01ab5458</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1482 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Added new project makefile template to the library and moved board driver stub files into in a new CodeTemplates directory.</title>
<updated>2010-09-11T03:57:43+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2010-09-11T03:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=36572cf8d688ee70d049fcc3333395551516e6f0'/>
<id>urn:sha1:36572cf8d688ee70d049fcc3333395551516e6f0</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1471 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
