<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/lufa/LUFA/Drivers/Misc, 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>Move global interrupt enable/disable functions out to Common.h and document them.</title>
<updated>2011-04-08T05:40:25+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-04-08T05:40:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=6384d33171686c06698b5d34562245a290d44f62'/>
<id>urn:sha1:6384d33171686c06698b5d34562245a290d44f62</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1731 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Add in a new common Delay_MS() function, which provides a blocking delay for all architectures.</title>
<updated>2011-04-08T04:49:20+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-04-08T04:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=6d221c9c8267a84329271dfe5f04886978eb58a8'/>
<id>urn:sha1:6d221c9c8267a84329271dfe5f04886978eb58a8</id>
<content type='text'>
Remove use of avr-libc specific ATOMIC_BLOCK, replace with a new per-architecture set of inline functions to retrieve and manipulate the global interrupt enable bit for each architecture.

Add in documentation for the USB controller common interrupt routine which must be linked to the interrupt controller in the user application on the AVR32 UC3 architecture.

git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1729 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>More Doxygen updates for multiple architecture support.</title>
<updated>2011-02-20T14:07:20+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-02-20T14:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=ad9a357dafea6b9db1f695749113abf3e5c9e312'/>
<id>urn:sha1:ad9a357dafea6b9db1f695749113abf3e5c9e312</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1674 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Start update of documentation to support possible multiple architectures in the future - alter \file documentation to automatically copy in the module documentation where possible.</title>
<updated>2011-02-20T13:08:29+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-02-20T13:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=7e5abe7ff1cc55f6f8a250f24cd5fcedeb3d2389'/>
<id>urn:sha1:7e5abe7ff1cc55f6f8a250f24cd5fcedeb3d2389</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1673 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Fix documentation glitches from the restructuring changes.</title>
<updated>2011-02-19T18:53:30+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-02-19T18:53:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=61d1e92b234633aa1490b30010cd304b2900b68b'/>
<id>urn:sha1:61d1e92b234633aa1490b30010cd304b2900b68b</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1671 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
<entry>
<title>Move out Dataflash IC command constants headers into the general LUFA/Drivers/Misc/ directory rather than duplicating them inside the individual board driver folders.</title>
<updated>2011-02-19T18:45:50+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-02-19T18:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=90193bf3acc8cd7f3f75a2897e48549d9ddd40b2'/>
<id>urn:sha1:90193bf3acc8cd7f3f75a2897e48549d9ddd40b2</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1670 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 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>Fix include path in the library RingBuffer.h header file.</title>
<updated>2011-02-12T00:08:05+00:00</updated>
<author>
<name>Dean</name>
<email>Dean@d5102386-fcda-11dd-9fdb-3debd5008f28</email>
</author>
<published>2011-02-12T00:08:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/lufa/commit/?id=97c30f731ddad06f7884730d02538c7d5ae05829'/>
<id>urn:sha1:97c30f731ddad06f7884730d02538c7d5ae05829</id>
<content type='text'>
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1663 d5102386-fcda-11dd-9fdb-3debd5008f28
</content>
</entry>
</feed>
